]> git.pld-linux.org Git - packages/glibc.git/blame - glibc.spec
- changed Buildroot to /tmp/%%{name}-%%{version}-root,
[packages/glibc.git] / glibc.spec
CommitLineData
d90a3b13 1Summary: GNU libc
2Summary(de): GNU-Libc
3Summary(fr): GNU libc
4Summary(pl): GNU libc
5Summary(tr): GNU libc
6Name: glibc
7Version: 2.0.7
8%define kheaders 2.1.76
9%define version 980911
10Release: 24
11Copyright: LGPL
12Group: Development/Libraries/Libc
13Source0: glibc-2.0.7-%{version}.tar.gz
14Source1: ftp://prep.ai.mit.edu/pub/gnu/glibc-localedata-2.0.7pre3.tar.gz
15Source2: ftp://prep.ai.mit.edu/pub/gnu/glibc-linuxthreads-2.0.7pre5.tar.gz
16Source3: ftp://prep.ai.mit.edu/pub/gnu/glibc-crypt-2.0.6.tar.gz
17Source4: glibc-2.0.7-nsswitch.conf
18Source5: linux-include-%{kheaders}.tar.gz
19Source6: glibc-2.0.7-db-mans.tar.gz
20Patch0: glibc-2.0.7-preload.patch
21Patch1: glibc-2.0.7-nonmt.patch
22Patch2: glibc-2.0.7-localedata.patch
23Patch3: glibc-2.0.7-misc.patch
24Patch4: glibc-2.0.7-sparc.patch
25Patch5: glibc-2.0.7-sparc2.patch
26Patch6: glibc-2.0.7-sparc3.patch
27Patch7: glibc-2.0.7-tz.patch
28Patch8: glibc-2.0.7-anc.patch
29Patch9: glibc-2.0.7-sparc4.patch
30Patch10: glibc-2.0.6-threads.patch
31Patch11: glibc-2.0.7-pagesize.patch
32Patch12: glibc-2.0.7-getpagesize.patch
33Patch13: glibc-2.0.7-resolv.patch
34Patch14: glibc-localedata_install.patch.gz
35Buildroot: /tmp/%{name}-%{PACKAGE_VERSION}-root
36Obsoletes: zoneinfo libc-static libc-devel libc-profile libc-headers linuxthreads
37Autoreq: false
38%ifarch alpha
39Provides: ld.so.2
40%else
41%endif
42%ifarch sparc
43Obsoletes: libc
44%endif
45
46%description
47Contains the standard libraries that are used by multiple programs on
48the system. In order to save disk space and memory, as well as to
49ease upgrades, common system code is kept in one place and shared between
50programs. This package contains the most important sets of shared libraries,
51the standard C library and the standard math library. Without these, a
52Linux system will not function. It also contains national language (locale)
53support and timezone databases.
54
55%description -l de
56