]> git.pld-linux.org Git - packages/glibc.git/blame - glibc.spec
- crude fix for crashes of all applications with glibc-2.18
[packages/glibc.git] / glibc.spec
CommitLineData
d4a9e47c 1# TODO:
2aa88ecf 2# - restore --with-pkgversion when tcl upstream fixes the #3599098 (broken platform::identify).
7600054c 3# - --enable-systemtap
d4a9e47c
PG
4# - look at locale fixes/updates in bugzilla
5# - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
6# [OLD]
7# - localedb-gen man pages(?)
da89b000 8# - math/{test-fenv,test-tgmath,test-float,test-ifloat}, debug/backtrace-tst(SEGV) fail on alpha
98a7741e 9#
b287d865 10# Conditional build:
ccca7e27 11# min_kernel (default is 2.6.16)
fd1d4127 12%bcond_without memusage # don't build memusage utility
757f96eb 13%bcond_without selinux # without SELinux support (in nscd)
c9d8e545 14%bcond_with tests # perform "make test"
0a85848c 15%bcond_without localedb # don't build localedb-all (is time consuming)
472e31ee 16%bcond_with cross # build using crossgcc (without libgcc_eh)
b287d865 17#
ccca7e27 18%{!?min_kernel:%global min_kernel 2.6.16}
f3f771b7 19
e24149ab
PS
20%ifarch sparc64
21%undefine with_memusage
22%endif
23
48876fe6 24%define core_version 2.18
f65fa240 25%define llh_version 7:2.6.20.4-1
e8c60795 26
236a5027 27Summary: GNU libc
32ba7e9f
ER
28Summary(de.UTF-8): GNU libc
29Summary(es.UTF-8): GNU libc
30Summary(fr.UTF-8): GNU libc
31Summary(ja.UTF-8): GNU libc ライブラリ
32Summary(pl.UTF-8): GNU libc
f55430af 33Summary(ru.UTF-8): GNU libc версии
32ba7e9f 34Summary(tr.UTF-8): GNU libc
f55430af 35Summary(uk.UTF-8): GNU libc версії
5240d049 36Name: glibc
ccca7e27 37Version: %{core_version}
52ab371d 38Release: 2
f98eacd6 39Epoch: 6
c0367bf8 40License: LGPL v2.1+
236a5027 41Group: Libraries
4b008351 42Source0: http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
48876fe6 43# Source0-md5: 88fbbceafee809e82efd52efa1e3c58f
4206408a 44Source2: nscd.init
45Source3: nscd.sysconfig
46Source4: nscd.logrotate
940eb3e9 47#Source5: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
d25c303c 48Source5: http://qboosh.pl/man/%{name}-man-pages.tar.bz2
49ead7a0
JB
49# Source5-md5: f464eadf3cf06761f65639e44a179e6b
50Source6: %{name}-localedb-gen
51Source7: %{name}-LD-path.c
84e798db 52Source8: nscd.upstart
3b9b60ff 53Source9: nscd.tmpfiles
7787abf3 54# against GNU TP (libc domain)
12601ca4 55#Patch1: %{name}-pl.po-update.patch
4206408a 56Patch2: %{name}-pld.patch
57Patch3: %{name}-crypt-blowfish.patch
da89b000 58Patch4: %{name}-sotruss-sh.patch
98036fec 59Patch5: %{name}-sparc-softfp-gcc.patch
4b000c98 60Patch6: %{name}-paths.patch
0f2e926c 61Patch7: 1070_all_glibc-fadvise64_64.patch
e69f9d61
JB
62Patch8: %{name}-missing-nls.patch
63Patch9: %{name}-java-libc-wait.patch
f2d222e0 64Patch10: %{name}-info.patch
ccca7e27 65Patch11: %{name}-autoconf.patch
6b81d11f 66Patch12: %{name}-format.patch
48876fe6 67
ba326c24 68Patch14: %{name}-sparc-errno_fix.patch
c150d6cc
JB
69Patch15: %{name}-new-charsets.patch
70Patch16: %{name}-tzfile-noassert.patch
71Patch17: %{name}-morelocales.patch
72Patch18: %{name}-locale_fixes.patch
73Patch19: %{name}-ZA_collate.patch
14013232 74Patch20: %{name}-thread_start.patch
c150d6cc
JB
75Patch21: %{name}-cross-gcc_eh.patch
76Patch22: %{name}-with-stroke.patch
77Patch23: %{name}-pt_pax.patch
17a1a2af 78Patch25: %{name}-cv_gnu89_inline.patch
cbf1c4bb 79Patch26: %{name}-posix-sh.patch
dbccc642 80
f789abee 81Patch29: %{name}-arm-alignment-fix.patch
48876fe6 82
7795c908 83Patch31: %{name}-origin.patch
0a38c0f2 84Patch32: %{name}-Os-fail-workaround.patch
52ab371d 85Patch33: %{name}-hack-strstr.patch
dbccc642 86
b5aaf4cf 87Patch38: 1055_all_glibc-resolv-dynamic.patch
959d1cc7 88URL: http://www.gnu.org/software/libc/
f70abfbb 89%{?with_selinux:BuildRequires: audit-libs-devel}
5b00029e 90BuildRequires: autoconf
69afb5a6 91BuildRequires: automake
a146a9da
JB
92%ifarch alpha
93BuildRequires: binutils >= 2:2.17.50.0.7
94%else
6b6b6315 95BuildRequires: binutils >= 2:2.15.90.0.3
a146a9da 96%endif
141e8ae3 97%{!?with_cross:BuildRequires: dietlibc-static}
5145b9c7 98BuildRequires: gawk
3686eabe 99BuildRequires: gcc >= 6:4.3
fd1d4127 100%{?with_memusage:BuildRequires: gd-devel >= 2.0.1}
29f12ae8 101BuildRequires: gettext-devel >= 0.10.36
757f96eb 102%{?with_selinux:BuildRequires: libselinux-devel >= 1.18}
f65fa240 103BuildRequires: linux-libc-headers >= %{llh_version}
aca0117e 104BuildRequires: nss-devel >= 1:3.15.1-2
c1db9e72 105BuildRequires: perl-base
42a6983a 106BuildRequires: rpm-build >= 4.3-0.20030610.28
f789abee 107BuildRequires: rpmbuild(macros) >= 1.567
9597ca56 108BuildRequires: sed >= 4.0.5
54e3db45 109BuildRequires: texinfo
cf408212 110Requires(post): ldconfig = %{epoch}:%{version}-%{release}
4fa784f5 111Requires: filesystem
5145b9c7 112Requires: uname(release) >= %{min_kernel}
5145b9c7
JB
113Provides: glibc(nptl)
114Provides: glibc(tls)
56b2f963 115Provides: rtld(GNU_HASH)
e217c7d2
JB
116Obsoletes: glibc-common
117Obsoletes: glibc-debug
ed2a4886 118%ifarch %{x8664} sparc64 ppc64
bd3ecfb5
AM
119Provides: glibc64
120Obsoletes: glibc64
121%endif
2eac239d
ER
122Suggests: localedb
123Suggests: tzdata
0223ee0f 124Conflicts: %{name}-misc < %{epoch}:%{version}-%{release}
67cc5af0 125Conflicts: SysVinit < 2.86-11
ea3a228f 126Conflicts: kernel < %{min_kernel}
5145b9c7
JB
127Conflicts: kernel24
128Conflicts: kernel24-smp
4377d843 129Conflicts: ld.so < 1.9.9-10
bd975df5 130Conflicts: man-pages < 1.43
5b00029e 131Conflicts: poldek < 0.18.8-5
06fed0d7 132Conflicts: rc-scripts < 0.3.1-13
bd975df5 133Conflicts: rpm < 4.1
0c48ee45 134Conflicts: xorg-driver-video-nvidia-libs < 1:295.33
f789abee 135ExclusiveArch: i486 i586 i686 pentium3 pentium4 athlon %{x8664} ia64 alpha s390 s390x sparc sparc64 sparcv9 ppc ppc64 armv5tel
a0eebe50 136BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d90a3b13 137
cf7b4302 138# avoid -s here (ld.so must not be stripped to allow any program debugging)
f620b835 139%define filterout_ld (-Wl,)?-[sS] (-Wl,)?--strip.*
e87628ab
JR
140# disable -D_FORTIFY_SOURCE=X and -fstack-protector
141%define _fortify_cflags %{nil}
142%define _ssp_cflags %{nil}
9189fea3 143
355db1aa 144%define specflags_sparcv9 -mcpu=ultrasparc -mvis -fcall-used-g6
87a4ec26 145%define specflags_sparc64 -mcpu=ultrasparc -mvis -fcall-used-g6
5145b9c7 146
b96231b6
JB
147# ld.so needs not to be stripped to work
148# gdb needs unstripped libpthread for some threading support
149# ...but we can strip at least debuginfo from them
b99e5008 150%define _autostripdebug .*/ld-[0-9.]*so\\|.*/libpthread-[0-9.]*so
b96231b6 151
37f910e8
JB
152# -m from CFLAGS or even LDFLAGS is not propagated to some *.o linking
153%ifarch sparc sparcv9
154%{expand:%%define __cc %{__cc} -m32}
155%endif
156
f789abee 157# Architectures supported in glibc-ports
524363ff 158%define ports_arch alpha %{arm}
f789abee 159
5145b9c7
JB
160# Xen-friendly glibc
161%define specflags_ia32 -mno-tls-direct-seg-refs
ffb5bcf1
AM
162%define specflags_x86_64 -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
163%define specflags_amd64 -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
5145b9c7
JB
164%define specflags_ia32e -mno-tls-direct-seg-refs
165
ff9a9e81
JB
166# we don't want perl dependency in glibc-devel
167%define _noautoreqfiles %{_bindir}/mtrace
42a6983a
JB
168# hack: don't depend on rpmlib(PartialHardlinkSets) for easier upgrade from Ra
169# (hardlinks here are unlikely to be "partial"... and rpm 4.0.2 from Ra was
170# patched not to crash on partial hardlinks too)
171%define _hack_dontneed_PartialHardlinkSets 1
26e88040 172%define _noautochrpath .*\\(ldconfig\\|sln\\)
31aa574a
AM
173# private symbols
174%define _noautoprov .*\(GLIBC_PRIVATE\)
175%define _noautoreq .*\(GLIBC_PRIVATE\)
b88b18eb 176
d90a3b13 177%description
7a3b906b 178Contains the standard libraries that are used by multiple programs on
179the system. In order to save disk space and memory, as well as to ease
602a978a 180upgrades, common system code is kept in one place and shared between
181programs. This package contains the most important sets of shared
7a3b906b 182libraries, the standard C library and the standard math library.
183Without these, a Linux system will not function. It also contains
b1414da6 184national language (locale) support.
76f01b70 185
1cb6acca 186Can be used on: Linux kernel >= %{min_kernel}.
d90a3b13 187
94008272
JR
188%description -l es.UTF-8
189Contiene las bibliotecas estándared que son usadas por varios
d22b4284 190programas del sistema. Para ahorrar el espacio en el disco y la
94008272 191memoria, igual que para facilitar actualizaciones, código común del
d22b4284 192sistema se guarda en un sitio y es compartido entre los programas.
94008272
JR
193Este paquete contiene las bibliotecas compartidas más importantes, es
194decir la biblioteca C estándar y la biblioteca estándar de matemática.
195Sin éstas, un sistema Linux no podrá funcionar. También está incluido
b1414da6 196soporte de idiomas nacionales (locale).
4a04bb32 197
94008272 198Puede usarse con: núcleo Linux >= %{min_kernel}.
4a04bb32 199
94008272
JR
200%description -l de.UTF-8
201Enthält die Standard-Libraries, die von verschiedenen Programmen im
7a3b906b 202System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen
203und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an
204einer einzigen Stelle gespeichert und wird von den Programmen
94008272 205gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der
7a3b906b 206shared Libraries, die Standard-C-Library und die
207Standard-Math-Library, ohne die das Linux-System nicht funktioniert.
94008272 208Ferner enthält es den Support für die verschiedenen Sprachgregionen
b1414da6 209(locale).
76f01b70 210
1cb6acca 211Can be used on: Linux kernel >= %{min_kernel}.
d90a3b13 212
94008272
JR
213%description -l fr.UTF-8
214Contient les bibliothèques standards utilisées par de nombreux
215programmes du système. Afin d'économiser l'espace disque et mémoire,
216et de faciliter les mises à jour, le code commun au système est mis à
217un endroit et partagé entre les programmes. Ce paquetage contient les
218bibliothèques partagées les plus importantes, la bibliothèque standard
219du C et la bibliothèque mathématique standard. Sans celles-ci, un
220système Linux ne peut fonctionner. Il contient aussi la gestion des
b1414da6 221langues nationales (locales).
76f01b70 222
1cb6acca 223Can be used on: Linux kernel >= %{min_kernel}.
d90a3b13 224
94008272 225%description -l ja.UTF-8
c5387ad5 226glibc
94008272
JR
227パッケージはシステム上の複数のプログラムで使われる標準ライブラリを
228ふくみます。ディスクスペースとメモリを節約したり、アップグレードを
229用意にするために、共通のシステムコードは一つの場所におかれ、プログラム
230間で共有されます。この部分的なパッケージはシェアドライブラリのかなり
231重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。
232この二つのライブラリ抜きでは、Linux システムは機能しません。 glibc
233パッケージはまた地域言語 (locale) サポートとタイムゾーンデータベース
234サポートをふくみます。
76f01b70 235
1cb6acca 236Can be used on: Linux kernel >= %{min_kernel}.
e50f6fb1 237
94008272
JR
238%description -l pl.UTF-8
239W pakiecie znajdują się podstawowe biblioteki, używane przez różne
240programy w Twoim systemie. Używanie przez programy bibliotek z tego
241pakietu oszczędza miejsce na dysku i pamięć. Większość kodu
242systemowego jest usytuowane w jednym miejscu i dzielone między wieloma
243programami. Pakiet ten zawiera bardzo ważny zbiór bibliotek
244standardowych, współdzielonych (dynamicznych) bibliotek C i
245matematycznych. Bez glibc system Linux nie jest w stanie funkcjonować.
246Znajdują się tutaj również definicje różnych informacji dla wielu
247języków (locale).
248
249Pakiet jest przeznaczony dla jądra Linuksa >= %{min_kernel}.
250
251%description -l ru.UTF-8
252Содержит стандартные библиотеки, используемые многочисленными
253программами в системе. Для того, чтобы сохранить дисковое пространство
254и память, а также для простоты обновления, системный код, общий для
255всех программ, хранится в одном месте и коллективно используется всеми
256программами. Этот пакет содержит наиболее важные из разделяемых
257библиотек - стандартную библиотеку C и стандартную библиотеку
258математики. Без этих библиотек Linux функционировать не будет. Также
259пакет содержит поддержку национальных языков (locale).
76f01b70 260
1cb6acca 261Can be used on: Linux kernel >= %{min_kernel}.
98a7741e 262
94008272
JR
263%description -l tr.UTF-8
264Bu paket, birçok programın kullandığı standart kitaplıkları içerir.
265Disk alanı ve bellek kullanımını azaltmak ve aynı zamanda güncelleme
266işlemlerini kolaylaştırmak için ortak sistem kodları tek bir yerde
267tutulup programlar arasında paylaştırılır. Bu paket en önemli ortak
268kitaplıkları, standart C kitaplığını ve standart matematik kitaplığını
269içerir. Bu kitaplıklar olmadan Linux sistemi çalışmayacaktır. Yerel
270dil desteği ve zaman dilimi veri tabanı da bu pakette yer alır.
76f01b70 271
1cb6acca 272Can be used on: Linux kernel >= %{min_kernel}.
d90a3b13 273
94008272
JR
274%description -l uk.UTF-8
275Містить стандартні бібліотеки, котрі використовуються численними
276програмами в системі. Для того, щоб зберегти дисковий простір та
277пам'ять, а також для простоти поновлення системи, системний код,
278спільний для всіх програм, зберігається в одному місці і колективно
279використовується всіма програмами. Цей пакет містить найбільш важливі
280з динамічних бібліотек - стандартну бібліотеку С та стандартну
281бібліотеку математики. Без цих бібліотек Linux функціонувати не буде.
282Також пакет містить підтримку національних мов (locale).
76f01b70 283
1cb6acca 284Can be used on: Linux kernel >= %{min_kernel}.
98a7741e 285
c4fea372
JK
286%package misc
287Summary: Utilities and data used by glibc
32ba7e9f 288Summary(pl.UTF-8): Narzędzia i dane używane przez glibc
e44a2813 289Group: Applications/System
71181534 290Requires: %{name} = %{epoch}:%{version}-%{release}
c4fea372
JK
291
292%description misc
fd1d4127
JB
293Utilities and data used by glibc.
294
94008272
JR
295%description misc -l pl.UTF-8
296Narzędzia i dane używane przez glibc.
c4fea372 297
2eac239d
ER
298%package libcrypt
299Summary: glibc library for crypt(3)
33f26cf9 300Summary(pl.UTF-8): Biblioteka glibc z funkcją crypt(3)
2eac239d
ER
301Group: Libraries
302Requires: %{name} = %{epoch}:%{version}-%{release}
5191213e 303Provides: %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
304%ifarch %{ix86}
305Provides: %{name}-libcrypt(ix86) = %{epoch}:%{version}-%{release}
306%endif
050e821f 307Provides: crypt(blowfish)
2eac239d
ER
308
309%description libcrypt
310glibc library for crypt(3).
311
33f26cf9
JB
312%description libcrypt -l pl.UTF-8
313Biblioteka glibc z funkcją crypt(3).
314
cf408212 315%package -n ldconfig
a2e4eb0a 316Summary: Create shared library cache and maintains symlinks
cf408212
ER
317Summary(de.UTF-8): Erstellt ein shared library cache und verwaltet symlinks
318Summary(fr.UTF-8): Crée un cache de bibliothčque partagée et gčre *.so
a2e4eb0a 319Summary(pl.UTF-8): Tworzenie cache'u bibliotek dynamicznych i ich dowiązań symbolicznych
cf408212
ER
320Summary(tr.UTF-8): Ortak kitaplýk önbelleđi yaratýr ve bađlantýlarý kurar
321Group: Applications/System
322# This is needed because previous package (glibc) had autoreq false and had
323# provided this manually. Probably poldek bug that have to have it here.
324Provides: /sbin/ldconfig
2eac239d
ER
325# we want FHS being installed before ldconfig, altho they are both unrelated to each-other.
326Requires: FHS
cf408212
ER
327
328%description -n ldconfig
329ldconfig scans a running system and sets up the symbolic links that
330are used to load shared libraries properly. It also creates
331/etc/ld.so.cache which speeds the loading programs which use shared
332libraries.
333
cf408212
ER
334%description -n ldconfig -l de.UTF-8
335ldconfig scannt ein laufendes System und richtet die symbolischen
336Verknüpfungen zum Laden der gemeinsam genutzten Libraries ein.
337Außerdem erstellt es /etc/ld.so.cache, was das Laden von Programmen
338mit gemeinsam genutzten Libraries beschleunigt.
339
340%description -n ldconfig -l fr.UTF-8
341ldconfig analyse un systčme et configure les liens symboliques
342utilisés pour charger correctement les bibliothčques partagées. Il
343crée aussi /etc/ld.so.cache qui accélčre le chargement des programmes
344utilisant les bibliothčques partagées.
345
a2e4eb0a 346%description -n ldconfig -l pl.UTF-8
e4652066 347ldconfig testuje uruchomiony system i tworzy dowiązania symboliczne,
a2e4eb0a
JB
348które są następnie używane do poprawnego ładowania bibliotek
349dynamicznych. Program ten tworzy plik /etc/ld.so.cache, który
350przyśpiesza ładowanie programów korzystających z bibliotek
351dynamicznych.
352
cf408212
ER
353%description -n ldconfig -l tr.UTF-8
354ldconfig, çalýţmakta olan sistemi araţtýrýr ve ortak kitaplýklarýn
355düzgün bir ţekilde yüklenmesi için gereken simgesel bađlantýlarý
356kurar. Ayrýca ortak kitaplýklarý kullanan programlarýn yüklenmesini
357hýzlandýran /etc/ld.so.cache dosyasýný yaratýr.
358
fb120840 359%package devel
959d1cc7 360Summary: Additional libraries required to compile
32ba7e9f
ER
361Summary(de.UTF-8): Weitere Libraries zum Kompilieren
362Summary(es.UTF-8): Bibliotecas adicionales necesarias para la compilación
363Summary(fr.UTF-8): Librairies supplémentaires nécessaires à la compilation
364Summary(ja.UTF-8): 標準 C ライブラリで使われるヘッダーとオブジェクトファイル
365Summary(pl.UTF-8): Dodatkowe biblioteki wymagane podczas kompilacji
366Summary(ru.UTF-8): Дополнительные библиотеки, необходимые для компиляции
367Summary(tr.UTF-8): Geliştirme için gerekli diğer kitaplıklar
368Summary(uk.UTF-8): Додаткові бібліотеки, потрібні для компіляції
959d1cc7 369Group: Development/Libraries
69afb5a6 370Requires: %{name} = %{epoch}:%{version}-%{release}
9be42309 371Requires: %{name}-devel-utils = %{epoch}:%{version}-%{release}
84e798db 372Requires: %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
8f363ba3 373%if "%{_lib}" == "lib64"
9be42309
AM
374Requires: %{name}-headers(64bit) = %{epoch}:%{version}-%{release}
375%else
9b9eac8d 376Requires: %{name}-headers = %{epoch}:%{version}-%{release}
9be42309 377%endif
5b00029e 378Provides: %{name}-devel(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
379%ifarch %{ix86}
380Provides: %{name}-devel(ix86) = %{epoch}:%{version}-%{release}
381%endif
b34a4e03 382Obsoletes: libiconv-devel
959d1cc7 383
384%description devel
7a3b906b 385To develop programs which use the standard C libraries (which nearly
386all programs do), the system needs to have these standard header files
387and object files available for creating the executables.
959d1cc7 388
94008272 389%description devel -l de.UTF-8
7a3b906b 390Bei der Entwicklung von Programmen, die die Standard-C-Libraries
94008272
JR
391verwenden (also fast alle), benötigt das System diese Standard-Header-
392und Objektdateien zum Erstellen der ausführbaren Programme.
d90a3b13 393
94008272
JR
394%description devel -l es.UTF-8
395Para desarrollar programas que utilizan las bibliotecas C estándar (lo
396cual hacen prácticamente todos los programas), el sistema necesita
4a04bb32 397disponer de estos ficheros de cabecera y de objetos para crear los
398ejecutables.
399
94008272
JR
400%description devel -l fr.UTF-8
401Pour développer des programmes utilisant les bibliothèques standard du
402C (ce que presque tous les programmes font), le système doit posséder
403ces fichiers en-têtes et objets standards pour créer les exécutables.
404
405%description devel -l ja.UTF-8
406glibc-devel パッケージは(ほとんどすべてのプログラムで使われる)標準 C
407ライブラリを使用したプログラムを開発するためのヘッダーとオブジェクト
408ファイルを含みます。もし標準 C
409ライブラリを使用するプログラムを開発するなら
410実行ファイルを作成する目的でこれらの標準ヘッダとオブジェクトファイル
411が使用できます。
412
413%description devel -l pl.UTF-8
414Pakiet ten jest niezbędny przy tworzeniu własnych programów
415korzystających ze standardowej biblioteki C. Znajdują się tutaj pliki
416nagłówkowe oraz pliki obiektowe, niezbędne do kompilacji programów
7a3b906b 417wykonywalnych i innych bibliotek.
d90a3b13 418
94008272
JR
419%description devel -l ru.UTF-8
420Для разработки программ, использующих стандартные библиотеки C (а
421практически все программы их используют), системе НЕОБХОДИМЫ хедеры и
422объектные файлы, содержащиеся в этом пакете, чтобы создавать
423исполняемые файлы.
98a7741e 424
94008272
JR
425%description devel -l tr.UTF-8
426C kitaplığını kullanan (ki hemen hemen hepsi kullanıyor) programlar
427geliştirmek için gereken standart başlık dosyaları ve statik
428kitaplıklar.
d90a3b13 429
94008272
JR
430%description devel -l uk.UTF-8
431Для розробки програм, що використовують стандартні бібліотеки C
432(практично всі програми їх використовують), системі НЕОБХІДНІ хедери
433та об'єктні файли, що містяться в цьому пакеті, цоб створювати
434виконувані файли.
98a7741e 435
5b00029e
JB
436%package headers
437Summary: Header files for development using standard C libraries
32ba7e9f 438Summary(pl.UTF-8): Pliki nagłówkowe do tworzenia programów przy użyciu standardowych bibliotek C
e44a2813 439Group: Development/Building
5b00029e 440Provides: %{name}-headers(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
441%ifarch %{ix86}
442Provides: %{name}-headers(ix86) = %{epoch}:%{version}-%{release}
443%endif
8f363ba3 444%if "%{_lib}" == "lib64"
9be42309
AM
445Provides: %{name}-headers(64bit) = %{epoch}:%{version}-%{release}
446%endif
5b00029e 447%ifarch %{x8664}
5145b9c7 448# If both -m32 and -m64 is to be supported on x86_64, x86_64 package
5b00029e 449# have to be installed, not ix86 one.
ae2d70c9
ER
450Obsoletes: glibc-headers(athlon)
451Obsoletes: glibc-headers(i386)
452Obsoletes: glibc-headers(i486)
453Obsoletes: glibc-headers(i586)
454Obsoletes: glibc-headers(i686)
455Obsoletes: glibc-headers(pentium3)
456Obsoletes: glibc-headers(pentium4)
5b00029e 457%endif
f70abfbb 458%ifarch ppc64
ae2d70c9 459Obsoletes: glibc-headers(ppc)
f70abfbb
JB
460%endif
461%ifarch s390x
ae2d70c9 462Obsoletes: glibc-headers(s390)
f70abfbb
JB
463%endif
464%ifarch sparc64
ae2d70c9 465Obsoletes: glibc-headers(sparc)
f70abfbb 466%endif
f65fa240 467Requires: linux-libc-headers >= %{llh_version}
5b00029e
JB
468
469%description headers
470The glibc-headers package contains the header files necessary for
471developing programs which use the standard C libraries (which are used
472by nearly all programs). If you are developing programs which will use
473the standard C libraries, your system needs to have these standard
474header files available in order to create the executables.
475
476Install glibc-headers if you are going to develop programs which will
477use the standard C libraries.
478
94008272
JR
479%description headers -l pl.UTF-8
480Pakiet glibc-headers zawiera pliki nagłówkowe niezbędne do rozwijania
481programów używających standardowych bibliotek C (używanych przez
482prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
483standardowych bibliotek C, system wymaga dostępności tych
484standardowych plików nagłówkowych do tworzenia programów
5b00029e
JB
485wykonywalnych.
486
94008272
JR
487Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
488korzystające ze standardowych bibliotek C.
5b00029e
JB
489
490%package devel-utils
491Summary: Utilities needed for development using standard C libraries
32ba7e9f 492Summary(pl.UTF-8): Narzędzia do tworzenia programów przy użyciu standardowych bibliotek C
5b00029e
JB
493Group: Development/Libraries
494Provides: %{name}-devel-utils(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
495%ifarch %{ix86}
496Provides: %{name}-devel-utils(ix86) = %{epoch}:%{version}-%{release}
497%endif
5b00029e
JB
498%ifarch %{x8664}
499# If both -m32 and -m64 is to be supported on AMD64, x86_64 package
500# have to be installed, not ix86 one.
ae2d70c9
ER
501Obsoletes: glibc-devel-utils(athlon)
502Obsoletes: glibc-devel-utils(i386)
503Obsoletes: glibc-devel-utils(i486)
504Obsoletes: glibc-devel-utils(i586)
505Obsoletes: glibc-devel-utils(i686)
506Obsoletes: glibc-devel-utils(pentium3)
507Obsoletes: glibc-devel-utils(pentium4)
5b00029e 508%endif
f70abfbb 509%ifarch ppc64
ae2d70c9 510Obsoletes: glibc-devel-utils(ppc)
f70abfbb
JB
511%endif
512%ifarch s390x
ae2d70c9 513Obsoletes: glibc-devel-utils(s390)
f70abfbb
JB
514%endif
515%ifarch sparc64
ae2d70c9 516Obsoletes: glibc-devel-utils(sparc)
f70abfbb 517%endif
5b00029e
JB
518
519%description devel-utils
520The glibc-devel-utils package contains utilities necessary for
521developing programs which use the standard C libraries (which are used
522by nearly all programs). If you are developing programs which will use
523the standard C libraries, your system needs to have these utilities
524available.
525
526Install glibc-devel-utils if you are going to develop programs which
527will use the standard C libraries.
528
94008272
JR
529%description devel-utils -l pl.UTF-8
530Pakiet glibc-devel-utils zawiera narzędzia niezbędne do rozwijania
531programów używających standardowych bibliotek C (używanych przez
532prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
533standardowych bibliotek C, system wymaga dostępności tych narzędzi do
534tworzenia programów wykonywalnych.
5b00029e 535
94008272
JR
536Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
537korzystające ze standardowych bibliotek C.
5b00029e
JB
538
539%package devel-doc
540Summary: Documentation needed for development using standard C libraries
32ba7e9f 541Summary(pl.UTF-8): Dokumentacja do tworzenia programów przy użyciu standardowych bibliotek C
5b00029e
JB
542Group: Documentation
543Provides: %{name}-devel-doc(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
544%ifarch %{ix86}
545Provides: %{name}-devel-doc(ix86) = %{epoch}:%{version}-%{release}
546%endif
5b00029e 547%ifarch %{x8664}
5145b9c7 548# If both -m32 and -m64 is to be supported on x86_64, x86_64 package
5b00029e 549# have to be installed, not ix86 one.
ae2d70c9
ER
550Obsoletes: glibc-devel-doc(athlon)
551Obsoletes: glibc-devel-doc(i386)
552Obsoletes: glibc-devel-doc(i486)
553Obsoletes: glibc-devel-doc(i586)
554Obsoletes: glibc-devel-doc(i686)
555Obsoletes: glibc-devel-doc(pentium3)
556Obsoletes: glibc-devel-doc(pentium4)
5b00029e 557%endif
f70abfbb 558%ifarch ppc64
ae2d70c9 559Obsoletes: glibc-devel-doc(ppc)
f70abfbb
JB
560%endif
561%ifarch s390x
ae2d70c9 562Obsoletes: glibc-devel-doc(s390)
f70abfbb
JB
563%endif
564%ifarch sparc64
ae2d70c9 565Obsoletes: glibc-devel-doc(sparc)
f70abfbb 566%endif
5b00029e
JB
567
568%description devel-doc
569The glibc-devel-doc package contains info and manual pages necessary
570for developing programs which use the standard C libraries (which are
571used by nearly all programs).
572
573Install glibc-devel-doc if you are going to develop programs which
574will use the standard C libraries.
575
94008272 576%description devel-doc -l pl.UTF-8
5b00029e 577Pakiet glibc-devel-doc zawiera strony info i manuala przydatne do
94008272 578rozwijania programów używających standardowych bibliotek C (używanych
5b00029e
JB
579przez prawie wszystkie programy).
580
94008272
JR
581Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
582korzystające ze standardowych bibliotek C.
5b00029e 583
fb120840 584%package -n nscd
bab19d4a 585Summary: Name Service Caching Daemon
32ba7e9f
ER
586Summary(es.UTF-8): Demonio de caché del servicio de nombres
587Summary(ja.UTF-8): ネームサービスキャッシングデーモン (nacd)
588Summary(pl.UTF-8): Demon zapamiętujący odpowiedzi serwisów nazw
589Summary(ru.UTF-8): Кэширующий демон сервисов имен
590Summary(uk.UTF-8): Кешуючий демон севісів імен
c0367bf8 591License: GPL v2
141e8ae3 592Group: Networking/Daemons
9b9eac8d
ER
593Requires(post): fileutils
594Requires(post,preun): /sbin/chkconfig
595Requires(postun): /usr/sbin/groupdel
596Requires(postun): /usr/sbin/userdel
da7cc665
JB
597Requires(pre): /bin/id
598Requires(pre): /usr/bin/getgid
599Requires(pre): /usr/sbin/groupadd
600Requires(pre): /usr/sbin/useradd
69afb5a6 601Requires: %{name} = %{epoch}:%{version}-%{release}
da7cc665 602%{?with_selinux:Requires: libselinux >= 1.18}
84e798db 603Requires: rc-scripts >= 0.4.3.0
da7cc665
JB
604Provides: group(nscd)
605Provides: user(nscd)
bab19d4a 606
607%description -n nscd
7a3b906b 608nscd caches name service lookups; it can dramatically improve
90ff660b 609performance with NIS+, and may help with DNS as well.
bab19d4a 610
94008272
JR
611%description -n nscd -l es.UTF-8
612nscd guarda las peticiones del servicio de nombres en una caché; eso
613puede aumentar drásticamente las prestaciones de NIS+, y también puede
90ff660b 614ayudar con DNS.
4a04bb32 615
94008272
JR
616%description -n nscd -l ja.UTF-8
617Nscd はネームサービス参照をキャッシュし、NIS+ のパフォーマンスを
618ドラマティックに改善することができ、DNS を同様に補助します。
c5387ad5 619
94008272
JR
620%description -n nscd -l pl.UTF-8
621nscd zapamiętuje zapytania i odpowiedzi NIS oraz DNS. Pozwala
622drastycznie poprawić szybkość działania NIS+.
c43e39f5 623
94008272
JR
624%description -n nscd -l ru.UTF-8
625nscd кэширует результаты запросов к сервисам имен; это может резко
626увеличить производительность работы с NIS+ и, также, может помочь с
98a7741e 627DNS.
628
94008272
JR
629%description -n nscd -l uk.UTF-8
630nscd кешує результати запросів до сервісів імен; це може сильно
631збільшити швидкість роботи з NIS+ і, також, може допомогти з DNS.
98a7741e 632
d34cb8bc 633%package -n localedb-src
c5895f38 634Summary: locale database source code
32ba7e9f
ER
635Summary(es.UTF-8): Código fuente de la base de datos de los locales
636Summary(pl.UTF-8): Kod źródłowy bazy locale
2abb6d39 637Group: Libraries
69afb5a6 638Requires: %{name} = %{epoch}:%{version}-%{release}
860ccbf5 639Requires: gzip
a22f09bc 640Requires: sed
3fb16489 641Provides: localedb
d34cb8bc 642
643%description -n localedb-src
7a3b906b 644This add-on package contains the data needed to build the locale data
40430bed 645files to use the internationalization features of the GNU libc.
d34cb8bc 646
94008272 647%description -n localedb-src -l es.UTF-8
4a04bb32 648Este paquete adicional contiene los datos necesarios para construir
649los ficheros de locale, imprescindibles para usar las cualidades de
94008272 650internacionalización de GNU libc.
4a04bb32 651
94008272
JR
652%description -n localedb-src -l pl.UTF-8
653Pakiet ten zawiera dane niezbędne do zbudowania binarnych plików
654lokalizacyjnych, by móc wykorzystać możliwości oferowane przez GNU
40430bed
JB
655libc.
656
657%package localedb-all
658Summary: locale database for all locales supported by glibc
32ba7e9f
ER
659Summary(es.UTF-8): Base de datos de todos los locales soportados por glibc
660Summary(pl.UTF-8): Baza danych locale dla wszystkich lokalizacji obsługiwanych przez glibc
40430bed 661Group: Libraries
69afb5a6 662Requires: %{name} = %{epoch}:%{version}-%{release}
9b9eac8d 663Requires: iconv = %{epoch}:%{version}-%{release}
3fb16489 664Provides: localedb
40430bed
JB
665
666%description localedb-all
667This package contains locale database for all locales supported by
420cf057 668glibc. In glibc 2.3.x it's one large file (about 39MB) - if you want
40430bed
JB
669something smaller with support for chosen locales only, consider
670installing localedb-src and regenerating database using localedb-gen
671script (when database is generated, localedb-src can be uninstalled).
672
94008272 673%description localedb-all -l es.UTF-8
d22b4284 674Este paquete contiene una base de datos de todos los locales
94008272
JR
675soportados por glibc. En glibc 2.3.x ése es un fichero grande (aprox.
67639 MB) -- si prefiere algo más pequeño, sólo con soporte de unos
677locales elegidos, considérese instalar localedb-src y regenerar la
d22b4284 678base de datos usando el escript localedb-gen (una vez que la base de
94008272 679datos esté creada, localedb-src se podrá desinstalar).
4a04bb32 680
94008272
JR
681%description localedb-all -l pl.UTF-8
682Ten pakiet zawiera bazę danych locale dla wszystkich lokalizacji
683obsługiwanych przez glibc. W glibc 2.3.x jest to jeden duży plik
684(około 39MB); aby mieć coś mniejszego, z obsługą tylko wybranych
685lokalizacji, należy zainstalować pakiet localedb-src i przegenerować
686bazę danych przy użyciu skryptu localedb-gen (po wygenerowaniu bazy
687pakiet localedb-src można odinstalować).
d34cb8bc 688
689%package -n iconv
690Summary: Convert encoding of given files from one encoding to another
32ba7e9f
ER
691Summary(es.UTF-8): Convierte entre varias codificaciones de los ficheros dados
692Summary(pl.UTF-8): Moduły do konwersji plików tekstowych z jednego kodowania do innego
2abb6d39 693Group: Libraries
69afb5a6 694Requires: %{name} = %{epoch}:%{version}-%{release}
175873de 695Provides: iconv(%{_target_base_arch})
d34cb8bc 696
697%description -n iconv
7a3b906b 698Convert encoding of given files from one encoding to another. You need
4a04bb32 699this package if you want to convert some document from one encoding to
c5895f38 700another or if you have installed some programs which use Generic
7a3b906b 701Character Set Conversion Interface.
d34cb8bc 702
94008272
JR
703%description -n iconv -l es.UTF-8
704Convierte la codificación de dados ficheros. Necesita este paquete si
705quiere convertir un documento entre una codificación (juego de
706caracteres) y otra, o si tiene instalado algún programa que usa el
707Generic Character Set Conversion Interface (interfaz genérica de
708conversión de juegos de caracteres).
709
710%description -n iconv -l pl.UTF-8
711Moduły do konwersji plików tekstowych z jednego kodowania do innego.
712Trzeba mieć zainstalowany ten pakiet, aby wykonywać konwersję
713dokumentów z jednego kodowania do innego lub do używania programów
714korzystających z Generic Character Set Conversion Interface w glibc,
715czyli z zestawu funkcji z tej biblioteki, które umożliwiają konwersję
2abb6d39 716kodowania danych z poziomu dowolnego programu.
d34cb8bc 717
fb120840 718%package static
73dbfadc 719Summary: Static GNU libc libraries
32ba7e9f 720Summary(es.UTF-8): Bibliotecas estáticas
73dbfadc 721Summary(pl.UTF-8): Biblioteki statyczne GNU libc
32ba7e9f
ER
722Summary(ru.UTF-8): Статические библиотеки glibc
723Summary(uk.UTF-8): Статичні бібліотеки glibc
c7df086f 724Group: Development/Libraries
69afb5a6 725Requires: %{name}-devel = %{epoch}:%{version}-%{release}
ca91c518 726Provides: %{name}-static(%{_target_cpu}) = %{epoch}:%{version}-%{release}
e87628ab
JR
727%ifarch %{ix86}
728Provides: %{name}-static(ix86) = %{epoch}:%{version}-%{release}
729%endif
b34a4e03 730Obsoletes: libiconv-static
c7df086f 731
732%description static
d34cb8bc 733GNU libc static libraries.
c7df086f 734
94008272
JR
735%description static -l es.UTF-8
736Bibliotecas estáticas de GNU libc.
4a04bb32 737
94008272 738%description static -l pl.UTF-8
d34cb8bc 739Biblioteki statyczne GNU libc.
740
94008272
JR
741%description static -l ru.UTF-8
742Это отдельный пакет со статическими библиотеками, которые больше не
743входят в glibc-devel.
98a7741e 744
94008272
JR
745%description static -l uk.UTF-8
746Це окремий пакет зі статичними бібліотеками, що більше не входять в
747склад glibc-devel.
98a7741e 748
d34cb8bc 749%package profile
750Summary: glibc with profiling support
32ba7e9f
ER
751Summary(de.UTF-8): glibc mit Profil-Unterstützung
752Summary(es.UTF-8): glibc con soporte de perfilamiento
753Summary(fr.UTF-8): glibc avec support pour profiling
754Summary(pl.UTF-8): glibc ze wsparciem dla profilowania
755Summary(ru.UTF-8): GNU libc с поддержкой профайлера
756Summary(tr.UTF-8): Ölçüm desteği olan glibc
757Summary(uk.UTF-8): GNU libc з підтримкою профайлера
d34cb8bc 758Group: Development/Libraries/Libc
69afb5a6 759Requires: %{name}-devel = %{epoch}:%{version}-%{release}
dd75ad7c 760Obsoletes: libc-profile
d34cb8bc 761
762%description profile
4a04bb32 763When programs are being profiled using gprof, they must use these
7a3b906b 764libraries instead of the standard C libraries for gprof to be able to
765profile them correctly.
d34cb8bc 766
94008272
JR
767%description profile -l de.UTF-8
768Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
769Libraries anstelle der üblichen C-Libraries verwendet werden.
d34cb8bc 770
94008272 771%description profile -l es.UTF-8
4a04bb32 772Cuando programas son perfilidas usando gprof, tienen que usar estas
94008272 773biblioteces en vez de las estándares para que gprof pueda perfilarlas
4a04bb32 774correctamente.
775
94008272
JR
776%description profile -l pl.UTF-8
777Programy profilowane za pomocą gprof muszą używać tych bibliotek
778zamiast standardowych bibliotek C, aby gprof mógł odpowiednio je
779wyprofilować.
780
781%description profile -l uk.UTF-8
782Коли програми досліджуються профайлером gprof, вони повинні
783використовувати замість стандартних бібліотек бібліотеки, що містяться
784в цьому пакеті. При використанні стандартних бібліотек gprof замість
785реальних результатів буде показувати ціни на папайю в Гонолулу в
786позаминулому році...
787
788%description profile -l tr.UTF-8
789gprof kullanılarak ölçülen programlar standart C kitaplığı yerine bu
790kitaplığı kullanmak zorundadırlar.
791
792%description profile -l ru.UTF-8
793Когда программы исследуются профайлером gprof, они должны
794использовать, вместо стандартных библиотек, библиотеки, включенные в
795этот пакет. При использовании стандартных библиотек gprof вместо
796реальных результатов будет показывать цены на папайю в Гонолулу в
797позапрошлом году...
98a7741e 798
71a76fad 799%package pic
5240d049 800Summary: glibc PIC archive
32ba7e9f
ER
801Summary(es.UTF-8): Archivo PIC de glibc
802Summary(pl.UTF-8): Archiwum PIC glibc
908ab141 803Group: Development/Libraries/Libc
69afb5a6 804Requires: %{name}-devel = %{epoch}:%{version}-%{release}
71a76fad 805
806%description pic
908ab141 807GNU C Library PIC archive contains an archive library (ar file)
808composed of individual shared objects. This is used for creating a
809library which is a smaller subset of the standard libc shared library.
71a76fad 810
94008272 811%description pic -l es.UTF-8
d22b4284
SP
812El archivo PIC de la biblioteca glibc contiene una biblioteca
813archivada (un fichero ar) compuesta de individuales objetos
814compartidos. Es usado para crear una biblioteca que sea un subconjunto
94008272 815más pequeño de la biblioteca libc compartida estándar.
4a04bb32 816
94008272
JR
817%description pic -l pl.UTF-8
818Archiwum PIC biblioteki GNU C zawiera archiwalną bibliotekę (plik ar)
819złożoną z pojedynczych obiektów współdzielonych. Używana jest do
820tworzenia biblioteki będącej mniejszym podzestawem standardowej
821biblioteki współdzielonej libc.
5240d049 822
4206408a 823%package -n nss_compat
824Summary: Old style NYS NSS glibc module
32ba7e9f
ER
825Summary(es.UTF-8): El antiguo módulo NYS NSS de glibc
826Summary(pl.UTF-8): Stary moduł NYS NSS glibc
4206408a 827Group: Base
69afb5a6 828Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 829
4206408a 830%description -n nss_compat
5240d049
TP
831Old style NYS NSS glibc module.
832
94008272
JR
833%description -n nss_compat -l es.UTF-8
834El antiguo módulo NYS NSS de glibc
4a04bb32 835
94008272
JR
836%description -n nss_compat -l pl.UTF-8
837Stary moduł NYS NSS glibc.
c37d4a8e 838
4206408a 839%package -n nss_dns
840Summary: BIND NSS glibc module
32ba7e9f
ER
841Summary(es.UTF-8): Módulo BIND NSS de glibc
842Summary(pl.UTF-8): Moduł BIND NSS glibc
4206408a 843Group: Base
69afb5a6 844Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 845
4206408a 846%description -n nss_dns
847BIND NSS glibc module.
c37d4a8e 848
94008272
JR
849%description -n nss_dns -l es.UTF-8
850Módulo BIND NSS de glibc.
4a04bb32 851
94008272
JR
852%description -n nss_dns -l pl.UTF-8
853Moduł BIND NSS glibc.
5240d049 854
4206408a 855%package -n nss_files
856Summary: Traditional files databases NSS glibc module
32ba7e9f
ER
857Summary(es.UTF-8): Módulo de tradicionales bases de datos en ficheros para glibc
858Summary(pl.UTF-8): Moduł tradycyjnych plikowych baz danych NSS glibc
4206408a 859Group: Base
69afb5a6 860Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 861
4206408a 862%description -n nss_files
863Traditional files databases NSS glibc module.
c37d4a8e 864
94008272
JR
865%description -n nss_files -l es.UTF-8
866Módulo de tradicionales bases de datos en ficheros para glibc.
4a04bb32 867
94008272
JR
868%description -n nss_files -l pl.UTF-8
869Moduł tradycyjnych plikowych baz danych NSS glibc.
5240d049 870
4206408a 871%package -n nss_hesiod
c6600969 872Summary: hesiod NSS glibc module
32ba7e9f
ER
873Summary(es.UTF-8): Módulo hesiod NSS de glibc
874Summary(pl.UTF-8): Moduł hesiod NSS glibc
4206408a 875Group: Base
69afb5a6 876Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 877
4206408a 878%description -n nss_hesiod
5240d049
TP
879glibc NSS (Name Service Switch) module for databases access.
880
94008272
JR
881%description -n nss_hesiod -l es.UTF-8
882Módulo hesiod NSS de glibc.
4a04bb32 883
94008272
JR
884%description -n nss_hesiod -l pl.UTF-8
885Moduł glibc NSS (Name Service Switch) dostępu do baz danych.
c37d4a8e 886
4206408a 887%package -n nss_nis
888Summary: NIS(YP) NSS glibc module
32ba7e9f
ER
889Summary(es.UTF-8): Módulo NIS(YP) NSS de glibc
890Summary(pl.UTF-8): Moduł NIS(YP) NSS glibc
4206408a 891Group: Base
69afb5a6 892Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 893
4206408a 894%description -n nss_nis
5240d049
TP
895glibc NSS (Name Service Switch) module for NIS(YP) databases access.
896
94008272
JR
897%description -n nss_nis -l es.UTF-8
898Módulo NSS de glibc para acceder las bases de datos NIS(YP).
4a04bb32 899
94008272
JR
900%description -n nss_nis -l pl.UTF-8
901Moduł glibc NSS (Name Service Switch) dostępu do baz danych NIS(YP).
c37d4a8e 902
4206408a 903%package -n nss_nisplus
904Summary: NIS+ NSS module
32ba7e9f
ER
905Summary(es.UTF-8): Módulo NIS+ NSS
906Summary(pl.UTF-8): Moduł NIS+ NSS
4206408a 907Group: Base
69afb5a6 908Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 909
4206408a 910%description -n nss_nisplus
4a04bb32 911glibc NSS (Name Service Switch) module for NIS+ databases access.
912
94008272
JR
913%description -n nss_nisplus -l es.UTF-8
914Módulo NSS (Name Service Switch) de glibc para acceder las bases de
d22b4284 915datos NIS+.
5240d049 916
94008272
JR
917%description -n nss_nisplus -l pl.UTF-8
918Moduł glibc NSS (Name Service Switch) dostępu do baz danych NIS+.
c37d4a8e 919
4206408a 920%package memusage
e765a3e7
JB
921Summary: Memory usage profiler
922Summary(pl.UTF-8): Narzędzie do profilowania zużycia pamięci
923Group: Development/Tools
69afb5a6 924Requires: %{name} = %{epoch}:%{version}-%{release}
c37d4a8e 925
4206408a 926%description memusage
e765a3e7 927Memory usage profiler.
4a04bb32 928
94008272 929%description memusage -l pl.UTF-8
e765a3e7 930Narzędzie do profilowania zużycia pamięci.
5240d049 931
602a978a 932%prep
ccca7e27
AM
933%setup -q
934
935%if "%{min_kernel}" < "2.6.16"
936echo "Minimal supported kernel is 2.6.16" >&2
937exit 1
938%endif
12601ca4 939
d36b187a 940%patch2 -p1
6c231cd2 941%patch3 -p0
da89b000 942%patch4 -p1
98036fec 943%patch5 -p1
16c630b5 944%patch6 -p1
0f2e926c 945%patch7 -p1
238dd942 946%patch8 -p1
e69f9d61 947%patch9 -p1
f2d222e0 948%patch10 -p1
150f255c 949%patch11 -p1
6b81d11f 950%patch12 -p1
48876fe6 951
ba326c24 952%patch14 -p0
238dd942 953%patch15 -p1
c150d6cc 954%patch16 -p1
d1ee5f87 955%patch17 -p1
9bc64322 956%patch18 -p1
c150d6cc 957%patch19 -p1
14013232 958%patch20 -p1
c150d6cc
JB
959%{?with_cross:%patch21 -p1}
960%patch22 -p1
961%patch23 -p0
5c6502d1 962
17a1a2af 963%patch25 -p1
cbf1c4bb 964%patch26 -p1
dbccc642 965
f789abee 966%patch29 -p1
48876fe6 967
591ac343 968%patch31 -p1
0a38c0f2 969%patch32 -p1
52ab371d 970%patch33 -p1
9d0a498b 971
b5aaf4cf 972%patch38 -p1
91bd3fe0 973
cbf1c4bb
ER
974# cleanup backups after patching
975find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
de1c7a1b 976
98a7741e 977chmod +x scripts/cpp
d90a3b13 978
40240acb 979# i786 (aka pentium4) hack
2147a6a1
ER
980ln -s i686 nptl/sysdeps/i386/i786
981ln -s i686 nptl/sysdeps/unix/sysv/linux/i386/i786
40240acb 982
d90a3b13 983%build
0469b7fd 984# glibc has its own way to remove PLT relocations. / H. J. Lu.
28a2e091 985unset LD_SYMBOLIC_FUNCTIONS || :
0469b7fd 986
9b9d0010 987cp -f /usr/share/automake/config.sub scripts
68ed41fd
PS
988%{__aclocal}
989%{__autoconf}
5145b9c7 990
2ed7b994 991rm -rf builddir
cfac0d25 992install -d builddir
e2a5184e 993cd builddir
472e31ee
JB
994%ifarch sparc64
995CC="%{__cc} -m64 -mcpu=ultrasparc -mvis -fcall-used-g6"
996%endif
f789abee 997
998AddOns=nptl,libidn
999%ifarch %{ports_arch}
1000AddOns=$AddOns,ports
1001%endif
1002
9d0a498b
AM
1003# force ld bfd (instead of gold)
1004install -d alt-tools
1005ln -sf %{_bindir}/ld.bfd alt-tools/ld
1006PATH=$(pwd)/alt-tools:$PATH; export PATH
1007
5145b9c7 1008AWK="gawk" \
e2a5184e 1009../%configure \
ccca7e27 1010 --with-bugurl=http://bugs.pld-linux.org/ \
9d0a498b 1011 --with-binutils=$(pwd)/alt-tools \
49db3d50 1012 --enable-kernel="%{min_kernel}" \
6658c043 1013 --with-headers=%{_includedir} \
40240acb
JB
1014 --with%{!?with_selinux:out}-selinux \
1015 --with-tls \
558a1d88 1016 --enable-obsolete-rpc \
f789abee 1017 --enable-add-ons=$AddOns \
d00dd085 1018%if "%{pld_release}" != "ti"
e8a20a65 1019 --enable-nss-crypt \
d00dd085 1020%endif
3588648b 1021 --enable-experimental-malloc \
5145b9c7
JB
1022 --enable-stackguard-randomization \
1023 --enable-hidden-plt \
4b632179 1024 --enable-bind-now \
2ed7b994 1025 --enable-profile
55463a82 1026
f3cc1845 1027%{__make} \
87a4ec26
TP
1028 AWK="gawk" \
1029 sLIBdir=%{_libdir}
f3cc1845 1030
5145b9c7 1031cd ..
cfac0d25 1032
e81552c8 1033%if %{with tests}
cbf1c4bb 1034cd builddir
e81552c8 1035env LANGUAGE=C LC_ALL=C \
6b81d11f 1036%{__make} -j1 tests 2>&1 | awk '
e81552c8
AM
1037BEGIN { file = "" }
1038{
114d7fe6 1039 if (($0 ~ /\*\*\* \[.*\.out\] Error/) && ($0 !~ /annexc/) && (file == "")) {
e81552c8
AM
1040 file=$0;
1041 gsub(/.*\[/, NIL, file);
1042 gsub(/\].*/, NIL, file);
1043 }
00139ef4 1044 print $0;
e81552c8
AM
1045}
1046END { if (file != "") { print "ERROR OUTPUT FROM " file; system("cat " file); exit(1); } }'
40240acb
JB
1047cd ..
1048done
e81552c8 1049%endif
adfd3b3d 1050
cf408212
ER
1051%if %{without cross}
1052CC="%{__cc}"
1053diet ${CC#*ccache } %{SOURCE7} %{rpmcflags} -Os -static -o glibc-postinst
f70abfbb 1054%endif
b6bedda4 1055
d90a3b13 1056%install
1057rm -rf $RPM_BUILD_ROOT
4fa784f5 1058install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,default,logrotate.d,init} \
3b9b60ff 1059 $RPM_BUILD_ROOT{%{_mandir}/man{3,8},/var/log,/var/{lib,run}/nscd} \
4fa784f5 1060 $RPM_BUILD_ROOT{/var/cache/ldconfig,%{systemdtmpfilesdir}}
f8865a58 1061
e2a5184e 1062cd builddir
5240d049 1063env LANGUAGE=C LC_ALL=C \
1739e791 1064%{__make} install \
bab19d4a 1065 install_root=$RPM_BUILD_ROOT \
1066 infodir=%{_infodir} \
1067 mandir=%{_mandir}
f8865a58 1068
0a85848c 1069%if %{with localedb}
5240d049 1070env LANGUAGE=C LC_ALL=C \
8ab3a6c9 1071%{__make} localedata/install-locales \
bab19d4a 1072 install_root=$RPM_BUILD_ROOT
0a85848c 1073%endif
d90a3b13 1074
5240d049
TP
1075PICFILES="libc_pic.a libc.map
1076 math/libm_pic.a libm.map
1077 resolv/libresolv_pic.a"
71a76fad 1078
6dd5516a
ER
1079install -p $PICFILES $RPM_BUILD_ROOT%{_libdir}
1080install -p elf/soinit.os $RPM_BUILD_ROOT%{_libdir}/soinit.o
1081install -p elf/sofini.os $RPM_BUILD_ROOT%{_libdir}/sofini.o
17a1a2af
ER
1082
1083# Include %{_libdir}/gconv/gconv-modules.cache
aca0117e 1084$(pwd)/elf/ld.so --library-path $(pwd) ./iconv/iconvconfig --nostdlib --prefix=$RPM_BUILD_ROOT %{_libdir}/gconv -o $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache
cfac0d25 1085cd ..
8ab3a6c9 1086
cf408212 1087%if %{without cross}
6dd5516a 1088install -p glibc-postinst $RPM_BUILD_ROOT/sbin
f70abfbb 1089%endif
b6bedda4 1090
4c3586c2 1091%{?with_memusage:mv -f $RPM_BUILD_ROOT/%{_lib}/libmemusage.so $RPM_BUILD_ROOT%{_libdir}}
c4fea372 1092mv -f $RPM_BUILD_ROOT/%{_lib}/libpcprofile.so $RPM_BUILD_ROOT%{_libdir}
77d92b8b 1093
b1414da6 1094# moved to tzdata package
b96231b6 1095rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
b1414da6 1096rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo
d90a3b13 1097
277c4a9d 1098ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_libdir}/libbsd.a
ff4a133a 1099
277c4a9d 1100# make symlinks across top-level directories absolute
17a1a2af 1101for l in BrokenLocale anl cidn crypt dl m nsl resolv rt thread_db util; do
b96231b6 1102 test -L $RPM_BUILD_ROOT%{_libdir}/lib${l}.so || exit 1
277c4a9d 1103 rm -f $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
b96231b6 1104 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/lib${l}.so.*) $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
277c4a9d
JB
1105done
1106
b96231b6
JB
1107# linking nss modules directly is not supported
1108rm -f $RPM_BUILD_ROOT%{_libdir}/libnss_*.so
1109
6dd5516a 1110install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
84e798db 1111cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/init/nscd.conf
6dd5516a
ER
1112cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/nscd
1113cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/nscd
1114cp -a nscd/nscd.conf $RPM_BUILD_ROOT%{_sysconfdir}
1115cp -a posix/gai.conf $RPM_BUILD_ROOT%{_sysconfdir}
1116cp -a nis/nss $RPM_BUILD_ROOT/etc/default/nss
bebe21cc 1117sed -e 's#\([ \t]\)db\([ \t]\)#\1#g' nss/nsswitch.conf > $RPM_BUILD_ROOT%{_sysconfdir}/nsswitch.conf
16c630b5 1118
c646f82f 1119bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
aca59b69 1120: > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache
60d03a9f 1121install -d $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
5145b9c7 1122echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf
aca59b69 1123: > $RPM_BUILD_ROOT/var/cache/ldconfig/aux-cache
1124
8ab3a6c9 1125rm -f $RPM_BUILD_ROOT%{_mandir}/hu/man7/man.7
c37d4a8e 1126
bc9012d1
ER
1127# doesn't fit with out tzdata concept and configure.in is stupid assuming bash
1128# is first posix compatible shell making this script depend on bash.
1129rm -f $RPM_BUILD_ROOT%{_bindir}/tzselect
1130rm -f $RPM_BUILD_ROOT%{_mandir}/man8/tzselect.8*
1131rm -f $RPM_BUILD_ROOT%{_mandir}/*/man8/tzselect.8*
1132
aca59b69 1133: > $RPM_BUILD_ROOT/var/log/nscd
1134: > $RPM_BUILD_ROOT/var/lib/nscd/passwd
1135: > $RPM_BUILD_ROOT/var/lib/nscd/group
1136: > $RPM_BUILD_ROOT/var/lib/nscd/hosts
236a5027 1137
4fa784f5 1138install %{SOURCE9} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/nscd.conf
3b9b60ff 1139
cfac0d25
JB
1140rm -rf documentation
1141install -d documentation
16c630b5 1142
5145b9c7 1143for f in ANNOUNCE ChangeLog DESIGN-{barrier,condvar,rwlock,sem}.txt TODO{,-kernel,-testing}; do
6dd5516a 1144 cp -af nptl/$f documentation/$f.nptl
3cc9adfc 1145done
6dd5516a 1146cp -af crypt/README.ufc-crypt ChangeLog* documentation
d90a3b13 1147
503c0862 1148# Collect locale files and mark them with %%lang()
cfac0d25 1149echo '%defattr(644,root,root,755)' > glibc.lang
4fa784f5 1150for i in $RPM_BUILD_ROOT%{_localedir}/*; do
503c0862 1151 if [ -d $i ]; then
aba67afa
JB
1152 lang=$(basename $i)
1153 dir="${i#$RPM_BUILD_ROOT}"
cfac0d25 1154 echo "%lang($lang) $dir" >> glibc.lang
503c0862
JR
1155 fi
1156done
84dca6d3 1157
4b000c98 1158# NOTES:
429f21ad 1159# Languages not supported by glibc locales, but usable via $LANGUAGE:
1160# ang - Old English (gtk+, gnome)
d6195ea1 1161# ca@valencia (gtk+, gnome; as ca_ES@valencia in FileZilla; locale exists in Debian)
73dbfadc 1162# en@shaw - English with Shavian alphabet (gnome)
a0bcd2f8 1163# la - Latin
429f21ad 1164# tlh - Klingon (bzflag)
0fea14e7
JB
1165# and variants:
1166# sr@ije (use LANGUAGE=sr_ME@ije/sr_RS@ije) (gnome)
429f21ad 1167#
84dca6d3 1168# To be added when they become supported by glibc:
d7c950ea 1169# ach (vlc)
d22ff81f 1170# az_IR (gtk+2)
30e8fcec 1171# bal (newt,pessulus)
d22ff81f 1172# bem (alacarte)
d7c950ea 1173# cgg (vlc)
d22ff81f 1174# co (vlc)
a0bcd2f8 1175# fil (stellarium)
bf765327 1176# frp (xfce, lxlauncher)
d22ff81f 1177# gn (gn_BR in gnome, maybe gn_PY)
a0bcd2f8
JB
1178# haw (iso-codes, stellarium)
1179# hrx (stellarium)
4dafc7ca 1180# ilo (kudzu)
d22ff81f 1181# io (gtk+2, gnome, alacarte)
a0bcd2f8 1182# jv (gmpc, avant-window-navigator, kdesudo)
d7c950ea 1183# kmr (vlc)
a06dc0e1 1184# kok (iso-codes)
ff76b44e 1185# lb (geany,miro,deluge)
4d7ff07c 1186# man (ccsm; incorrectly named md)
a0bcd2f8 1187# mhr (pidgin)
a06dc0e1 1188# mus (bluez-gnome)
a0bcd2f8
JB
1189# pms (deluge)
1190# sco (gnomad2, picard, stellarium)
30e8fcec 1191# swg (sim)
a06dc0e1 1192# syr (iso-codes)
30e8fcec 1193# tet (vlc)
84dca6d3 1194#
f8d57f3f
JB
1195# To be removed (after fixing packages still using it):
1196# sr@Latn (use sr@latin instead)
3e7420f7 1197# sr@ije (use sr@ijekavian instead)
a7515877 1198#
62733160
JB
1199# Short forms (omitted country code, used instead of long form) for ambiguous or unclear cases:
1200# aa=aa_ER
1201# ar=common? (AE, BH, DZ, EG, IQ, JO, KW, LB, LY, MA, OM, QA, SA, SD, SY, TN, YE)
1202# bn=bn_BD
f3bbc3df 1203# bo=bo_CN? (or common for CN, IN?)
62733160
JB
1204# ca=ca_ES
1205# ckb=ckb_IQ
1206# de=de_DE
783b475d 1207# en=common? (en_AU, en_CA, en_GB, en_NZ, en_US are used for particular variants)
62733160
JB
1208# eo=common
1209# es=es_ES
1210# eu=eu_ES
7b38eb5c 1211# fa=fa_IR
d7c950ea 1212# ff=ff_SN
62733160
JB
1213# fr=fr_FR
1214# fy=fy_NL
1215# gez=gez_ET (?)
1216# it=it_IT
1217# li=li_NL
1218# nds=nds_DE
1219# nl=nl_NL
1220# om=om_ET
934648e1 1221# or=or_IN
62733160
JB
1222# pa=pa_IN
1223# pt=pt_PT
1224# ru=ru_RU
1225# so=so_SO
1226# sr=sr_RS [cyrillic]
3e7420f7
JB
1227# sr@latin=sr_RS@latin
1228# sr@ijekavian=sr_BA@ijekavian
1229# sr@ijekavianlatin=sr_BA@ijekavianlatin
62733160
JB
1230# sv=sv_SE
1231# sw=sw_TZ (or common for KE, TZ, UG?)
cf955c04
JB
1232# ta=ta_IN
1233# te=te_IN
62733160
JB
1234# ti=ti_ER (?)
1235# tr=tr_TR
1236# ur=ur_PK (?)
1237# zh: no short code used (use zh_CN, zh_HK, zh_SG[not included yet], zh_TW)
b4ec8e5c 1238#
84dca6d3 1239# Omitted here - already existing (with libc.mo):
1240# be ca cs da de el en_GB es fi fr gl hr hu it ja ko nb nl pl pt_BR ru rw sk
1241# sv tr zh_CN zh_TW
b4ec8e5c 1242#
06849217 1243for i in aa aa@saaho af am an ang ar ar_TN as ast az be@latin be@tarask \
f3bbc3df 1244 bg bn bn_IN bo br bs byn ca@valencia ckb crh csb cy de_AT de_CH dv dz en \
a8365837 1245 en@boldquot en@quot en@shaw en_AU en_CA en_NZ en_US eo es_AR es_CL es_CO es_CR \
d6195ea1 1246 es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY \
d7c950ea 1247 es_VE et eu fa ff fil fo fr_BE fr_CA fr_CH fur fy ga gd gez gu gv ha he \
06849217 1248 hi hne hsb hy ia id ig ik is it_CH iu ka kg kk kl km kn ks ku kw ky la \
f566bef7 1249 lg li lo lt lv mai mg mi mk ml mn mr ms mt my nds ne nl_BE nn nr nso \
73dbfadc 1250 oc om or pa pap ps pt ps rm ro sa sc se si sid sl so sq sr sr@Latn tl \
3e7420f7
JB
1251 sr@ije sr@ijekavian sr@ijekavianlatin sr@latin ss st sw ta te tg th ti \
1252 tig tk tl tlh tn ts tt ug uk ur uz uz@cyrillic ve vi wa wal wo xh yi yo \
1253 zh_HK zu; do
4fa784f5
ER
1254 if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_MESSAGES ]; then
1255 install -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_MESSAGES
aba67afa 1256 # use lang() tags with ll_CC@variant (stripping charset and @quot|@boldquot)
6dd5516a 1257 lang=$(echo $i | sed -e 's/@quot\>\|@boldquot\>//')
4fa784f5 1258 echo "%lang($lang) %{_localedir}/$i" >> glibc.lang
5b2b5619 1259 fi
1260done
503c0862 1261
a2e4eb0a 1262# LC_TIME category, used for localized date formats (at least by coreutils)
320e0a01 1263for i in af be bg ca cs da de el en eo es et eu fi fr ga gl hr hu ia id it ja kk ko lg lt \
c687d10f 1264 ms nb nl pl pt pt_BR ro ru rw sk sl sv tr uk vi zh_CN zh_TW; do
4fa784f5
ER
1265 if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i ]; then
1266 echo "%lang($lang) %{_localedir}/$i" >> glibc.lang
a2e4eb0a 1267 fi
4fa784f5 1268 install -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_TIME
a2e4eb0a
JB
1269done
1270
40430bed 1271# localedb-gen infrastructure
ae7aa792
ER
1272sed -e 's,@localedir@,%{_libdir}/locale,' %{SOURCE6} > $RPM_BUILD_ROOT%{_bindir}/localedb-gen
1273chmod +x $RPM_BUILD_ROOT%{_bindir}/localedb-gen
cfac0d25 1274install localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
40430bed 1275
8ab3a6c9 1276# shutup check-files
06849217 1277%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.*
8bc00675 1278rm -f $RPM_BUILD_ROOT%{_infodir}/dir
06849217
JB
1279# rpcinfo dropped from glibc, provided by rpcbind now
1280%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man8/rpcinfo.8
88300fde 1281
57ef4505
JR
1282# stub for man page from man-pages package to make rpm consistency check happy
1283# don't package them here
4d56e15b 1284install -d $RPM_BUILD_ROOT%{_mandir}{/,/ru,/es,/fr,/ja}/man2
57ef4505
JR
1285:>$RPM_BUILD_ROOT%{_mandir}/man2/syslog.2
1286:>$RPM_BUILD_ROOT%{_mandir}/ru/man2/syslog.2
1287:>$RPM_BUILD_ROOT%{_mandir}/es/man2/syslog.2
1288:>$RPM_BUILD_ROOT%{_mandir}/fr/man2/syslog.2
1289:>$RPM_BUILD_ROOT%{_mandir}/ja/man2/syslog.2
1290
1291# remove links to non existant translations
1292%{__rm} $RPM_BUILD_ROOT%{_mandir}/pl/man3/{alphasort,cfgetispeed,cfgetospeed,cfmakeraw,cfsetispeed,cfsetospeed,closelog,dn_comp,dn_expand,fscanf}.3
1293%{__rm} $RPM_BUILD_ROOT%{_mandir}/it/man7/latin2.7
1294
ea870772
JB
1295%clean
1296rm -rf $RPM_BUILD_ROOT
1297
cf408212 1298%if %{without cross}
d326d834 1299%post -p /sbin/postshell
3a32e57b 1300/sbin/glibc-postinst /%{_lib}/%{_host_cpu} /%{_lib}/tls
ecf87e84 1301/sbin/ldconfig
88300fde 1302
6d1ad2d5 1303%postun -p /sbin/ldconfig
d90a3b13 1304
5145b9c7 1305%triggerpostun -p /sbin/postshell -- glibc-misc < 6:2.3.5-7.6
60d03a9f
JB
1306-/bin/cp -f /etc/ld.so.conf /etc/ld.so.conf.rpmsave
1307-/bin/sed -i -e '1iinclude ld.so.conf.d/*.conf' /etc/ld.so.conf
f70abfbb 1308%endif
60d03a9f 1309
c305d730
ER
1310%triggerin -- cronie,vixie-cron,hc-cron,fcron,mcron
1311# restart crond if glibc is upgraded, LP#721338
1312if [ "$1" != 1 ]; then
1313 %service -q crond restart
1314fi
1315
2eac239d
ER
1316%post libcrypt -p /sbin/ldconfig
1317%postun libcrypt -p /sbin/ldconfig
1318
5240d049 1319%post memusage -p /sbin/ldconfig
5145b9c7 1320%postun memusage -p /sbin/ldconfig
05486726 1321
c7640575 1322%post -n localedb-src
c73a611f
ER
1323SUPPORTED_LOCALES=
1324[ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
1325[ -f /etc/sysconfig/localedb ] && . /etc/sysconfig/localedb
1326if [ "$SUPPORTED_LOCALES" ]; then
1327 localedb-gen || :
1328fi
4fdef2e6 1329
bd37152b
ER
1330%post devel -p /sbin/postshell
1331-/usr/sbin/fix-info-dir -c %{_infodir}
d90a3b13 1332
bd37152b
ER
1333%postun devel -p /sbin/postshell
1334-/usr/sbin/fix-info-dir -c %{_infodir}
d90a3b13 1335
da7cc665 1336%pre -n nscd
e9351fa5 1337%groupadd -P nscd -g 144 -r nscd
b7ce3475 1338%useradd -P nscd -u 144 -r -d /tmp -s /bin/false -c "Name Service Cache Daemon" -g nscd nscd
da7cc665 1339
8912a874 1340%post -n nscd
6dd5516a
ER
1341if [ ! -f /var/log/nscd ]; then
1342 umask 027
1343 touch /var/log/nscd
1344 chown root:root /var/log/nscd
1345 chmod 640 /var/log/nscd
1346fi
19cc9468 1347/sbin/chkconfig --add nscd
6dd5516a 1348%service nscd restart "Name Service Cache Daemon"
8912a874 1349
1350%preun -n nscd
19cc9468 1351if [ "$1" = "0" ]; then
9b9eac8d 1352 %service nscd stop
19cc9468 1353 /sbin/chkconfig --del nscd
1354fi
8912a874 1355
da7cc665
JB
1356%postun -n nscd
1357if [ "$1" = "0" ]; then
1358 %userremove nscd
1359 %groupremove nscd
1360fi
1361
2eac239d 1362%files -f %{name}.lang
d22b4284 1363%defattr(644,root,root,755)
ce3b1100 1364%doc README NEWS BUGS CONFORMANCE
175873de 1365%if %{without cross}
b6bedda4 1366%attr(755,root,root) /sbin/glibc-postinst
f70abfbb 1367%endif
4f129782 1368# TODO: package ldconfig symlinks as %ghost
ce3b1100 1369%attr(755,root,root) /%{_lib}/ld-%{core_version}.so
6d1ad2d5 1370# wildly arch-dependent ld.so SONAME symlink
87a4ec26 1371%ifarch %{ix86} sparc sparcv9 sparc64 alpha sh
6d1ad2d5
JB
1372%attr(755,root,root) /%{_lib}/ld-linux.so.2
1373%endif
1374%ifarch ia64
1375%attr(755,root,root) /%{_lib}/ld-linux-ia64.so.2
1376%endif
1377%ifarch %{x8664}
1378%attr(755,root,root) /%{_lib}/ld-linux-x86-64.so.2
1379%endif
1380%ifarch ppc64 s390x
1381%attr(755,root,root) /%{_lib}/ld64.so.1
1382%endif
f789abee 1383%ifnarch %{ix86} sparc sparcv9 sparc64 alpha sh ia64 %{x8664} ppc64 s390x %{arm}
6d1ad2d5
JB
1384%attr(755,root,root) /%{_lib}/ld.so.1
1385%endif
ce3b1100 1386%attr(755,root,root) /%{_lib}/libBrokenLocale-%{core_version}.so
6d1ad2d5 1387%ifarch alpha
d3708d98 1388%attr(755,root,root) /%{_lib}/libBrokenLocale.so.1.1
6d1ad2d5 1389%else
d3708d98 1390%attr(755,root,root) /%{_lib}/libBrokenLocale.so.1
6d1ad2d5
JB
1391%endif
1392%attr(755,root,root) /%{_lib}/libSegFault.so
ce3b1100 1393%attr(755,root,root) /%{_lib}/libanl-%{core_version}.so
6d1ad2d5 1394%attr(755,root,root) /%{_lib}/libanl.so.1
ce3b1100 1395%attr(755,root,root) /%{_lib}/libc-%{core_version}.so
6d1ad2d5
JB
1396%ifarch alpha ia64
1397%attr(755,root,root) /%{_lib}/libc.so.6.1
1398%else
1399%attr(755,root,root) /%{_lib}/libc.so.6
1400%endif
ce3b1100 1401%attr(755,root,root) /%{_lib}/libcidn-%{core_version}.so
6d1ad2d5 1402%attr(755,root,root) /%{_lib}/libcidn.so.1
ce3b1100 1403%attr(755,root,root) /%{_lib}/libdl-%{core_version}.so
6d1ad2d5
JB
1404%ifarch alpha
1405%attr(755,root,root) /%{_lib}/libdl.so.2.1
1406%else
1407%attr(755,root,root) /%{_lib}/libdl.so.2
1408%endif
ce3b1100 1409%attr(755,root,root) /%{_lib}/libm-%{core_version}.so
6d1ad2d5
JB
1410%ifarch alpha ia64
1411%attr(755,root,root) /%{_lib}/libm.so.6.1
1412%else
1413%attr(755,root,root) /%{_lib}/libm.so.6
1414%endif
ce3b1100 1415%attr(755,root,root) /%{_lib}/libnsl-%{core_version}.so
6d1ad2d5
JB
1416%ifarch alpha
1417%attr(755,root,root) /%{_lib}/libnsl.so.1.1
1418%else
1419%attr(755,root,root) /%{_lib}/libnsl.so.1
1420%endif
ce3b1100 1421%attr(755,root,root) /%{_lib}/libpthread-%{core_version}.so
6d1ad2d5 1422%attr(755,root,root) /%{_lib}/libpthread.so.0
ce3b1100 1423%attr(755,root,root) /%{_lib}/libresolv-%{core_version}.so
6d1ad2d5
JB
1424%ifarch alpha
1425%attr(755,root,root) /%{_lib}/libresolv.so.2.1
1426%else
1427%attr(755,root,root) /%{_lib}/libresolv.so.2
1428%endif
ce3b1100 1429%attr(755,root,root) /%{_lib}/librt-%{core_version}.so
6d1ad2d5
JB
1430%attr(755,root,root) /%{_lib}/librt.so.1
1431%attr(755,root,root) /%{_lib}/libthread_db-1.0.so
1432%attr(755,root,root) /%{_lib}/libthread_db.so.1
ce3b1100 1433%attr(755,root,root) /%{_lib}/libutil-%{core_version}.so
6d1ad2d5
JB
1434%ifarch alpha
1435%attr(755,root,root) /%{_lib}/libutil.so.1.1
1436%else
1437%attr(755,root,root) /%{_lib}/libutil.so.1
1438%endif
0a85848c 1439%{?with_localedb:%dir %{_libdir}/locale}
c4fea372 1440
63820e4e
AM
1441#%files -n nss_db
1442%defattr(644,root,root,755)
1443%attr(755,root,root) %{_bindir}/makedb
ce3b1100 1444%attr(755,root,root) /%{_lib}/libnss_db-%{core_version}.so
63820e4e 1445%attr(755,root,root) /%{_lib}/libnss_db.so.2
63820e4e
AM
1446%{_var}/db/Makefile
1447
0b0bde94
JK
1448#%files -n nss_dns
1449%defattr(644,root,root,755)
ce3b1100 1450%attr(755,root,root) /%{_lib}/libnss_dns-%{core_version}.so
6d1ad2d5 1451%attr(755,root,root) /%{_lib}/libnss_dns.so.2
0b0bde94
JK
1452
1453#%files -n nss_files
1454%defattr(644,root,root,755)
ce3b1100 1455%attr(755,root,root) /%{_lib}/libnss_files-%{core_version}.so
6d1ad2d5 1456%attr(755,root,root) /%{_lib}/libnss_files.so.2
0b0bde94 1457
c4fea372 1458%defattr(644,root,root,755)
236a5027 1459
f307cfc5 1460%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nsswitch.conf
87d5a0d2 1461%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gai.conf
e8a20a65 1462%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default/nss
87d5a0d2 1463
4206408a 1464%config %{_sysconfdir}/rpc
c37d4a8e 1465
fea833d1 1466%attr(755,root,root) /sbin/sln
72549d49 1467%attr(755,root,root) %{_bindir}/getconf
ba697d79 1468%attr(755,root,root) %{_bindir}/getent
3abcf615 1469%attr(755,root,root) %{_bindir}/iconv
472e31ee 1470%ifarch %{ix86} m68k sparc sparcv9
ba697d79 1471%attr(755,root,root) %{_bindir}/lddlibc4
f15a9825 1472%endif
ba697d79 1473%attr(755,root,root) %{_bindir}/locale
ba697d79 1474%attr(755,root,root) %{_bindir}/rpcgen
bab19d4a 1475%attr(755,root,root) %{_sbindir}/zdump
1476%attr(755,root,root) %{_sbindir}/zic
236a5027 1477
72549d49
JB
1478%dir %{_libexecdir}/getconf
1479%attr(755,root,root) %{_libexecdir}/getconf/*
1480
4fa784f5
ER
1481%dir %{_localedir}
1482%{_localedir}/locale.alias
236a5027 1483
72549d49 1484%{_mandir}/man1/getconf.1*
4377d843 1485%{_mandir}/man1/getent.1*
fa0f5e25 1486%{_mandir}/man1/iconv.1*
fa0f5e25
JB
1487%{_mandir}/man1/locale.1*
1488%{_mandir}/man1/rpcgen.1*
1489%{_mandir}/man5/locale.5*
1490%{_mandir}/man5/nsswitch.conf.5*
1491%{_mandir}/man5/tzfile.5*
da89b000
JB
1492%{_mandir}/man7/ascii.7*
1493%{_mandir}/man7/charsets.7*
1494%{_mandir}/man7/iso-8859-*.7*
1495%{_mandir}/man7/iso_8859-*.7*
1496%{_mandir}/man7/iso_8859_*.7*
1497%{_mandir}/man7/koi8-r.7*
1498%{_mandir}/man7/latin*.7*
1499%{_mandir}/man7/locale.7*
1500%{_mandir}/man7/unicode.7*
1501%{_mandir}/man7/utf-8.7*
1502%{_mandir}/man7/utf8.7*
a2e4eb0a
JB
1503%{_mandir}/man8/ld-linux.8*
1504%{_mandir}/man8/ld-linux.so.8*
1505%{_mandir}/man8/ld.so.8*
fa0f5e25 1506%{_mandir}/man8/sln.8*
fa0f5e25
JB
1507%{_mandir}/man8/zdump.8*
1508%{_mandir}/man8/zic.8*
1509%lang(cs) %{_mandir}/cs/man7/*
1510%lang(de) %{_mandir}/de/man5/tzfile.5*
1511%lang(de) %{_mandir}/de/man7/*
1512%lang(es) %{_mandir}/es/man5/locale.5*
1513%lang(es) %{_mandir}/es/man5/nsswitch.conf.5*
1514%lang(es) %{_mandir}/es/man5/tzfile.5*
1515%lang(es) %{_mandir}/es/man7/*
a2e4eb0a
JB
1516%lang(es) %{_mandir}/es/man8/ld-linux.8*
1517%lang(es) %{_mandir}/es/man8/ld-linux.so.8*
6d1ad2d5 1518%lang(es) %{_mandir}/es/man8/ld.so.8*
fa0f5e25
JB
1519%lang(es) %{_mandir}/es/man8/zdump.8*
1520%lang(es) %{_mandir}/es/man8/zic.8*
fa0f5e25
JB
1521%lang(fr) %{_mandir}/fr/man5/locale.5*
1522%lang(fr) %{_mandir}/fr/man5/nsswitch.conf.5*
1523%lang(fr) %{_mandir}/fr/man5/tzfile.5*
1524%lang(fr) %{_mandir}/fr/man7/*
a2e4eb0a
JB
1525%lang(fr) %{_mandir}/fr/man8/ld-linux.8*
1526%lang(fr) %{_mandir}/fr/man8/ld-linux.so.8*
1527%lang(fr) %{_mandir}/fr/man8/ld.so.8*
fa0f5e25
JB
1528%lang(fr) %{_mandir}/fr/man8/zdump.8*
1529%lang(fr) %{_mandir}/fr/man8/zic.8*
fa0f5e25 1530%lang(hu) %{_mandir}/hu/man7/*
a2e4eb0a
JB
1531%lang(hu) %{_mandir}/hu/man8/ld-linux.8*
1532%lang(hu) %{_mandir}/hu/man8/ld-linux.so.8*
1533%lang(hu) %{_mandir}/hu/man8/ld.so.8*
fa0f5e25
JB
1534%lang(hu) %{_mandir}/hu/man8/zdump.8*
1535%lang(it) %{_mandir}/it/man5/locale.5*
1536%lang(it) %{_mandir}/it/man7/*
fa0f5e25 1537%lang(it) %{_mandir}/it/man8/zdump.8*
fa0f5e25
JB
1538%lang(ja) %{_mandir}/ja/man1/rpcgen.1*
1539%lang(ja) %{_mandir}/ja/man5/locale.5*
1540%lang(ja) %{_mandir}/ja/man5/nsswitch.conf.5*
1541%lang(ja) %{_mandir}/ja/man5/tzfile.5*
3d65e37f 1542%lang(ja) %{_mandir}/ja/man7/*
a2e4eb0a
JB
1543%lang(ja) %{_mandir}/ja/man8/ld-linux.8*
1544%lang(ja) %{_mandir}/ja/man8/ld-linux.so.8*
1545%lang(ja) %{_mandir}/ja/man8/ld.so.8*
fa0f5e25 1546%lang(ja) %{_mandir}/ja/man8/sln.8*
fa0f5e25
JB
1547%lang(ja) %{_mandir}/ja/man8/zdump.8*
1548%lang(ja) %{_mandir}/ja/man8/zic.8*
1549%lang(ko) %{_mandir}/ko/man5/nsswitch.conf.5*
1550%lang(ko) %{_mandir}/ko/man5/tzfile.5*
1551%lang(ko) %{_mandir}/ko/man7/*
fa0f5e25 1552%lang(ko) %{_mandir}/ko/man8/zdump.8*
fa0f5e25
JB
1553%lang(pl) %{_mandir}/pl/man5/locale.5*
1554%lang(pl) %{_mandir}/pl/man7/*
a2e4eb0a
JB
1555%lang(pl) %{_mandir}/pl/man8/ld-linux.8*
1556%lang(pl) %{_mandir}/pl/man8/ld-linux.so.8*
1557%lang(pl) %{_mandir}/pl/man8/ld.so.8*
fa0f5e25
JB
1558%lang(pt) %{_mandir}/pt/man5/locale.5*
1559%lang(pt) %{_mandir}/pt/man5/nsswitch.conf.5*
1560%lang(pt) %{_mandir}/pt/man5/tzfile.5*
3d65e37f 1561%lang(pt) %{_mandir}/pt/man7/*
fa0f5e25
JB
1562%lang(pt) %{_mandir}/pt/man8/zdump.8*
1563%lang(pt) %{_mandir}/pt/man8/zic.8*
49ead7a0
JB
1564%lang(ru) %{_mandir}/ru/man1/getent.1*
1565%lang(ru) %{_mandir}/ru/man1/iconv.1*
49ead7a0
JB
1566%lang(ru) %{_mandir}/ru/man1/locale.1*
1567%lang(ru) %{_mandir}/ru/man1/rpcgen.1*
1568%lang(ru) %{_mandir}/ru/man5/locale.5*
fa0f5e25
JB
1569%lang(ru) %{_mandir}/ru/man5/nsswitch.conf.5*
1570%lang(ru) %{_mandir}/ru/man5/tzfile.5*
1571%lang(ru) %{_mandir}/ru/man7/*
a2e4eb0a
JB
1572%lang(ru) %{_mandir}/ru/man8/ld-linux.so.8*
1573%lang(ru) %{_mandir}/ru/man8/ld.so.8*
fa0f5e25
JB
1574%lang(ru) %{_mandir}/ru/man8/zdump.8*
1575%lang(ru) %{_mandir}/ru/man8/zic.8*
49ead7a0 1576%lang(tr) %{_mandir}/tr/man1/iconv.1*
fa0f5e25 1577%lang(zh_CN) %{_mandir}/zh_CN/man1/iconv.1*
fa0f5e25
JB
1578%lang(zh_CN) %{_mandir}/zh_CN/man5/locale.5*
1579%lang(zh_CN) %{_mandir}/zh_CN/man5/tzfile.5*
1580%lang(zh_CN) %{_mandir}/zh_CN/man7/*
fa0f5e25
JB
1581%lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8*
1582%lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8*
4206408a 1583
cbf1c4bb 1584%files misc
2eac239d
ER
1585%defattr(644,root,root,755)
1586%attr(755,root,root) %{_bindir}/catchsegv
1587%attr(755,root,root) %{_bindir}/ldd
63820e4e 1588%attr(755,root,root) %{_bindir}/pldd
af53f596
ER
1589%attr(755,root,root) %{_bindir}/sotruss
1590%dir %{_libdir}/audit
1591%attr(755,root,root) %{_libdir}/audit/sotruss-lib.so
1592
2eac239d
ER
1593%{_mandir}/man1/catchsegv.1*
1594%{_mandir}/man1/ldd.1*
2eac239d 1595%lang(es) %{_mandir}/es/man1/ldd.1*
2eac239d
ER
1596%lang(fi) %{_mandir}/fi/man1/ldd.1*
1597%lang(fr) %{_mandir}/fr/man1/ldd.1*
2eac239d 1598%lang(hu) %{_mandir}/hu/man1/ldd.1*
2eac239d 1599%lang(ja) %{_mandir}/ja/man1/ldd.1*
2eac239d 1600%lang(ko) %{_mandir}/ko/man1/ldd.1*
2eac239d 1601%lang(pl) %{_mandir}/pl/man1/ldd.1*
2eac239d 1602%lang(ru) %{_mandir}/ru/man1/ldd.1*
2eac239d
ER
1603%lang(tr) %{_mandir}/tr/man1/ldd.1*
1604%lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1*
2eac239d
ER
1605
1606%files libcrypt
1607%defattr(644,root,root,755)
ce3b1100 1608%attr(755,root,root) /%{_lib}/libcrypt-%{core_version}.so
2eac239d 1609%ifarch alpha
2f715077 1610%attr(755,root,root) %ghost /%{_lib}/libcrypt.so.1.1
2eac239d 1611%else
2f715077 1612%attr(755,root,root) %ghost /%{_lib}/libcrypt.so.1
2eac239d
ER
1613%endif
1614
1615%files -n ldconfig
1616%defattr(644,root,root,755)
1617%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ld.so.conf
1618%dir %{_sysconfdir}/ld.so.conf.d
1619%ghost %{_sysconfdir}/ld.so.cache
1620%attr(755,root,root) /sbin/ldconfig
1621%{_mandir}/man8/ldconfig.8*
1622%lang(es) %{_mandir}/es/man8/ldconfig.8*
1623%lang(fr) %{_mandir}/fr/man8/ldconfig.8*
1624%lang(hu) %{_mandir}/hu/man8/ldconfig.8*
1625%lang(ja) %{_mandir}/ja/man8/ldconfig.8*
1626%lang(pl) %{_mandir}/pl/man8/ldconfig.8*
1627%lang(pt) %{_mandir}/pt/man8/ldconfig.8*
1628%lang(ru) %{_mandir}/ru/man8/ldconfig.8*
239a2604 1629%dir %attr(700,root,root) /var/cache/ldconfig
2f715077 1630%attr(600,root,root) %ghost /var/cache/ldconfig/aux-cache
2eac239d 1631
94655bd2 1632%files -n nss_compat
1633%defattr(644,root,root,755)
ce3b1100 1634%attr(755,root,root) /%{_lib}/libnss_compat-%{core_version}.so
6d1ad2d5 1635%attr(755,root,root) /%{_lib}/libnss_compat.so.2
94655bd2 1636
e82c8242 1637%files -n nss_hesiod
1638%defattr(644,root,root,755)
ce3b1100 1639%attr(755,root,root) /%{_lib}/libnss_hesiod-%{core_version}.so
6d1ad2d5 1640%attr(755,root,root) /%{_lib}/libnss_hesiod.so.2
e82c8242 1641
1642%files -n nss_nis
1643%defattr(644,root,root,755)
ce3b1100 1644%attr(755,root,root) /%{_lib}/libnss_nis-%{core_version}.so
6d1ad2d5 1645%attr(755,root,root) /%{_lib}/libnss_nis.so.2
e82c8242 1646
1647%files -n nss_nisplus
1648%defattr(644,root,root,755)
ce3b1100 1649%attr(755,root,root) /%{_lib}/libnss_nisplus-%{core_version}.so
6d1ad2d5 1650%attr(755,root,root) /%{_lib}/libnss_nisplus.so.2
e82c8242 1651
fd1d4127 1652%if %{with memusage}
4206408a 1653%files memusage
1654%defattr(644,root,root,755)
1655%attr(755,root,root) %{_bindir}/memusage*
fd1d4127 1656%attr(755,root,root) %{_libdir}/libmemusage.so
5ea2d863 1657%endif
4206408a 1658
462c36a3 1659%files devel
236a5027 1660%defattr(644,root,root,755)
6d1ad2d5
JB
1661%attr(755,root,root) %{_libdir}/libBrokenLocale.so
1662%attr(755,root,root) %{_libdir}/libanl.so
40240acb 1663%attr(755,root,root) %{_libdir}/libcrypt.so
c27ca4a2 1664%attr(755,root,root) %{_libdir}/libcidn.so
6d1ad2d5 1665%attr(755,root,root) %{_libdir}/libdl.so
40240acb 1666%attr(755,root,root) %{_libdir}/libm.so
6d1ad2d5 1667%attr(755,root,root) %{_libdir}/libnsl.so
40240acb 1668%attr(755,root,root) %{_libdir}/libpcprofile.so
6d1ad2d5
JB
1669%attr(755,root,root) %{_libdir}/libresolv.so
1670%attr(755,root,root) %{_libdir}/librt.so
1671%attr(755,root,root) %{_libdir}/libthread_db.so
1672%attr(755,root,root) %{_libdir}/libutil.so
a8a2db2c
PS
1673%{_libdir}/crt[1in].o
1674%{_libdir}/[MSg]crt1.o
40240acb
JB
1675# ld scripts
1676%{_libdir}/libc.so
1677%{_libdir}/libpthread.so
6d1ad2d5 1678# static-only libs
40240acb
JB
1679%{_libdir}/libbsd-compat.a
1680%{_libdir}/libbsd.a
1681%{_libdir}/libc_nonshared.a
1682%{_libdir}/libg.a
1683%{_libdir}/libieee.a
5145b9c7
JB
1684%ifarch alpha ppc sparc
1685%{_libdir}/libnldbl_nonshared.a
1686%endif
40240acb
JB
1687%{_libdir}/libpthread_nonshared.a
1688%{_libdir}/librpcsvc.a
fb46cf23 1689%ifarch %{ix86} %{x8664} ppc ppc64 s390 s390x sparc sparcv9 sparc64
6d1ad2d5 1690# ABI-dependent headers
5b00029e 1691%{_includedir}/gnu/stubs-*.h
fb46cf23 1692%endif
5b00029e
JB
1693
1694%files headers
1695%defattr(644,root,root,755)
462c36a3 1696%{_includedir}/*.h
3c882bd9
JB
1697%ifarch alpha
1698%{_includedir}/alpha
1699%endif
462c36a3 1700%{_includedir}/arpa
1701%{_includedir}/bits
5b00029e
JB
1702%dir %{_includedir}/gnu
1703%{_includedir}/gnu/lib*.h
1704%{_includedir}/gnu/stubs.h
462c36a3 1705%{_includedir}/net
1706%{_includedir}/netash
1707%{_includedir}/netatalk
1708%{_includedir}/netax25
1709%{_includedir}/neteconet
d410ca53 1710%{_includedir}/netiucv
462c36a3 1711%{_includedir}/netinet
1712%{_includedir}/netipx
1713%{_includedir}/netpacket
1714%{_includedir}/netrom
1715%{_includedir}/netrose
1716%{_includedir}/nfs
1717%{_includedir}/protocols
1718%{_includedir}/rpc
1719%{_includedir}/rpcsvc
1720%{_includedir}/scsi
1721%{_includedir}/sys
1722
5b00029e
JB
1723%files devel-utils
1724%defattr(644,root,root,755)
1725%attr(755,root,root) %{_bindir}/gencat
1726%attr(755,root,root) %{_bindir}/*prof*
1727%attr(755,root,root) %{_bindir}/*trace
1728
1729%files devel-doc
1730%defattr(644,root,root,755)
238dd942 1731%doc documentation/* PROJECTS
900994f2 1732%{_infodir}/libc.info*
d90a3b13 1733
fa0f5e25 1734%{_mandir}/man1/sprof.1*
2c6699cc 1735%{_mandir}/man3/*
1fc785e2 1736%lang(cs) %{_mandir}/cs/man3/*
1737%lang(de) %{_mandir}/de/man3/*
1738%lang(es) %{_mandir}/es/man3/*
1739%lang(fr) %{_mandir}/fr/man3/*
1740%lang(hu) %{_mandir}/hu/man3/*
fa0f5e25 1741%lang(it) %{_mandir}/it/man3/*
1145bfaf 1742%lang(ja) %{_mandir}/ja/man3/*
1743%lang(ko) %{_mandir}/ko/man3/*
1744%lang(nl) %{_mandir}/nl/man3/*
1745%lang(pl) %{_mandir}/pl/man3/*
1746%lang(pt) %{_mandir}/pt/man3/*
49ead7a0 1747%lang(ru) %{_mandir}/ru/man1/sprof.1*
1145bfaf 1748%lang(ru) %{_mandir}/ru/man3/*
49ead7a0 1749%lang(tr) %{_mandir}/tr/man3/*
fa0f5e25
JB
1750%lang(uk) %{_mandir}/uk/man3/*
1751%lang(zh_CN) %{_mandir}/zh_CN/man3/*
236a5027 1752
bab19d4a 1753%files -n nscd
1754%defattr(644,root,root,755)
f307cfc5
JB
1755%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/nscd
1756%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nscd.*
46b7a91b 1757%attr(754,root,root) /etc/rc.d/init.d/nscd
84e798db 1758%config(noreplace) %verify(not md5 mtime size) /etc/init/nscd.conf
4206408a 1759%attr(755,root,root) %{_sbindir}/nscd*
f307cfc5 1760%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/nscd
ddf4fb34 1761%attr(640,root,root) %ghost /var/log/nscd
4fa784f5 1762%{systemdtmpfilesdir}/nscd.conf
7dc8db4b 1763%dir /var/run/nscd
f307cfc5
JB
1764%dir /var/lib/nscd
1765%attr(600,root,root) %ghost /var/lib/nscd/passwd
1766%attr(600,root,root) %ghost /var/lib/nscd/group
1767%attr(600,root,root) %ghost /var/lib/nscd/hosts
fa0f5e25
JB
1768%{_mandir}/man5/nscd.conf.5*
1769%{_mandir}/man8/nscd.8*
1770%{_mandir}/man8/nscd_nischeck.8*
49ead7a0
JB
1771%lang(es) %{_mandir}/es/man5/nscd.conf.5*
1772%lang(es) %{_mandir}/es/man8/nscd.8*
fa0f5e25
JB
1773%lang(fr) %{_mandir}/fr/man5/nscd.conf.5*
1774%lang(fr) %{_mandir}/fr/man8/nscd.8*
1775%lang(ja) %{_mandir}/ja/man5/nscd.conf.5*
1776%lang(ja) %{_mandir}/ja/man8/nscd.8*
1777%lang(pt) %{_mandir}/pt/man5/nscd.conf.5*
1778%lang(pt) %{_mandir}/pt/man8/nscd.8*
49ead7a0
JB
1779%lang(ru) %{_mandir}/ru/man5/nscd.conf.5*
1780%lang(ru) %{_mandir}/ru/man8/nscd.8*
1781%lang(zh_CN) %{_mandir}/zh_CN/man5/nscd.conf.5*
c43e39f5 1782
d34cb8bc 1783%files -n localedb-src
1784%defattr(644,root,root,755)
ba697d79 1785%attr(755,root,root) %{_bindir}/localedef
40430bed 1786%attr(755,root,root) %{_bindir}/localedb-gen
d34cb8bc 1787%{_datadir}/i18n
fa0f5e25 1788%{_mandir}/man1/localedef.1*
49ead7a0 1789%lang(ru) %{_mandir}/ru/man1/localedef.1*
40430bed 1790
0a85848c 1791%if %{with localedb}
40430bed
JB
1792%files localedb-all
1793%defattr(644,root,root,755)
fbd4c876 1794%{_libdir}/locale/locale-archive
0a85848c 1795%endif
d34cb8bc 1796
1797%files -n iconv
1798%defattr(644,root,root,755)
436fd1ea 1799%attr(755,root,root) %{_sbindir}/iconvconfig
fbd4c876 1800%dir %{_libdir}/gconv
1801%{_libdir}/gconv/gconv-modules
17a1a2af 1802%verify(not md5 mtime size) %{_libdir}/gconv/gconv-modules.cache
fbd4c876 1803%attr(755,root,root) %{_libdir}/gconv/*.so
d34cb8bc 1804
c7df086f 1805%files static
1806%defattr(644,root,root,755)
fbd4c876 1807%{_libdir}/libanl.a
1808%{_libdir}/libBrokenLocale.a
1809%{_libdir}/libc.a
1810%{_libdir}/libcrypt.a
1811%{_libdir}/libdl.a
1812%{_libdir}/libm.a
1813%{_libdir}/libmcheck.a
1814%{_libdir}/libnsl.a
1815%{_libdir}/libpthread.a
1816%{_libdir}/libresolv.a
1817%{_libdir}/librt.a
1818%{_libdir}/libutil.a
e2a5184e 1819
d34cb8bc 1820%files profile
1821%defattr(644,root,root,755)
fbd4c876 1822%{_libdir}/lib*_p.a
71a76fad 1823
1824%files pic
1825%defattr(644,root,root,755)
fbd4c876 1826%{_libdir}/lib*_pic.a
1827%{_libdir}/lib*.map
1828%{_libdir}/soinit.o
1829%{_libdir}/sofini.o
This page took 0.833752 seconds and 4 git commands to generate.