]> git.pld-linux.org Git - packages/acl.git/commitdiff
- fix libattr.la path in libacl.la; release 2 auto/ac/acl-2_2_23-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Jul 2004 12:14:37 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.59

acl.spec

index 2b3b616c56bc46e54827b7e6a64d437e2be9cbfc..aa94963a5992dd32f6559e0cc8edc46c8c477933 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -2,7 +2,7 @@ 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:       1
+Release:       2
 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
@@ -97,6 +97,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
+%{__perl} -pi -e 's@ %{_libdir}/libattr\.la@ %{_libexecdir}/libattr.la@' \
+       $RPM_BUILD_ROOT%{_libexecdir}/libacl.la
 
 %find_lang %{name}
 
This page took 0.061976 seconds and 4 git commands to generate.