polkit-gnome/polkit-gnome.spec

64 lines
1.6 KiB
RPMSpec
Raw Normal View History

2009-06-08 20:47:20 +00:00
Summary: PolicyKit integration for the GNOME desktop
Name: polkit-gnome
2009-07-21 00:30:56 +00:00
Version: 0.93
Release: 1%{?dist}
License: LGPLv2+
2009-06-08 20:47:20 +00:00
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
2009-07-21 00:30:56 +00:00
BuildRequires: polkit-devel >= 0.93
2009-06-08 20:47:20 +00:00
BuildRequires: desktop-file-utils
2009-06-09 23:03:46 +00:00
BuildRequires: intltool
2009-06-08 20:47:20 +00:00
%description
polkit-gnome provides an authentication agent for PolicyKit
that matches the look and feel of the GNOME desktop.
%prep
%setup -q
%build
%configure
2009-06-08 20:47:20 +00:00
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --delete-original \
2009-07-21 00:30:56 +00:00
--dir $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart \
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
2009-06-08 20:47:20 +00:00
%find_lang polkit-gnome-1
%clean
rm -rf $RPM_BUILD_ROOT
%files -f polkit-gnome-1.lang
%defattr(-,root,root,-)
%doc COPYING AUTHORS README
2009-07-21 00:30:56 +00:00
%{_sysconfdir}/xdg/autostart/*
2009-06-08 20:47:20 +00:00
%{_libexecdir}/*
%changelog
2009-07-21 00:30:56 +00:00
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
- Update to 0.93
2009-06-09 23:03:46 +00:00
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 0.9.2-3
- Fix BuildRequires
* Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-2
- Change license to LGPLv2+
- Remove Requires: gnome-session
2009-06-08 20:47:20 +00:00
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
- Update to 0.92 release
* Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527
- Update to 0.92 snapshot
* Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1
- Initial spec file.