]> git.pld-linux.org Git - packages/glibc.git/blame - glibc.spec
fix compilation on non-gcc compilers
[packages/glibc.git] / glibc.spec
CommitLineData
ea3a228f 1%define min_kernel 2.2.0
236a5027 2Summary: GNU libc
3Summary(de): GNU libc
4Summary(fr): GNU libc
5Summary(pl): GNU libc
6Summary(tr): GNU libc
ab97a044 7name: glibc
5a5fc926 8Version: 2.2
19632aed 9Release: 8
602a978a 10License: LGPL
236a5027 11Group: Libraries
908ab141 12Group(de): Libraries
ca5cee2c 13Group(fr): Librairies
236a5027 14Group(pl): Biblioteki
9e478a53
AF
15Source0: ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.bz2
16Source1: ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.bz2
4206408a 17Source2: nscd.init
18Source3: nscd.sysconfig
19Source4: nscd.logrotate
20Source5: ldconfig.8
21Patch0: %{name}-info.patch
22Patch1: %{name}-versions.awk_fix.patch
23Patch2: %{name}-pld.patch
24Patch3: %{name}-crypt-blowfish.patch
25Patch4: %{name}-string2-pointer-arith.patch
26Patch5: %{name}-linuxthreads-lock.patch
27Patch6: %{name}-pthread_create-manpage.patch
28Patch7: %{name}-sparc-linux-chown.patch
1b8cf04e
AF
29Patch8: %{name}-ldconfig.patch
30Patch9: %{name}-getxxxxinfo.patch
6c00e769 31Patch10: %{name}-flexiblearray.patch
959d1cc7 32URL: http://www.gnu.org/software/libc/
1527e2fb 33BuildRequires: perl
4206408a 34BuildRequires: gd-devel
12f254d7 35BuildRequires: texinfo
236a5027 36Provides: ld.so.2
c37d4a8e
JR
37Provides: ldconfig
38Provides: /sbin/ldconfig
02a48f43 39Obsoletes: %{name}-profile
40Obsoletes: %{name}-debug
c37d4a8e 41Obsoletes: ldconfig
236a5027 42Autoreq: false
19632aed 43Prereq: basesystem
000885ac 44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ea3a228f 45Conflicts: kernel < %{min_kernel}
d90a3b13 46
47%description
7a3b906b 48Contains the standard libraries that are used by multiple programs on
49the system. In order to save disk space and memory, as well as to ease
602a978a 50upgrades, common system code is kept in one place and shared between
51programs. This package contains the most important sets of shared
7a3b906b 52libraries, the standard C library and the standard math library.
53Without these, a Linux system will not function. It also contains
54national language (locale) support and timezone databases.
d90a3b13 55
56%description -l de
7a3b906b 57