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

Changed files:
    attr.spec -> 1.29

attr.spec

index fe15ff975a06f6bbbdcf90256e77016bbd50096c..097dd7a2022978c75d54856b445c9bec57762a9a 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,7 +1,7 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl):   Narzêdzia do zarz±dzania rozszerzonymi atrybutami fs
 Name:          attr
-Version:       2.1.1
+Version:       2.2.0
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -95,13 +95,15 @@ echo ".so listxattr.2"      > $RPM_BUILD_ROOT%{_mandir}/man2/llistxattr.2
 echo ".so removexattr.2" > $RPM_BUILD_ROOT%{_mandir}/man2/lremovexattr.2
 echo ".so setxattr.2"  > $RPM_BUILD_ROOT%{_mandir}/man2/lsetxattr.2
 
+%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.031953 seconds and 4 git commands to generate.