- Update to 0.93

This commit is contained in:
David Zeuthen 2009-07-21 00:30:33 +00:00
parent 7fda62f28f
commit f443a4dd26

View File

@ -1,7 +1,7 @@
Summary: PolicyKit Authorization Framework Summary: PolicyKit Authorization Framework
Name: polkit Name: polkit
Version: 0.92 Version: 0.93
Release: 3%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/PolicyKit URL: http://www.freedesktop.org/wiki/Software/PolicyKit
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@ -46,7 +46,7 @@ Development documentation for PolicyKit.
%setup -q %setup -q
%build %build
%configure --enable-gtk-doc --disable-static %configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1
make make
%install %install
@ -75,8 +75,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/man/man1/pkexec.1.gz %{_datadir}/man/man1/pkexec.1.gz
%{_datadir}/man/man1/pkaction.1.gz %{_datadir}/man/man1/pkaction.1.gz
%{_datadir}/man/man1/pkcheck.1.gz %{_datadir}/man/man1/pkcheck.1.gz
%{_datadir}/man/man8/polkitd-1.8.gz %{_datadir}/man/man8/polkitd.8.gz
%{_datadir}/man/man8/PolicyKit-1.8.gz %{_datadir}/man/man8/polkit.8.gz
%{_datadir}/man/man8/pklocalauthority.8.gz
%{_datadir}/dbus-1/system-services/* %{_datadir}/dbus-1/system-services/*
%dir %{_datadir}/polkit-1/ %dir %{_datadir}/polkit-1/
%dir %{_datadir}/polkit-1/actions %dir %{_datadir}/polkit-1/actions
@ -86,12 +87,12 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/polkit-1 %{_sysconfdir}/polkit-1
%{_bindir}/pkaction %{_bindir}/pkaction
%{_bindir}/pkcheck %{_bindir}/pkcheck
%{_libexecdir}/polkitd-1 %{_libexecdir}/polkit-1/polkitd
# see upstream docs for why these permissions are necessary # see upstream docs for why these permissions are necessary
%attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/ %attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/
%attr(4755,root,root) %{_bindir}/pkexec %attr(4755,root,root) %{_bindir}/pkexec
%attr(4755,root,root) %{_libexecdir}/polkit-agent-helper-1 %attr(4755,root,root) %{_libexecdir}/polkit-1/polkit-agent-helper-1
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -106,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
- Update to 0.93
* Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-3 * Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-3
- Don't make docs noarch (I *heart* multilib) - Don't make docs noarch (I *heart* multilib)
- Change license to LGPLv2+ - Change license to LGPLv2+