]> git.pld-linux.org Git - packages/glibc.git/blame_incremental - glibc.spec
- changed all BuildRoot definitons
[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
32Prereq: basesystem
33Provides: ld.so.2
34Obsoletes: %{name}-profile
35Obsoletes: %{name}-debug
36Autoreq: false
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40Contains the standard libraries that are used by multiple programs on the
41system. In order to save disk space and memory, as well as to ease
42upgrades, common system code is kept in one place and shared between
43programs. This package contains the most important sets of shared
44libraries, the standard C library and the standard math library. Without
45these, a Linux system will not function. It also contains national language
46(locale) support and timezone databases.
47
48%description -l de
49