Update to 2.1.8

Now that upstream has dropped the geoip server, remove and obsolete the
-server subpackage.
This commit is contained in:
Kalev Lember 2014-04-16 00:10:28 +02:00
parent b0ae45ad3b
commit fdf5dc28b3
3 changed files with 9 additions and 17 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/geoclue-2.1.2.tar.xz
/geoclue-2.1.6.tar.xz
/geoclue-2.1.7.tar.xz
/geoclue-2.1.8.tar.xz

View File

@ -1,5 +1,5 @@
Name: geoclue2
Version: 2.1.7
Version: 2.1.8
Release: 1%{?dist}
Summary: Geolocation service
@ -7,7 +7,6 @@ License: GPLv2+
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
Source0: http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-%{version}.tar.xz
BuildRequires: GeoIP-devel
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: itstool
@ -22,6 +21,8 @@ Requires(preun): systemd
Requires(postun): systemd
Requires: dbus
Obsoletes: geoclue2-server < 2.1.8
%description
Geoclue is a D-Bus service that provides location information. The primary goal
of the Geoclue project is to make creating location-aware applications as
@ -38,15 +39,6 @@ The %{name}-devel package contains files for developing applications that
use %{name}.
%package server
Summary: Server for IP address geolocation
Requires: %{name}%{?_isa} = %{version}-%{release}
%description server
The %{name}-server package contains the geoip-lookup and geoip-update binaries
for running on IP address geolocation servers.
%prep
%setup -q -n geoclue-%{version}
@ -103,13 +95,12 @@ exit 0
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
%{_libdir}/pkgconfig/geoclue-2.0.pc
%files server
%doc src/geoip-server/API-Documentation.txt
%{_bindir}/geoip-lookup
%{_bindir}/geoip-update
%changelog
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.1.8-1
- Update to 2.1.8
- Remove and obsolete the -server subpackage
* Wed Mar 26 2014 Kalev Lember <kalevlember@gmail.com> - 2.1.7-1
- Update to 2.1.7

View File

@ -1 +1 @@
684ca62c4e7b13ebe419d66e5c2e493c geoclue-2.1.7.tar.xz
49096b9c3c2458b5e8e36b886983d9aa geoclue-2.1.8.tar.xz