[meego-commits] 9712: New package Tools:Testing/meego-ai
Timo Härkönen
no_reply at build.meego.com
Wed Nov 24 10:16:29 UTC 2010
Hi,
Adding new package meego-ai in project Tools:Testing. Please review and accept ASAP.
Justification for this new package:
Missing kernel and inird images for meego-ai-flasher
Thank You,
Timo Härkönen
[This message was auto-generated]
---
Request #9712:
submit: devel:quality/meego-ai(r5) -> Tools:Testing/meego-ai
Message:
Missing kernel and inird images for meego-ai-flasher
State: new 2010-11-24T02:16:28 timoph
Comment: None
This is a NEW package in Tools:Testing project.
The files in the new package:
meego-ai/
|__ debian.tar.gz
|__ meego-ai-0.1.0.tar.gz
|__ meego-ai.changes
|__ meego-ai.dsc
|__ meego-ai.spec
The content of the spec file, meego-ai.spec:
===================================================================
Name: meego-ai
Version: 0.1.0
Release: 1
Summary: Provides initrd and kernels for customflasher.py
Group: Development/Tools
License: LGPL 2.1
URL: http://meego.com
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Provides initrd and kernel binaries for netbook and Nokia N900 automated installation
%prep
%setup -q -n %{name}-%{version}
%build
echo "Nothing to build. Using prebuild binaries."
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/share/meego-ai/
cp src/netbook/* $RPM_BUILD_ROOT/usr/share/meego-ai/
cp src/n900/* $RPM_BUILD_ROOT/usr/share/meego-ai/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
/usr/share/meego-ai/*
===================================================================
More information about the MeeGo-commits
mailing list