]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc.spec
- Release 3, added speed patch
[packages/glibc.git] / glibc.spec
index 337ae3e989c85d3facf4936aa2feabb5b2c99c16..05c0e669ee165ea59e04198ff568b3e8442a91f4 100644 (file)
@@ -5,15 +5,15 @@ Summary(fr):  GNU libc
 Summary(pl):   GNU libc
 Summary(tr):   GNU libc
 name:          glibc
-Version:       2.2.1
+Version:       2.2.3
 Release:       3
 License:       LGPL
 Group:         Libraries
 Group(de):     Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source0:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.bz2
-Source1:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.bz2
+Source0:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.gz
+Source1:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.gz
 Source2:       nscd.init
 Source3:       nscd.sysconfig
 Source4:       nscd.logrotate
@@ -26,17 +26,21 @@ Patch4:             %{name}-string2-pointer-arith.patch
 Patch5:                %{name}-linuxthreads-lock.patch
 Patch6:                %{name}-pthread_create-manpage.patch
 Patch7:                %{name}-sparc-linux-chown.patch
-Patch8:                %{name}-memusage.patch
+Patch8:                %{name}-ldconfig-bklinks.patch
+Patch9:                %{name}-getconf.patch
+Patch10:       %{name}-confname.patch
+Patch11:       %{name}-nis.patch
+Patch12:       %{name}-speed.patch
 URL:           http://www.gnu.org/software/libc/
 BuildRequires: perl
 BuildRequires: gd-devel
 BuildRequires: libpng-devel
+BuildRequires: gettext-devel >= 0.10.36
 BuildRequires: texinfo
 BuildRequires: rpm-build >= 4.0-11
 Provides:      ld.so.2
 Provides:      ldconfig
 Provides:      /sbin/ldconfig
-Obsoletes:     %{name}-profile
 Obsoletes:     %{name}-debug
 Obsoletes:     ldconfig
 Autoreq:       false
@@ -140,7 +144,7 @@ Group:              Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 Prereq:                /sbin/chkconfig
-Requires:      rc-scripts >= 0.2.0
+Prereq:                rc-scripts >= 0.2.0
 Requires:      %{name} = %{version}
 
 %description -n nscd
@@ -331,6 +335,10 @@ A toy.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 LDFLAGS=" " ; export LDFLAGS
@@ -462,6 +470,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/catchsegv
 %attr(755,root,root) %{_bindir}/getent
 %attr(755,root,root) %{_bindir}/glibcbug
+%attr(755,root,root) %{_bindir}/iconv
 %attr(755,root,root) %{_bindir}/ldd
 %ifnarch alpha
 %attr(755,root,root) %{_bindir}/lddlibc4
@@ -551,7 +560,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n iconv
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/iconv
 %dir %{_libdir}/gconv
 %{_libdir}/gconv/gconv-modules
 %attr(755,root,root) %{_libdir}/gconv/*.so
This page took 0.072373 seconds and 4 git commands to generate.