rpms/polkit-gnome/devel polkit-gnome.spec,1.1,1.2

David Zeuthen davidz at fedoraproject.org
Tue Jun 9 13:42:00 UTC 2009


Author: davidz

Update of /cvs/pkgs/rpms/polkit-gnome/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv493

Modified Files:
	polkit-gnome.spec 
Log Message:
* Tue Jun 09 2009 David Zeuthen <davidz at redhat.com> - 0.92-2
- Change license to LGPLv2+
- Remove Requires: gnome-session




Index: polkit-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/polkit-gnome/devel/polkit-gnome.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- polkit-gnome.spec	8 Jun 2009 20:47:20 -0000	1.1
+++ polkit-gnome.spec	9 Jun 2009 13:41:30 -0000	1.2
@@ -1,8 +1,8 @@
 Summary: PolicyKit integration for the GNOME desktop
 Name: polkit-gnome
 Version: 0.92
-Release: 1%{?dist}
-License: LGPLv2
+Release: 2%{?dist}
+License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
 Group: Applications/System
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
@@ -11,8 +11,12 @@ BuildRequires: gtk2-devel
 BuildRequires: polkit-devel >= 0.92
 BuildRequires: desktop-file-utils
 
-# for /usr/share/gnome/autostart
-Requires: gnome-session
+# Tecnically we should have
+#
+#  Requires: gnome-session
+#
+# for %{_datadir}/gnome/autostart but since e.g. XFCE wants to avoid
+# too many GNOME dependencies avoid doing that.
 
 %description
 polkit-gnome provides an authentication agent for PolicyKit
@@ -22,7 +26,7 @@ that matches the look and feel of the GN
 %setup -q
 
 %build
-%configure --enable-gtk-doc
+%configure
 make
 
 %install
@@ -45,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/*
 
 %changelog
+* Tue Jun 09 2009 David Zeuthen <davidz at redhat.com> - 0.92-2
+- Change license to LGPLv2+
+- Remove Requires: gnome-session
+
 * Mon Jun 08 2009 David Zeuthen <davidz at redhat.com> - 0.92-1
 - Update to 0.92 release
 




More information about the fedora-extras-commits mailing list