File contextkit-meego.spec of Package contextkit-meego
#norootforbuild
Name: contextkit-meego
Summary: Contextkit providers for various functions
Version: 0.0.12
Release: 1
Group: System/GUI/Other
License: Apache License, Version 2.0
URL: http://meego.gitorious.org/meego-handset-ux/contextkit-meego
Source0: %{name}-%{version}.tar.bz2
Requires: contextkit-maemo >= 0.7.24
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(connman)
BuildRequires: pkgconfig(connman-qt)
BuildRequires: pkgconfig(contextsubscriber-1.0) >= 0.5.25
BuildRequires: connman-qt-devel
Provides: contextkit-meego-providers
%description
This package provides various contextkit providers for MeeGo.
%package battery-upower
Summary: Upower battery plugin for Contextkit
Group: System/GUI/Other
Requires: %{name} = %{version}-%{release}
Provides: contextkit-plugin-battery
%description battery-upower
Upower battery plugin for Contextkit. provides battery context
%prep
%setup -q -n %{name}-providers-%{version}
%build
%qmake
make %{?jobs:-j%jobs}
%install
%qmake_install
%files
%defattr(-,root,root,-)
%{_libdir}/contextkit/subscriber-plugins/*.so
%{_datadir}/contextkit/providers/*.context
%exclude %{_libdir}/contextkit/subscriber-plugins/libbattery.so
%exclude %{_datadir}/contextkit/providers/battery.context
%files battery-upower
%defattr(-,root,root,-)
%{_libdir}/contextkit/subscriber-plugins/libbattery.so
%{_datadir}/contextkit/providers/battery.context
%changelog
* Thu Mar 24 2011 Kevron Rees <kevron.m.rees@intel.com> - 0.0.12
- latest upstream version containing fixes against ofono and connman upstream
changes
* Thu Feb 24 2011 Markus Lehtonen <markus.lehtonen@nokia.com> - 0.0.12
- Packaging change: put upower battery plugin into a separate package in order
to be able fix BMC#7170. That is, to allow alternative battery plugins.
* Wed Feb 2 2011 Fathi Boudra <fathi.boudra@nokia.com> - 0.0.12
- Update to 0.0.12 - fix build against contextkit 0.5.25 (BMC#13153)
- Remove -providers suffix: more consistent with the OBS project name and
the gitorious project
- Fix Url and point to the gitorious project
- Bump contextkit-maemo requirement to 0.7.24
- Cleanup build requires and bump contextsubscriber-1.0 to 0.5.25
- Use qmake builder
- Add ftbfs_NetworkListModel_is_private.patch to fix build failure:
error: ‘NetworkListModel::NetworkListModel()’ is private
* Thu Sep 9 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.10
- fix for BMC #6232
* Thu Sep 9 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.8
- fix BMC #6420
* Tue Sep 7 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.7
- Fix dbus service string: BMC #6232
* Tue Jun 29 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.6
- Fixed stray header license BMC #3595
* Fri Jun 25 2010 Michael Leibowitz <michael.leibowitz@intel.com> - 0.0.6
- Update license tag to Apache License, Version 2.0
* Fri Jun 25 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.6
- Upgraded license to Apache 2.0
- Added license file
- fixed license description
* Fri Jun 25 2010 Michael Leibowitz <michael.leibowitz@intel.com> - 0.0.5
- Fix for bmc#3324 by uncommenting the internet subdir in contextkit-meego-providers.pro
* Wed Jun 23 2010 Kevron Rees <kevron.m.rees@intel.com> - 0.0.5
- Updated to release 0.0.5 which fixed Meego bug 3220
- Patched with raji's cellular signal fixes.
* Tue Jun 22 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 0.0.4
- Update to release 0.0.4
* Thu Jun 17 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 0.0.3
- Fix license version in spec / yaml files
* Thu Jun 10 2010 Kaitlin Rupert <kaitlin.rupert@intel.com> - 0.0.3
- Initial import of package