]> git.pld-linux.org Git - packages/acl.git/commitdiff
- 2.0.4, STBR
authorareq <areq@pld-linux.org>
Tue, 9 Apr 2002 10:15:38 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.22

acl.spec

index f9740d169e945e419a8a65416da4ccb4889c9513..cbb505b2a29dda2c8629ca50578113a6c361e223 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,7 +1,7 @@
 Summary:       Command for manipulating access control lists
 Summary(pl):   Komenda do manipulacji listami kontroli dostêpu (ACL)
 Name:          acl
-Version:       1.1.4
+Version:       2.0.4
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -50,10 +50,14 @@ install -d $RPM_BUILD_ROOT%{_includedir}/acl
 DIST_ROOT="$RPM_BUILD_ROOT"
 DIST_INSTALL=`pwd`/install.manifest
 DIST_INSTALL_DEV=`pwd`/install-dev.manifest
-export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV
+DIST_INSTALL_LIB=`pwd`/install-lib.manifest
+export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
 %{__make} install DIST_MANIFEST="$DIST_INSTALL"
 %{__make} install-dev DIST_MANIFEST="$DIST_INSTALL_DEV"
+%{__make} install-lib DIST_MANIFEST="$DIST_INSTALL_LIB"
 
+
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_copy_int,acl_set_fd,acl_set_file}.3
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_to_short_text,acl_to_text}.3
 echo ".so man3/acl_copy_ext.3" > $RPM_BUILD_ROOT%{_mandir}/man3/acl_copy_int.3
@@ -76,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*.gz
-%attr(755,root,root) /bin/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) /lib/lib*.so.*.*
 %{_mandir}/man1/*
This page took 0.07726 seconds and 4 git commands to generate.