]> git.pld-linux.org Git - packages/acl.git/commitdiff
- updated to 2.2.44 auto/th/acl-2_2_44-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Jun 2007 19:34:17 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.80

acl.spec

index 1ef4b31671e52e1a3b26b1f58e61cedee73ec38b..0d361fe0c771b4d8c1eb3469d157f2b3b470accc 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,12 +1,12 @@
 Summary:       Command and library for manipulating access control lists
 Summary(pl.UTF-8):     Polecenie i biblioteka do manipulacji listami kontroli dostÄ™pu (ACL)
 Name:          acl
-Version:       2.2.39
-Release:       2
+Version:       2.2.44
+Release:       1
 License:       LGPL v2+ (library), GPL v2 (utilities)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
-# Source0-md5: 4edd450bbee60d6c4b3c51ae80499b00
+# Source0-md5: f92f56998a94735419ec932fb9d0118d
 Patch0:                %{name}-miscfix.patch
 Patch1:                %{name}-lt.patch
 Patch2:                %{name}-LDFLAGS.patch
@@ -65,9 +65,9 @@ Statyczna biblioteka acl.
 %patch1 -p1
 %patch2 -p1
 
-%build
 rm -f aclocal.m4
-cp -f /usr/share/automake/config.sub .
+
+%build
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -125,18 +125,18 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README doc/{CHANGES,TODO}
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libacl.so.*.*
 %{_mandir}/man[15]/*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{extensions.txt,libacl.txt}
-%attr(755,root,root) %{_libexecdir}/lib*.so
-%{_libexecdir}/lib*.la
+%attr(755,root,root) %{_libexecdir}/libacl.so
+%{_libexecdir}/libacl.la
 %{_includedir}/acl
 %{_includedir}/sys/*
 %{_mandir}/man[23]/*
 
 %files static
 %defattr(644,root,root,755)
-%{_libexecdir}/lib*.a
+%{_libexecdir}/libacl.a
This page took 0.040988 seconds and 4 git commands to generate.