commit geoclue2 for openSUSE:Factory
Hello community, here is the log from the commit of package geoclue2 for openSUSE:Factory checked in at 2015-02-16 15:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geoclue2 (Old) and /work/SRC/openSUSE:Factory/.geoclue2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "geoclue2" Changes: -------- --- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes 2014-10-06 22:04:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes 2015-02-16 17:26:27.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Feb 12 20:11:11 UTC 2015 - mpluskal@suse.com + +- Cleanup spec file with spec-cleaner +- Update dependencies +- Do not try to remove .la files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geoclue2.spec ++++++ --- /var/tmp/diff_new_pack.XEbQ13/_old 2015-02-16 17:26:28.000000000 +0100 +++ /var/tmp/diff_new_pack.XEbQ13/_new 2015-02-16 17:26:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package geoclue2 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -Name: geoclue2 %define _name geoclue %define dbus_user srvGeoClue +Name: geoclue2 Version: 2.1.10 Release: 0 Summary: GeoLocation Framework @@ -29,6 +29,8 @@ # PATCH-FIX-UPSTREAM geoclue2-permit-gnome-maps.patch dimstar@opensuse.org -- Allow gnome-maps to access geoclue Patch0: geoclue2-permit-gnome-maps.patch BuildRequires: intltool >= 0.40.0 +BuildRequires: systemd-rpm-macros +BuildRequires: perl(XML::Parser) BuildRequires: pkgconfig(gio-2.0) >= 2.34.0 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.34.0 BuildRequires: pkgconfig(glib-2.0) >= 2.34.0 @@ -36,10 +38,11 @@ BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(mm-glib) >= 1.0 BuildRequires: pkgconfig(systemd) -# Virtual provides for the dbus service -Provides: dbus(org.freedesktop.GeoClue2) = %{version} +%{?systemd_requires} # we require shadow for useradd Requires(pre): shadow +# Virtual provides for the dbus service +Provides: dbus(org.freedesktop.GeoClue2) = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -68,15 +71,14 @@ make %{?_smp_mflags} %install -%make_install -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +make DESTDIR=%{buildroot} install %{?_smp_mflags} install -d %{buildroot}%{_localstatedir}/lib/%{dbus_user} # Create conveniance shortcut for rcgeoclue -> /usr/sbin/service mkdir -p %{buildroot}%{_sbindir} ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgeoclue %pre -getent passwd %{dbus_user} > /dev/null || useradd -r -g nogroup -d /var/lib/%{dbus_user} -s /sbin/nologin -c "User for GeoClue D-Bus service" %{dbus_user} +getent passwd %{dbus_user} > /dev/null || useradd -r -g nogroup -d %{_localstatedir}/lib/%{dbus_user} -s /sbin/nologin -c "User for GeoClue D-Bus service" %{dbus_user} %service_add_pre geoclue.service %post @@ -111,6 +113,7 @@ %files devel %defattr(-,root,root) +%doc README COPYING %{_libdir}/pkgconfig/geoclue-2.0.pc %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.xml -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de