]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- special stripping of ld/libpthread finally works in proper way
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Jan 2008 20:43:12 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed syntax errors in locale_fixes patch
- release 8.3

Changed files:
    glibc.spec -> 1.750

glibc.spec

index 01f397245c75bd4996c733e0cb922bf0324d2189..02694fa23a68043a8884e9fa6dc803a55010b3d9 100644 (file)
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.7
-Release:       8.2
+Release:       8.3
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -99,7 +99,7 @@ BuildRequires:        linux-libc-headers >= %{llh_version}
 BuildRequires: perl-base
 BuildRequires: rpm-build >= 4.3-0.20030610.28
 BuildRequires: rpm-perlprov
-BuildRequires: rpmbuild(macros) >= 1.412
+BuildRequires: rpmbuild(macros) >= 1.413
 BuildRequires: sed >= 4.0.5
 BuildRequires: texinfo
 Requires(post):        ldconfig = %{epoch}:%{version}-%{release}
@@ -134,7 +134,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # ld.so needs not to be stripped to work
 # gdb needs unstripped libpthread for some threading support
 # ...but we can strip at least debuginfo from them
-%define                _autostripdebug         .*/ld-[0-9.]*so\|.*/libpthread-[0-9.]*so
+%define                _autostripdebug         .*/ld-[0-9.]*so\\|.*/libpthread-[0-9.]*so
 
 # -m from CFLAGS or even LDFLAGS is not propagated to some *.o linking
 %ifarch sparc sparcv9
This page took 0.033901 seconds and 4 git commands to generate.