- Change license to LGPLv2+
- Remove Requires: gnome-session
This commit is contained in:
parent
149de87be6
commit
e8373658e2
@ -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 GNOME desktop.
|
||||
%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@redhat.com> - 0.92-2
|
||||
- Change license to LGPLv2+
|
||||
- Remove Requires: gnome-session
|
||||
|
||||
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
|
||||
- Update to 0.92 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user