]> git.pld-linux.org Git - packages/PolicyKit.git/commitdiff
- rel 3; keep libexecdir binaries one level deeper in own subdirectory auto/th/PolicyKit-0_6-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Nov 2007 12:23:53 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PolicyKit.spec -> 1.31

PolicyKit.spec

index b091b0cdc72a05fcb3fc810656bcdfc148348275..84186cd1f45ebd7c032e25224a827b7f3cbf8acc 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A framework for defining policy for system-wide components
 Summary(pl.UTF-8):     Szkielet do definiowania polityki dla komponentów systemowych
 Name:          PolicyKit
 Version:       0.6
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Libraries
 Source0:       http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -35,6 +35,8 @@ Provides:     group(polkituser)
 Provides:      user(polkituser)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _libexecdir     %{_libdir}/%{name}
+
 %description
 PolicyKit is a framework for defining policy for system-wide
 components and for desktop pieces to configure it. It is used by HAL.
@@ -150,8 +152,9 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS README doc/TODO
 %attr(755,root,root) %{_bindir}/polkit-*
-%attr(2755,root,polkituser) %{_libdir}/polkit-grant-helper
-%attr(4750,root,polkituser) %{_libdir}/polkit-grant-helper-pam
+%dir %{_libexecdir}
+%attr(2755,root,polkituser) %{_libexecdir}/polkit-grant-helper
+%attr(4750,root,polkituser) %{_libexecdir}/polkit-grant-helper-pam
 %dir %{_sysconfdir}/PolicyKit
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/PolicyKit/PolicyKit.conf
 /etc/pam.d/polkit
This page took 0.076372 seconds and 4 git commands to generate.