I have made the following changes intended for : CE:Adaptation:N950-N9 / moslo
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6968 Thank You, aard [This message was auto-generated] --- Request # 6968: Messages from BOSS: State: review at 2012-10-09T19:39:40 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:aard:staging:n9-adaptation / moslo -> CE:Adaptation:N950-N9 / moslo changes files: -------------- ++++++ new changes file: --- moslo.changes +++ moslo.changes @@ -0,0 +1,5 @@ +* Tue Oct 09 2012 Bernd Wachter <[email protected]> - 0.0.13.2 +- Don't export filesystem if connected to wall charger + +* Thu Dec 08 2011 Markus Lehtonen <[email protected]> - 0.0.13.1 +- Initial version of the revamped moslo new: ---- moslo-0.0.13.2.tar.gz moslo.changes moslo.spec moslo.yaml spec files: ----------- ++++++ new spec file: --- moslo.spec +++ moslo.spec @@ -0,0 +1,73 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24 +# + +Name: moslo + +# >> macros +# << macros + +Summary: MeeGo OS Loader +Version: 0.0.13.2 +Release: 0 +Group: System Environment/Base +License: GPL +URL: https://github.com/nemomobile/moslo +Source0: %{name}-%{version}.tar.gz +Source100: moslo.yaml +BuildRequires: kmod >= 9 +BuildRequires: busybox +BuildRequires: kernel-adaptation-n950 +BuildRequires: alsa-lib +BuildRequires: dbus +BuildRequires: libnl +BuildRequires: kexec-tools +BuildRequires: bme +BuildRequires: fb_text2screen +BuildRequires: parted2 +BuildRequires: e2fsprogs + +%description +Utility that creates an image which is used to +start Harmattan based devices + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +export KERNEL_VERSION=$(ls /lib/modules) +export VERSION=NEMO_MOSLO-N9_%{version} +make +# << build pre + + + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +install -D -m 644 ./moslo.img %{buildroot}%{_datadir}/%{name}/moslo.img +install -D -m 644 ./zImage %{buildroot}%{_datadir}/%{name}/zImage-moslo +install -D -m 644 ./initrd.img %{buildroot}%{_datadir}/%{name}/initrd-moslo +install -D -m 644 ./rootfs/etc/moslo-version %{buildroot}%{_datadir}/%{name}/moslo-version +install -D -m 644 ./rootfs.tar %{buildroot}%{_datadir}/%{name}/moslo-rootfs.tar +# << install post + + +%files +%defattr(-,root,root,-) +# >> files +%{_datadir}/%{name}/* +# << files other changes: -------------- ++++++ moslo-0.0.13.2.tar.gz (new) ++++++ moslo.yaml (new) --- moslo.yaml +++ moslo.yaml @@ -0,0 +1,27 @@ +Name: moslo +Summary: MeeGo OS Loader +Version: 0.0.13.2 +Release: 0 +Group: System Environment/Base +License: GPL +URL: https://github.com/nemomobile/moslo +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + Utility that creates an image which is used to + start Harmattan based devices + +PkgBR: + - kmod >= 9 + - busybox + - kernel-adaptation-n950 + - alsa-lib + - dbus + - libnl + - kexec-tools + - bme + - fb_text2screen + - parted2 + - e2fsprogs +Configure: none +Builder: none
