]> git.pld-linux.org Git - packages/glibc.git/blame_incremental - glibc.spec
- fix using sort in scripts/versions.awk.
[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.1
8Release: 3
9Copyright: LGPL
10Group: Libraries
11Group(pl): Biblioteki
12######## ftp://sourceware.cygnus.com/pub/glibc/
13Source0: %{name}-%{version}.tar.gz
14Source1: %{name}-linuxthreads-%{version}.tar.gz
15######## http://www.ozemail.com.au/~geoffk/glibc-crypt
16Source2: %{name}-crypt-%{version}.tar.gz
17Source3: utmpd.init
18Source4: nscd.init
19Source5: utmpd.sysconfig
20Source6: nscd.sysconfig
21Patch0: glibc-info.patch
22Patch1: glibc-paths.patch
23URL: http://www.gnu.org/software/libc/
24Provides: ld.so.2
25Obsoletes: %{name}-profile
26Obsoletes: %{name}-debug
27Autoreq: false
28BuildRoot: /tmp/%{name}-%{version}-root
29
30%description
31Contains the standard libraries that are used by multiple programs on the
32system. In order to save disk space and memory, as well as to ease upgrades,
33common system code is kept in one place and shared between programs. This
34package contains the most important sets of shared libraries, the standard C
35library and the standard math library. Without these, a Linux system will
36not function. It also contains national language (locale) support and
37timezone databases.
38
39%description -l de
40