I have made the following changes intended for : CE:Adaptation:N950-N9 / contextkit-nemo-n950-n9
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/6753 Thank You, zalevski [This message was auto-generated] --- Request # 6753: Messages from BOSS: State: review at 2012-09-18T14:08:12 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:zalevski:branches:CE:Adaptation:N950-N9 / contextkit-nemo-n950-n9 -> CE:Adaptation:N950-N9 / contextkit-nemo-n950-n9 changes files: -------------- ++++++ new changes file: --- contextkit-nemo-n950-n9.changes +++ contextkit-nemo-n950-n9.changes @@ -0,0 +1,7 @@ +* Tue Sep 18 2012 Denis Zalevskiy <[email protected]> - 1.0.1 +- Fixed build errors in obs +- Added installation targets into cmake files + +* Tue Sep 18 2012 Denis Zalevskiy <[email protected]> - 1.0.0 +- Fixes NB#53: Battery contextkit plugin needs to be implemented for N950/N9's BME + new: ---- contextkit-nemo-n950-n9-1.0.1.tar.bz2 contextkit-nemo-n950-n9.changes contextkit-nemo-n950-n9.spec contextkit-nemo-n950-n9.yaml spec files: ----------- ++++++ new spec file: --- contextkit-nemo-n950-n9.spec +++ contextkit-nemo-n950-n9.spec @@ -0,0 +1,64 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: contextkit-nemo-n950-n9 + +# >> macros +# << macros + +Summary: HW/Platform specific ContextKit providers for Nemo Mobile +Version: 1.0.1 +Release: 1 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo-n950-n9 +Source0: %{name}-%{version}.tar.bz2 +Source100: contextkit-nemo-n950-n9.yaml +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(contextprovider-1.0) +BuildRequires: pkgconfig(contextsubscriber-1.0) >= 0.5.25 +BuildRequires: cmake + +%description +All ContextKit providers specific to N9/N950. Now there are +following plugins here: + - battery + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +unset LD_AS_NEEDED +# >> build pre +# << build pre + +%cmake . +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%{_bindir}/energy_mon +%{_libdir}/contextkit/subscriber-plugins/energy.so +%{_datadir}/contextkit/providers/energy.context +# >> files +# << files other changes: -------------- ++++++ contextkit-nemo-n950-n9-1.0.1.tar.bz2 (new) ++++++ contextkit-nemo-n950-n9.yaml (new) --- contextkit-nemo-n950-n9.yaml +++ contextkit-nemo-n950-n9.yaml @@ -0,0 +1,25 @@ +Name: contextkit-nemo-n950-n9 +Summary: HW/Platform specific ContextKit providers for Nemo Mobile +Version: 1.0.1 +Release: 1 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo-n950-n9 +Sources: + - "%{name}-%{version}.tar.bz2" +Description: | + All ContextKit providers specific to N9/N950. Now there are + following plugins here: + - battery +PkgBR: + - cmake +PkgConfigBR: + - QtCore + - contextprovider-1.0 + - contextsubscriber-1.0 >= 0.5.25 +Configure: cmake +UseAsNeeded: no +Files: + - "%{_bindir}/energy_mon" + - "%{_libdir}/contextkit/subscriber-plugins/energy.so" + - "%{_datadir}/contextkit/providers/energy.context"
