From 149de87be6efad329f48a644de351bae71e52cce Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 8 Jun 2009 20:47:20 +0000 Subject: [PATCH] - Update to 0.92 release --- .cvsignore | 1 + polkit-gnome.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 57 insertions(+) create mode 100644 polkit-gnome.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7125445 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +polkit-gnome-0.92.tar.bz2 diff --git a/polkit-gnome.spec b/polkit-gnome.spec new file mode 100644 index 0000000..6b604e8 --- /dev/null +++ b/polkit-gnome.spec @@ -0,0 +1,55 @@ +Summary: PolicyKit integration for the GNOME desktop +Name: polkit-gnome +Version: 0.92 +Release: 1%{?dist} +License: LGPLv2 +URL: http://www.freedesktop.org/wiki/Software/PolicyKit +Group: Applications/System +Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: gtk2-devel +BuildRequires: polkit-devel >= 0.92 +BuildRequires: desktop-file-utils + +# for /usr/share/gnome/autostart +Requires: gnome-session + +%description +polkit-gnome provides an authentication agent for PolicyKit +that matches the look and feel of the GNOME desktop. + +%prep +%setup -q + +%build +%configure --enable-gtk-doc +make + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +desktop-file-install --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/gnome/autostart \ + $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/polkit-gnome-authentication-agent-1.desktop + +%find_lang polkit-gnome-1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f polkit-gnome-1.lang +%defattr(-,root,root,-) +%doc COPYING AUTHORS README +%{_datadir}/gnome/autostart/* +%{_libexecdir}/* + +%changelog +* Mon Jun 08 2009 David Zeuthen - 0.92-1 +- Update to 0.92 release + +* Wed May 27 2009 David Zeuthen - 0.92-0.git20090527 +- Update to 0.92 snapshot + +* Mon Feb 9 2009 David Zeuthen - 0.91-1 +- Initial spec file. diff --git a/sources b/sources index e69de29..4ba9fe5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e515733e671dc226cd58291e9af96de8 polkit-gnome-0.92.tar.bz2