]> git.pld-linux.org Git - packages/glibc.git/blame_incremental - glibc.spec
fix using %%lang() makro
[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: 24
9License: LGPL
10Group: Libraries
11Group(de): Libraries
12Group(fr): Librairies
13Group(pl): Biblioteki
14Source0: ftp://sourceware.cygnus.com/pub/glibc/%{name}-%{version}.tar.bz2
15Source1: ftp://sourceware.cygnus.com/pub/glibc/%{name}-linuxthreads-%{version}.tar.gz
16Source2: http://www.ozemail.com.au/~geoffk/glibc-crypt/%{name}-crypt-2.1.1.tar.gz
17Source3: utmpd.init
18Source4: nscd.init
19Source5: utmpd.sysconfig
20Source6: nscd.sysconfig
21Source7: nscd.logrotate
22Source10: ftp://ftp.yggdrasil.com/private/hjl/ldconfig-980708.tar.gz
23Source11: ldconfig.8
24Patch0: %{name}-2.1-CVS-20000905.patch.bz2
25Patch1: %{name}-info.patch
26Patch2: %{name}-versions.awk_fix.patch
27Patch3: %{name}-pld.patch
28Patch4: %{name}-crypt-blowfish.patch
29Patch5: %{name}-string2-pointer-arith.patch
30Patch6: %{name}-db2-alpha-mutex.patch
31Patch7: %{name}-linuxthreads-lock.patch
32Patch8: %{name}-pthread_create-manpage.patch
33Patch9: %{name}-sparc-linux-chown.patch
34Patch10: ldconfig-%{name}.patch
35Patch11: ldconfig-bklinks.patch
36Patch12: %{name}-cvs-20000824-md5-align-clean.patch.gz
37URL: http://www.gnu.org/software/libc/
38BuildRequires: perl
39Provides: ld.so.2
40Provides: ldconfig
41Provides: /sbin/ldconfig
42Obsoletes: %{name}-profile
43Obsoletes: %{name}-debug
44Obsoletes: ldconfig
45Prereq: basesystem
46Autoreq: false
47BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
49%description
50Contains the standard libraries that are used by multiple programs on
51the system. In order to save disk space and memory, as well as to ease
52upgrades, common system code is kept in one place and shared between
53programs. This package contains the most important sets of shared
54libraries, the standard C library and the standard math library.
55Without these, a Linux system will not function. It also contains
56national language (locale) support and timezone databases.
57
58%description -l de
59