Blame SPECS/geoclue.spec

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