I have made the following changes intended for : CE:MW:Shared / contextkit-nemo
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/6752 Thank You, zalevski [This message was auto-generated] --- Request # 6752: Messages from BOSS: State: review at 2012-09-18T13:37:24 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:MW:Shared / contextkit-nemo -> CE:MW:Shared / contextkit-nemo changes files: -------------- ++++++ new changes file: --- contextkit-nemo.changes +++ contextkit-nemo.changes @@ -0,0 +1,59 @@ +* Tue Sep 18 2012 Denis Zalevskiy <[email protected]> - 0.7.32 +- Battery plugin moved out of the package + +* Tue Sep 18 2012 Denis Zalevskiy <[email protected]> - 0.7.31 +- Applied Nemo patches in git + +* Thu Jul 19 2012 Marko Saukko <[email protected]> - 0.7.30 +- Added contextkit-maemo-0.7.30-fix-udev.patch to fix build with new udev. + +* Mon Oct 17 2011 Marko Saukko <[email protected]> - 0.7.30 +- Updated to latest upstream version and rebased patches to disable, battery, mce and precense. + +* Mon Jan 31 2011 Fathi Boudra <[email protected]> - 0.7.24 +- Update to 0.7.24 as part of contextkit update (BMC#13153) + contextkit-maemo fails to build against contextkit < 0.5.25 +- Fix upstream URL +- Move the files list from the spec file the yaml file +- Explicitely build requires against contextsubscriber-1.0 >= 0.5.25 +- Cleanup BuildRequires + +* Mon Jan 24 2011 Markus Lehtonen <[email protected]> - 0.7.22 +- Version bump, fixes e.g. symbol resolving problems (BMC#12584) +- Remove duplicate PkgConfigBR glib-2.0 in .yaml +- Add UseAsNeeded: no to yaml file + +* Thu Sep 30 2010 Markus Lehtonen <[email protected]> - 0.7.14 +- Enable kbslider plugin, needed to fix BMC#6083 + +* Mon Jul 26 2010 Kaitlin Rupert <[email protected]> - 0.7.14 +- Update to release tag 0.7.14 +- Add x11 to spec file + +* Mon Jun 14 2010 Kaitlin Rupert <[email protected]> - 0.7.12 +- Update to release tag 0.7.12 +- Drop patches - no longer needed: + 0001-Adding-initial-support-for-Connman-provider.patch + 0003-devicekit-integration-replacing-halprovider.patch + 0006-devicekit-integration-replacing-halprovider.patch + 0007-devicekit-updateProperties-on-init.patch +- Add 0008-devicekit-remove-mce.patch +- Convert spec file to spectacle / yaml format + +* Mon Mar 22 2010 Kevron Rees <[email protected]> - 0.7.8 +- Patch to updateProperties() on initialization + +* Mon Mar 05 2010 Kevron Rees <[email protected]> - 0.7.8 +- Patch devicekit-integration (fix to updateProperties() slot() + +* Mon Mar 01 2010 Rusty Lynch <[email protected]> - 0.7.8 +- release 0.7.8 +- Patch: devicekit-integration-replacing-halprovider.patch + +* Fri Feb 26 2010 Rusty Lynch <[email protected]> - 0.7.7 +- Renaming the package and tarball from ContextKit-Maemo to contextkit-maemo + +* Fri Feb 26 2010 Rusty Lynch <[email protected]> - 0.7.7 +- release 0.7.7 +- Patch: Adding-initial-support-for-Connman-provider.patch +- Patch: Removing-automake-1.11-ism-used-for-selectively-co.patch new: ---- contextkit-nemo-0.7.32.tar.bz2 contextkit-nemo.changes contextkit-nemo.spec contextkit-nemo.yaml spec files: ----------- ++++++ new spec file: --- contextkit-nemo.spec +++ contextkit-nemo.spec @@ -0,0 +1,86 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: contextkit-nemo + +# >> macros +# << macros + +Summary: ContextKit providers for Nemo Mobile +Version: 0.7.32 +Release: 1 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo +Source0: %{name}-%{version}.tar.bz2 +Source100: contextkit-nemo.yaml +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(contextprovider-1.0) +BuildRequires: pkgconfig(contextsubscriber-1.0) >= 0.5.25 +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(x11) +BuildRequires: python + +%description +This is ContextKit, a framework for collecting contextual +information from the bowels of the system, cleaning them up +and offering them through a simple API. + +The ContextKit consists of: +- libcontextprovider, a convenience library to export + contextual properties to the rest of the system. +- user documentation including a list of standard context properties +- contextd, daemon for combining and refining contextual information +- libcontextsubscriber, a library implementing + the simple API for accessing the contextual information. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +unset LD_AS_NEEDED +# >> build pre +# << build pre + +%autogen --disable-static +%configure --disable-static +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}/contextd +%{_bindir}/dbusnamewatcher +%{_libdir}/context-session-tests/screentoggler +%{_libdir}/contextkit/subscriber-plugins/bluez-1.so +%{_libdir}/contextkit/subscriber-plugins/kbslider-1.so +%{_libdir}/contextkit/subscriber-plugins/profile-1.so +%{_libdir}/contextkit/subscriber-plugins/session-1.so +%{_datadir}/contextkit/providers/bluez.context +%{_datadir}/contextkit/providers/kbslider.context +%{_datadir}/contextkit/providers/org.maemo.contextd.context +%{_datadir}/contextkit/providers/profile.context +%{_datadir}/contextkit/providers/session.context +%{_datadir}/dbus-1/services/org.maemo.contextd.service +# >> files +# << files other changes: -------------- ++++++ contextkit-nemo-0.7.32.tar.bz2 (new) ++++++ contextkit-nemo.yaml (new) --- contextkit-nemo.yaml +++ contextkit-nemo.yaml @@ -0,0 +1,46 @@ +Name: contextkit-nemo +Summary: ContextKit providers for Nemo Mobile +Version: 0.7.32 +Release: 1 +Group: Applications/System +License: LGPLv2 +URL: https://github.com/nemomobile/contextkit-nemo +Sources: + - "%{name}-%{version}.tar.bz2" +Description: | + This is ContextKit, a framework for collecting contextual + information from the bowels of the system, cleaning them up + and offering them through a simple API. + + The ContextKit consists of: + - libcontextprovider, a convenience library to export + contextual properties to the rest of the system. + - user documentation including a list of standard context properties + - contextd, daemon for combining and refining contextual information + - libcontextsubscriber, a library implementing + the simple API for accessing the contextual information. +PkgBR: + - python +PkgConfigBR: + - QtGui + - contextprovider-1.0 + - contextsubscriber-1.0 >= 0.5.25 + - dbus-1 + - libudev + - x11 +Configure: autogen +UseAsNeeded: no +Files: + - "%{_bindir}/contextd" + - "%{_bindir}/dbusnamewatcher" + - "%{_libdir}/context-session-tests/screentoggler" + - "%{_libdir}/contextkit/subscriber-plugins/bluez-1.so" + - "%{_libdir}/contextkit/subscriber-plugins/kbslider-1.so" + - "%{_libdir}/contextkit/subscriber-plugins/profile-1.so" + - "%{_libdir}/contextkit/subscriber-plugins/session-1.so" + - "%{_datadir}/contextkit/providers/bluez.context" + - "%{_datadir}/contextkit/providers/kbslider.context" + - "%{_datadir}/contextkit/providers/org.maemo.contextd.context" + - "%{_datadir}/contextkit/providers/profile.context" + - "%{_datadir}/contextkit/providers/session.context" + - "%{_datadir}/dbus-1/services/org.maemo.contextd.service"
