From fdf5dc28b3346bc55206c4bcc44e919050b281c3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 15 2014 22:15:37 +0000 Subject: Update to 2.1.8 Now that upstream has dropped the geoip server, remove and obsolete the -server subpackage. --- diff --git a/.gitignore b/.gitignore index 058d602..6ecf601 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/geoclue2.spec b/geoclue2.spec index 36cf9c3..044f61c 100644 --- a/geoclue2.spec +++ b/geoclue2.spec @@ -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 - 2.1.8-1 +- Update to 2.1.8 +- Remove and obsolete the -server subpackage + * Wed Mar 26 2014 Kalev Lember - 2.1.7-1 - Update to 2.1.7 diff --git a/sources b/sources index 5b21e62..5e1f771 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -684ca62c4e7b13ebe419d66e5c2e493c geoclue-2.1.7.tar.xz +49096b9c3c2458b5e8e36b886983d9aa geoclue-2.1.8.tar.xz