- Update to 0.93
This commit is contained in:
parent
7fda62f28f
commit
f443a4dd26
18
polkit.spec
18
polkit.spec
@ -1,7 +1,7 @@
|
||||
Summary: PolicyKit Authorization Framework
|
||||
Name: polkit
|
||||
Version: 0.92
|
||||
Release: 3%{?dist}
|
||||
Version: 0.93
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
@ -46,7 +46,7 @@ Development documentation for PolicyKit.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc --disable-static
|
||||
%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1
|
||||
make
|
||||
|
||||
%install
|
||||
@ -75,8 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/man/man1/pkexec.1.gz
|
||||
%{_datadir}/man/man1/pkaction.1.gz
|
||||
%{_datadir}/man/man1/pkcheck.1.gz
|
||||
%{_datadir}/man/man8/polkitd-1.8.gz
|
||||
%{_datadir}/man/man8/PolicyKit-1.8.gz
|
||||
%{_datadir}/man/man8/polkitd.8.gz
|
||||
%{_datadir}/man/man8/polkit.8.gz
|
||||
%{_datadir}/man/man8/pklocalauthority.8.gz
|
||||
%{_datadir}/dbus-1/system-services/*
|
||||
%dir %{_datadir}/polkit-1/
|
||||
%dir %{_datadir}/polkit-1/actions
|
||||
@ -86,12 +87,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sysconfdir}/polkit-1
|
||||
%{_bindir}/pkaction
|
||||
%{_bindir}/pkcheck
|
||||
%{_libexecdir}/polkitd-1
|
||||
%{_libexecdir}/polkit-1/polkitd
|
||||
|
||||
# see upstream docs for why these permissions are necessary
|
||||
%attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/
|
||||
%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
|
||||
%defattr(-,root,root,-)
|
||||
@ -106,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%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
|
||||
- Don't make docs noarch (I *heart* multilib)
|
||||
- Change license to LGPLv2+
|
||||
|
Loading…
Reference in New Issue
Block a user