]> git.pld-linux.org Git - packages/glibc.git/blame_incremental - glibc.spec
- release 4: more work on speed patch (wiget).
[packages/glibc.git] / glibc.spec
... / ...
CommitLineData
1%define min_kernel 2.2.0
2Summary: GNU libc
3Summary(de): GNU libc
4Summary(fr): GNU libc
5Summary(pl): GNU libc
6Summary(tr): GNU libc
7name: glibc
8Version: 2.2.3
9Release: 4
10License: LGPL
11Group: Libraries
12Group(de): Libraries
13Group(fr): Librairies
14Group(pl): Biblioteki
15Source0: ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.gz
16Source1: ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.gz
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
29Patch8: %{name}-ldconfig-bklinks.patch
30Patch9: %{name}-getconf.patch
31Patch10: %{name}-confname.patch
32Patch11: %{name}-nis.patch
33Patch12: %{name}-speed.patch
34URL: http://www.gnu.org/software/libc/
35BuildRequires: perl
36BuildRequires: gd-devel
37BuildRequires: libpng-devel
38BuildRequires: gettext-devel >= 0.10.36
39BuildRequires: texinfo
40BuildRequires: rpm-build >= 4.0-11
41Provides: ld.so.2
42Provides: ldconfig
43Provides: /sbin/ldconfig
44Obsoletes: %{name}-debug
45Obsoletes: ldconfig
46Autoreq: false
47Prereq: basesystem
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49Conflicts: kernel < %{min_kernel}
50
51%description
52Contains the standard libraries that are used by multiple programs on
53the system. In order to save disk space and memory, as well as to ease
54upgrades, common system code is kept in one place and shared between
55programs. This package contains the most important sets of shared
56libraries, the standard C library and the standard math library.
57Without these, a Linux system will not function. It also contains
58national language (locale) support and timezone databases.
59
60%description -l de
61