]> git.pld-linux.org Git - packages/glibc.git/blame_incremental - glibc.spec
- removed Prereq: /usr/sbin/fix-info-dir
[packages/glibc.git] / glibc.spec
... / ...
CommitLineData
1Summary: GNU libc
2Summary(de): GNU libc
3Summary(fr): GNU libc
4Summary(pl): GNU libc
5Summary(tr): GNU libc
6name: glibc
7Version: 2.1.3
8Release: 2
9License: LGPL
10Group: Libraries
11Group(pl): Biblioteki
12Source0: ftp://sourceware.cygnus.com/pub/glibc/%{name}-%{version}.tar.bz2
13Source1: ftp://sourceware.cygnus.com/pub/glibc/%{name}-linuxthreads-%{version}.tar.gz
14Source2: http://www.ozemail.com.au/~geoffk/glibc-crypt/%{name}-crypt-2.1.1.tar.gz
15Source3: utmpd.init
16Source4: nscd.init
17Source5: utmpd.sysconfig
18Source6: nscd.sysconfig
19Source7: nscd.logrotate
20Patch0: glibc-info.patch
21Patch1: glibc-versions.awk_fix.patch
22Patch2: glibc-pld.patch
23Patch3: glibc-crypt-blowfish.patch
24Patch4: glibc-string2-pointer-arith.patch
25Patch5: glibc-db2-alpha-mutex.patch
26Patch6: glibc-linuxthreads-lock.patch
27Patch7: glibc-pthread_create-manpage.patch
28Patch8: glibc-sparc-linux-chown.patch
29Patch9: glibc-ctype.patch
30URL: http://www.gnu.org/software/libc/
31BuildRequires: perl
32Provides: ld.so.2
33Obsoletes: %{name}-profile
34Obsoletes: %{name}-debug
35Autoreq: false
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
39Contains the standard libraries that are used by multiple programs on the
40system. In order to save disk space and memory, as well as to ease
41upgrades, common system code is kept in one place and shared between
42programs. This package contains the most important sets of shared
43libraries, the standard C library and the standard math library. Without
44these, a Linux system will not function. It also contains national language
45(locale) support and timezone databases.
46
47%description -l de
48