I have made the following changes intended for : CE:Adaptation:N950-N9 / contextkit-plugins
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/6758 Thank You, zalevski [This message was auto-generated] --- Request # 6758: Messages from BOSS: State: review at 2012-09-20T15:23:52 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-plugins -> CE:Adaptation:N950-N9 / contextkit-plugins changes files: -------------- ++++++ new changes file: --- contextkit-plugins.changes +++ contextkit-plugins.changes @@ -0,0 +1,15 @@ +* Thu Sep 20 2012 Denis Zalevskiy <[email protected]> - 0.7.33 +- Switched to contextkit-maemo sources to use changes history +- Synchronized with contextkit-maemo version +- only spec, no spectacle yaml +- Proper libraries linking +- Package name: contextkit-nemo-n950-n9->contextkit-plugins +- Proper Provides/obsoletes + +* 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-plugins-0.7.33.tar.bz2 contextkit-plugins.changes contextkit-plugins.spec spec files: ----------- ++++++ new spec file: --- contextkit-plugins.spec +++ contextkit-plugins.spec @@ -0,0 +1,92 @@ +Name: contextkit-plugins +Summary: N950/N9 specific ContextKit providers for Nemo Mobile +Version: 0.7.33 +Release: 2 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo +Source0: %{name}-%{version}.tar.bz2 +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 + +%package nemo-bluez +Summary: Bluez ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(dbus-1) +Obsoletes: contextkit-maemo <= 0.7.30 +Provides: contextkit-maemo = %{version}, contextkit-plugin-bluetooth +%description nemo-bluez +%{summary} + +%package power-n950-n9 +Summary: Battery ContextKit plugin using bme on N9/N950 +Group: Applications/System +Requires: bme-rm-680-bin >= 0.9.95 +Provides: contextkit-plugin-battery, contextkit-plugin-power +%description power-n950-n9 +%{summary} + +%package nemo-session +Summary: Session ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(x11) +%description nemo-session +%{summary} + +%package nemo-profile +Summary: Profile ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(dbus-1) +%description nemo-profile +%{summary} + +%package kbslider-n950-n9 +Summary: Slider keyboard ContextKit plugin +Group: Applications/System +BuildRequires: pkgconfig(udev) +Provides: contextkit-plugin-kbslider +%description kbslider-n950-n9 +%{summary} + +%prep +%setup -q -n %{name}-%{version} +%build +%cmake -DPLATFORM=N9_50 . +make %{?jobs:-j%jobs} +%install +rm -rf %{buildroot} +%make_install + + +%files power-n950-n9 +%defattr(-,root,root,-) +%{_bindir}/power_mon +%{_libdir}/contextkit/subscriber-plugins/power.so +%{_datadir}/contextkit/providers/power.context + +%files nemo-bluez +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/bluez.so +%{_datadir}/contextkit/providers/bluez.context + +%files nemo-session +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/session.so +%{_datadir}/contextkit/providers/session.context + +%files nemo-profile +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/profile.so +%{_datadir}/contextkit/providers/profile.context + +%files kbslider-n950-n9 +%defattr(-,root,root,-) +%{_libdir}/contextkit/subscriber-plugins/kbslider.so +%{_datadir}/contextkit/providers/kbslider.context other changes: -------------- ++++++ contextkit-plugins-0.7.33.tar.bz2 (new)
