|
|
483339 |
Name: geoclue
|
|
|
483339 |
Version: 0.12.99
|
|
|
483339 |
Release: 5%{?dist}
|
|
|
483339 |
Summary: A modular geoinformation service
|
|
|
483339 |
|
|
|
483339 |
Group: System Environment/Libraries
|
|
|
483339 |
License: LGPLv2
|
|
|
483339 |
URL: http://geoclue.freedesktop.org/
|
|
|
483339 |
Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.gz
|
|
|
483339 |
|
|
|
483339 |
BuildRequires: dbus-devel
|
|
|
483339 |
BuildRequires: dbus-glib-devel
|
|
|
483339 |
BuildRequires: glib2-devel
|
|
|
483339 |
BuildRequires: libxml2-devel
|
|
|
483339 |
BuildRequires: libsoup-devel
|
|
|
483339 |
BuildRequires: gtk3-devel
|
|
|
483339 |
BuildRequires: NetworkManager-devel >= 1:0.8.997
|
|
|
483339 |
BuildRequires: NetworkManager-glib-devel >= 1:0.8.997
|
|
|
483339 |
BuildRequires: gtk-doc
|
|
|
483339 |
|
|
|
483339 |
Obsoletes: geoclue-gpsd
|
|
|
483339 |
Requires: dbus
|
|
|
483339 |
|
|
|
483339 |
%description
|
|
|
483339 |
Geoclue is a modular geoinformation service built on top of the D-Bus
|
|
|
483339 |
messaging system. The goal of the Geoclue project is to make creating
|
|
|
483339 |
location-aware applications as simple as possible.
|
|
|
483339 |
|
|
|
483339 |
%package devel
|
|
|
483339 |
Summary: Development package for geoclue
|
|
|
483339 |
Group: Development/Libraries
|
|
|
483339 |
Requires: %{name} = %{version}-%{release}
|
|
|
483339 |
Requires: dbus-devel
|
|
|
483339 |
Requires: libxml2-devel
|
|
|
483339 |
Requires: pkgconfig
|
|
|
483339 |
|
|
|
483339 |
%description devel
|
|
|
483339 |
Files for development with geoclue.
|
|
|
483339 |
|
|
|
483339 |
%package doc
|
|
|
483339 |
Summary: Developer documentation for geoclue
|
|
|
483339 |
Group: Development/Libraries
|
|
|
483339 |
Requires: %{name} = %{version}-%{release}
|
|
|
483339 |
BuildArch: noarch
|
|
|
483339 |
|
|
|
483339 |
%description doc
|
|
|
483339 |
Developer documentation for geoclue
|
|
|
483339 |
|
|
|
483339 |
%package gui
|
|
|
483339 |
Summary: Testing gui for geoclue
|
|
|
483339 |
Group: Development/Libraries
|
|
|
483339 |
Requires: %{name} = %{version}-%{release}
|
|
|
483339 |
|
|
|
483339 |
%description gui
|
|
|
483339 |
Testing gui for geoclue
|
|
|
483339 |
|
|
|
483339 |
%package gsmloc
|
|
|
483339 |
Summary: gsmloc provider for geoclue
|
|
|
483339 |
Group: System Environment/Libraries
|
|
|
483339 |
Requires: %{name} = %{version}-%{release}
|
|
|
483339 |
|
|
|
483339 |
%description gsmloc
|
|
|
483339 |
A gsmloc provider for geoclue
|
|
|
483339 |
|
|
|
483339 |
%prep
|
|
|
483339 |
%setup -q
|
|
|
483339 |
sed -i -e "s/gtk+-2.0/gtk+-3.0/" configure
|
|
|
483339 |
|
|
|
483339 |
%build
|
|
|
483339 |
%configure --disable-static --enable-gtk-doc --enable-networkmanager=yes --enable-gypsy=no --enable-skyhook=yes --enable-gsmloc=yes --enable-gpsd=no
|
|
|
483339 |
make %{?_smp_mflags} V=1
|
|
|
483339 |
|
|
|
483339 |
%install
|
|
|
483339 |
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|
|
483339 |
|
|
|
483339 |
#Remove libtool archives.
|
|
|
483339 |
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
483339 |
|
|
|
483339 |
# Install the test gui as it seems the test isn't installed any more
|
|
|
483339 |
mkdir $RPM_BUILD_ROOT%{_bindir}
|
|
|
483339 |
cp test/.libs/geoclue-test-gui $RPM_BUILD_ROOT%{_bindir}/
|
|
|
483339 |
|
|
|
483339 |
%post -p /sbin/ldconfig
|
|
|
483339 |
|
|
|
483339 |
%postun -p /sbin/ldconfig
|
|
|
483339 |
|
|
|
483339 |
%files
|
|
|
483339 |
%defattr(-,root,root,-)
|
|
|
483339 |
%doc AUTHORS COPYING README
|
|
|
483339 |
%dir %{_datadir}/geoclue-providers
|
|
|
483339 |
%{_libdir}/libgeoclue.so.0
|
|
|
483339 |
%{_libdir}/libgeoclue.so.0.0.0
|
|
|
483339 |
%{_datadir}/GConf/gsettings/geoclue
|
|
|
483339 |
%{_datadir}/glib-2.0/schemas/org.freedesktop.Geoclue.gschema.xml
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Master.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Example.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Geonames.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Hostip.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Localnet.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Manual.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Nominatim.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Plazes.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Skyhook.service
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Yahoo.service
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-example.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-geonames.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-hostip.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-localnet.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-manual.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-nominatim.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-plazes.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-skyhook.provider
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-yahoo.provider
|
|
|
483339 |
%{_libexecdir}/geoclue-example
|
|
|
483339 |
%{_libexecdir}/geoclue-geonames
|
|
|
483339 |
%{_libexecdir}/geoclue-hostip
|
|
|
483339 |
%{_libexecdir}/geoclue-localnet
|
|
|
483339 |
%{_libexecdir}/geoclue-manual
|
|
|
483339 |
%{_libexecdir}/geoclue-nominatim
|
|
|
483339 |
%{_libexecdir}/geoclue-master
|
|
|
483339 |
%{_libexecdir}/geoclue-plazes
|
|
|
483339 |
%{_libexecdir}/geoclue-skyhook
|
|
|
483339 |
%{_libexecdir}/geoclue-yahoo
|
|
|
483339 |
|
|
|
483339 |
%files devel
|
|
|
483339 |
%defattr(-,root,root,-)
|
|
|
483339 |
%{_includedir}/geoclue
|
|
|
483339 |
%{_libdir}/pkgconfig/geoclue.pc
|
|
|
483339 |
%{_libdir}/libgeoclue.so
|
|
|
483339 |
|
|
|
483339 |
%files doc
|
|
|
483339 |
%defattr(-,root,root,-)
|
|
|
483339 |
%{_datadir}/gtk-doc/html/geoclue/
|
|
|
483339 |
|
|
|
483339 |
%files gui
|
|
|
483339 |
%defattr(-,root,root,-)
|
|
|
483339 |
%{_bindir}/geoclue-test-gui
|
|
|
483339 |
|
|
|
483339 |
%files gsmloc
|
|
|
483339 |
%defattr(-,root,root,-)
|
|
|
483339 |
%{_libexecdir}/geoclue-gsmloc
|
|
|
483339 |
%{_datadir}/geoclue-providers/geoclue-gsmloc.provider
|
|
|
483339 |
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gsmloc.service
|
|
|
483339 |
|
|
|
483339 |
%changelog
|
|
|
483339 |
* Wed Mar 27 2013 Bastien Nocera <bnocera@redhat.com> 0.12.99-5
|
|
|
483339 |
- Remove gypsy sub-package
|
|
|
483339 |
|
|
|
483339 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.99-4
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Fri Nov 16 2012 Bastien Nocera <bnocera@redhat.com> 0.12.99-3
|
|
|
483339 |
- Fix source URL
|
|
|
483339 |
|
|
|
483339 |
* Fri Oct 26 2012 Bastien Nocera <bnocera@redhat.com> 0.12.99-1
|
|
|
483339 |
- Remove unused gammu BR
|
|
|
483339 |
- Compile against GTK+ 3.0
|
|
|
483339 |
|
|
|
483339 |
* Tue Jul 31 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.99-1
|
|
|
483339 |
- Update to 0.12.99 devel release
|
|
|
483339 |
|
|
|
483339 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-11
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Thu Mar 01 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-10
|
|
|
483339 |
- Add patch to fix build with glib threading changes
|
|
|
483339 |
- Remove -Werror from CFLAGS
|
|
|
483339 |
|
|
|
483339 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-9
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.12.0-8
|
|
|
483339 |
- Rebuild for new libpng
|
|
|
483339 |
|
|
|
483339 |
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 0.12.0-7
|
|
|
483339 |
- Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 0.12.0-6
|
|
|
483339 |
- Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> - 0.12.0-5
|
|
|
483339 |
- Updated for NetworkManager 0.9
|
|
|
483339 |
|
|
|
483339 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-4
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Sat Nov 20 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-3
|
|
|
483339 |
- Add patch for cache_ap_mac crash
|
|
|
483339 |
|
|
|
483339 |
* Tue Sep 7 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-2
|
|
|
483339 |
- Add libtoolize to fix the build until we get a new upstream release
|
|
|
483339 |
|
|
|
483339 |
* Thu Mar 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-1
|
|
|
483339 |
- New official upstream 0.12.0 release, drop gpsd support
|
|
|
483339 |
|
|
|
483339 |
* Fri Jan 29 2010 Bastien Nocera <bnocera@redhat.com> 0.11.1.1-0.11
|
|
|
483339 |
- Fix crashers in geoclue-master provider (#528897)
|
|
|
483339 |
- Bump release to be greater than F-12's
|
|
|
483339 |
|
|
|
483339 |
* Mon Oct 24 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1.1-0.9
|
|
|
483339 |
- New git snapshot, enable NetworkManager support for WiFi location, gsmloc and new Skyhook plugin
|
|
|
483339 |
|
|
|
483339 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1.1-0.8.20090310git3a31d26
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Thu Jul 23 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1.1-0.7
|
|
|
483339 |
- Move develop documentation to its own noarch package to fix RHBZ 513488
|
|
|
483339 |
|
|
|
483339 |
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.11.1.1-0.6
|
|
|
483339 |
- Add developer documentation
|
|
|
483339 |
|
|
|
483339 |
* Fri Jun 19 2009 Bastien Nocera <bnocera@redhat.com> 0.11.1.1-0.4
|
|
|
483339 |
- Fix geoclue-test-gui (#506921)
|
|
|
483339 |
|
|
|
483339 |
* Thu Apr 09 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1.1-0.3
|
|
|
483339 |
- Fix install of test gui
|
|
|
483339 |
|
|
|
483339 |
* Sun Mar 29 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.11.1.1-0.2
|
|
|
483339 |
- Rebuild for new gpsd
|
|
|
483339 |
|
|
|
483339 |
* Tue Mar 10 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1.1-0.1
|
|
|
483339 |
- Move to a git snapshot until we finally get a new stable release
|
|
|
483339 |
|
|
|
483339 |
* Wed Mar 4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-15
|
|
|
483339 |
- Move docs to noarch, a few spec file cleanups
|
|
|
483339 |
|
|
|
483339 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1-14
|
|
|
483339 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
483339 |
|
|
|
483339 |
* Sat Nov 22 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-13
|
|
|
483339 |
- Fix summary
|
|
|
483339 |
|
|
|
483339 |
* Thu Jul 31 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-12
|
|
|
483339 |
- Once more for fun
|
|
|
483339 |
|
|
|
483339 |
* Thu Jul 31 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-11
|
|
|
483339 |
- Increment build number to allow for clean F-8 and F-9 to F-10 upgrade
|
|
|
483339 |
|
|
|
483339 |
* Wed Jul 2 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-6
|
|
|
483339 |
- Fixed spec file so gpsd and gypsy are actually properly in a subpackage
|
|
|
483339 |
|
|
|
483339 |
* Sun May 18 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-5
|
|
|
483339 |
- Added gypsy and gpsd providers to build as sub packages
|
|
|
483339 |
|
|
|
483339 |
* Mon Apr 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-4
|
|
|
483339 |
- Moved api documentation to -devel
|
|
|
483339 |
|
|
|
483339 |
* Sat Apr 26 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-3
|
|
|
483339 |
- Cleanup requires and group for test gui
|
|
|
483339 |
|
|
|
483339 |
* Sat Apr 26 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-2
|
|
|
483339 |
- Some spec file cleanups
|
|
|
483339 |
|
|
|
483339 |
* Fri Apr 25 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.1-1
|
|
|
483339 |
- Initial package
|