packages: glibc/glibc.spec - no bash for ldd(1) - package language dirs onl...

glen glen at pld-linux.org
Mon Jun 8 22:29:44 CEST 2009


Author: glen                         Date: Mon Jun  8 20:29:44 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- no bash for ldd(1)
- package language dirs only in glibc
- rel 5

---- Files affected:
packages/glibc:
   glibc.spec (1.822 -> 1.823) 

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.822 packages/glibc/glibc.spec:1.823
--- packages/glibc/glibc.spec:1.822	Thu Jun  4 17:58:07 2009
+++ packages/glibc/glibc.spec	Mon Jun  8 22:29:39 2009
@@ -35,7 +35,7 @@
 Summary(uk.UTF-8):	GNU libc версії
 Name:		glibc
 Version:	2.10.1
-Release:	4
+Release:	5
 Epoch:		6
 License:	LGPL v2.1+
 Group:		Libraries
@@ -72,6 +72,7 @@
 Patch22:	%{name}-with-stroke.patch
 Patch23:	%{name}-pt_pax.patch
 Patch25:	%{name}-cv_gnu89_inline.patch
+Patch26:	%{name}-posix-sh.patch
 URL:		http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires:	audit-libs-devel}
 BuildRequires:	autoconf
@@ -906,9 +907,10 @@
 %patch22 -p1
 %patch23 -p0
 %patch25 -p1
+%patch26 -p1
 
-# these would be copied to localedb-src
-rm -f localedata/locales/*{.orig,~}
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 chmod +x scripts/cpp
 
@@ -951,8 +953,7 @@
 cd ..
 
 %if %{with tests}
-for d in builddir; do
-cd $d
+cd builddir
 env LANGUAGE=C LC_ALL=C \
 %{__make} tests 2>&1 | awk '
 BEGIN { file = "" }
@@ -1054,7 +1055,6 @@
 cp -f crypt/README.ufc-crypt ChangeLog* documentation
 
 # Collect locale files and mark them with %%lang()
-rm -f glibc.lang
 echo '%defattr(644,root,root,755)' > glibc.lang
 for i in $RPM_BUILD_ROOT%{_datadir}/locale/*; do
 	if [ -d $i ]; then
@@ -1396,7 +1396,7 @@
 %lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8*
 %lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8*
 
-%files misc -f %{name}.lang
+%files misc
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/catchsegv
 %attr(755,root,root) %{_bindir}/ldd
@@ -1650,6 +1650,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.823  2009/06/08 20:29:39  glen
+- no bash for ldd(1)
+- package language dirs only in glibc
+- rel 5
+
 Revision 1.822  2009/06/04 15:58:07  glen
 - conflicts with current EVR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.822&r2=1.823&f=u



More information about the pld-cvs-commit mailing list