packages: xz/xz.spec - package locales (in base, library doesn't use them)

qboosh qboosh at pld-linux.org
Mon Dec 13 18:57:26 CET 2010


Author: qboosh                       Date: Mon Dec 13 17:57:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package locales (in base, library doesn't use them)

---- Files affected:
packages/xz:
   xz.spec (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: packages/xz/xz.spec
diff -u packages/xz/xz.spec:1.60 packages/xz/xz.spec:1.61
--- packages/xz/xz.spec:1.60	Sat Dec 11 17:40:27 2010
+++ packages/xz/xz.spec	Mon Dec 13 18:57:21 2010
@@ -137,8 +137,7 @@
 
 echo '#XZ_OPT="--threads=2"' > $RPM_BUILD_ROOT/etc/env.d/XZ_OPT
 
-:> %{name}.lang
-#%%find_lang %{name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -146,15 +145,19 @@
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/XZ_OPT
-%attr(755,root,root) %{_bindir}/*lz*
-%attr(755,root,root) %{_bindir}/*xz*
-%{_mandir}/man1/[lx]z*.1*
-%{_mandir}/man1/un[lx]z*.1*
+%attr(755,root,root) %{_bindir}/lz*
+%attr(755,root,root) %{_bindir}/unlzma
+%attr(755,root,root) %{_bindir}/unxz
+%attr(755,root,root) %{_bindir}/xz*
+%{_mandir}/man1/lz*.1*
+%{_mandir}/man1/unlzma.1*
+%{_mandir}/man1/unxz.1*
+%{_mandir}/man1/xz*.1*
 
-%files libs -f %{name}.lang
+%files libs
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README THANKS
 %doc doc/*.txt
@@ -179,6 +182,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2010/12/13 17:57:21  qboosh
+- package locales (in base, library doesn't use them)
+
 Revision 1.60  2010/12/11 16:40:27  witekfl
 - 5.0.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xz/xz.spec?r1=1.60&r2=1.61&f=u



More information about the pld-cvs-commit mailing list