]> git.pld-linux.org Git - packages/acl.git/commitdiff
- updated to 2.2.4
authortrojan <trojan@pld-linux.org>
Tue, 11 Feb 2003 09:35:46 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %%find_lang

Changed files:
    acl.spec -> 1.35

acl.spec

index 24a57f26846ca7cbf0140303ea5c9ffc17db5139..c7fd881a536e57c591b453684fc2ec3a2d69d0f8 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:       2.1.1
+Version:       2.2.4
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -87,13 +87,15 @@ 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}/libacl.so.1.0.3 $RPM_BUILD_ROOT%{_libexecdir}/libacl.so
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc/CHANGES
 %attr(755,root,root) %{_bindir}/*
This page took 0.116358 seconds and 4 git commands to generate.