]> git.pld-linux.org Git - packages/acl.git/commitdiff
- updated to 2.2.27, updated miscfix patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Oct 2004 14:58:52 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hack libdir in libacl.la to get proper dependency_libs in depended libs

Changed files:
    acl.spec -> 1.62

acl.spec

index a88238cb02db1230bffd972d116300dc8852a6e4..9647a72c2f1d1a65af1b0bf7f0175c5a6a99db1e 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,18 +1,19 @@
 Summary:       Command and library for manipulating access control lists
 Summary(pl):   Polecenie i biblioteka do manipulacji listami kontroli dostêpu (ACL)
 Name:          acl
-Version:       2.2.23
-Release:       3
+Version:       2.2.27
+Release:       1
 License:       GPL v2 (chacl utility), LGPL v2+ (library and the rest)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
-# Source0-md5: 7e13778c38addfcdabf2cef291b78bcc
+# Source0-md5: 973c63cea7402345d834ceb0049a1f86
 Patch0:                %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: attr-devel >= 2.4.16-3
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
+BuildRequires: sed >= 4.0
 Requires:      attr >= 2.4.15
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +34,7 @@ Summary:      Header files for acl library
 Summary(pl):   Pliki nag³ówkowe biblioteki acl
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      attr-devel
+Requires:      attr-devel >= 2.4.16-3
 
 %description devel
 Header files to develop software which manipulate access control
@@ -97,6 +98,8 @@ echo ".so acl_from_text.3"    > $RPM_BUILD_ROOT%{_mandir}/man3/acl_to_text.3
 rm -f $RPM_BUILD_ROOT%{_libexecdir}/lib*.so
 ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir} ; echo libacl.so.*.*.*) \
        $RPM_BUILD_ROOT%{_libexecdir}/libacl.so
+%{__sed} -i "s|libdir='%{_libdir}'|libdir='%{_libexecdir}'|" \
+       $RPM_BUILD_ROOT%{_libexecdir}/libacl.la
 
 %find_lang %{name}
 
This page took 0.105287 seconds and 4 git commands to generate.