]> git.pld-linux.org Git - packages/glibc.git/blame - glibc.spec
Build with new glibs-threads,
[packages/glibc.git] / glibc.spec
CommitLineData
236a5027 1Summary: GNU libc
2Summary(de): GNU libc
3Summary(fr): GNU libc
4Summary(pl): GNU libc
5Summary(tr): GNU libc
6name: glibc
7Version: 2.1
8Release: 3d
9Copyright: LGPL
10Group: Libraries
11Group(pl): Biblioteki
12Source0: ftp://alpha.gnu.org/pub/gnu/%{name}-2.0.112.tar.gz
13URL: ftp://sourceware.cygnus.com/pub/glibc
14Source1: %{name}-linuxthreads-2.1.tar.gz
15Source2: %{name}-crypt-2.0.111.tar.gz
16Source3: utmpd.init
17Source4: nscd.init
18Patch: %{name}-2.0.112-2.1.diff.gz
19BuildRoot: /tmp/%{name}-%{version}-root
20Provides: ld.so.2
21Obsoletes: %{name}-profile
22Obsoletes: %{name}-debug
23Autoreq: false
d90a3b13 24
25%description
26Contains the standard libraries that are used by multiple programs on
27the system. In order to save disk space and memory, as well as to
28ease upgrades, common system code is kept in one place and shared between
29programs. This package contains the most important sets of shared libraries,
30the standard C library and the standard math library. Without these, a
31Linux system will not function. It also contains national language (locale)
32support and timezone databases.
33
236a5027 34%package devel
35Summary: Additional libraries required to compile
36Summary(de): Weitere Libraries zum Kompilieren
37