]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
BR: libcap-devel when building with selinux
[packages/glibc.git] / glibc.spec
1 # TODO:
2 # - consider moving klogctl.3 man to man-pages (and drop syslog.2 stub hacks here)
3 # - restore --with-pkgversion when tcl upstream fixes the #3599098 (broken platform::identify).
4 # - --enable-systemtap
5 # - look at locale fixes/updates in bugzilla
6 # - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
7 # [OLD]
8 # - localedb-gen man pages(?)
9 # - math/{test-fenv,test-tgmath,test-float,test-ifloat}, debug/backtrace-tst(SEGV)  fail on alpha
10 #
11 # Conditional build:
12 # min_kernel    (default is 3.4.0 except for x86/x86_64 where 3.2.0 suffices)
13 %bcond_without  memusage        # don't build memusage utility
14 %bcond_without  selinux         # without SELinux support (in nscd)
15 %bcond_with     tests           # perform "make test"
16 %bcond_without  localedb        # don't build localedb-all (is time consuming)
17 %bcond_with     cross           # make a cross build, skip native programs
18 %bcond_without  nss_crypt       # disable crypt features based on Mozilla NSS library
19 %bcond_with     bash_nls        # use bash NLS in shell scripts (ldd, sotruss); restores /bin/bash dep
20 %bcond_without  cet             # Intel Control-flow Enforcement Technology (CET)
21 %bcond_with     crypt           # don't build obsolete libcrypt
22 #
23 %ifarch %{ix86} %{x8664}
24 %{!?min_kernel:%global          min_kernel      3.2.0}
25 %else
26 %{!?min_kernel:%global          min_kernel      3.4.0}
27 %endif
28
29 %ifarch sparc64
30 %undefine       with_memusage
31 %endif
32 %ifnarch i686 %{x8664} x32
33 %undefine       with_cet
34 %endif
35
36 %define         core_version    2.35
37 %define         llh_version     7:2.6.32.1-1
38
39 Summary:        GNU libc
40 Summary(de.UTF-8):      GNU libc
41 Summary(es.UTF-8):      GNU libc
42 Summary(fr.UTF-8):      GNU libc
43 Summary(ja.UTF-8):      GNU libc ライブラリ
44 Summary(pl.UTF-8):      GNU libc
45 Summary(ru.UTF-8):      GNU libc версии
46 Summary(tr.UTF-8):      GNU libc
47 Summary(uk.UTF-8):      GNU libc версії
48 Name:           glibc
49 Version:        %{core_version}
50 Release:        6
51 Epoch:          6
52 License:        LGPL v2.1+
53 Group:          Libraries
54 Source0:        https://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
55 # Source0-md5:  dd571c67d85d89d7f60b854a4e207423
56 Source2:        nscd.init
57 Source3:        nscd.sysconfig
58 Source4:        nscd.logrotate
59 # from man-pages.spec --with tars
60 Source5:        %{name}-man-pages.tar.xz
61 # Source5-md5:  4481fa9cbead3fe9d24af66666db1c86
62 Source6:        %{name}-localedb-gen
63 Source7:        %{name}-LD-path.c
64 Source9:        nscd.tmpfiles
65 # use branch.sh to update glibc-git.patch
66 Patch0:         glibc-git.patch
67 # Patch0-md5:   74a4b37b13ce8c8cc15b9f05398c58cd
68 # against GNU TP (libc domain)
69 #Patch1:                %{name}-pl.po-update.patch
70 Patch2:         %{name}-pld.patch
71 Patch3:         %{name}-crypt-blowfish.patch
72 Patch4:         %{name}-no-bash-nls.patch
73
74 Patch6:         %{name}-paths.patch
75
76 Patch10:        %{name}-info.patch
77 Patch11:        %{name}-autoconf.patch
78
79 Patch14:        %{name}-sparc-errno_fix.patch
80 Patch15:        %{name}-new-charsets.patch
81
82 # additions pending for upstream merge or taken from other distros
83 Patch17:        %{name}-morelocales.patch
84 # fixes mostly pending for upstream merge
85 Patch18:        %{name}-locale_fixes.patch
86 Patch19:        %{name}-ZA_collate.patch
87
88 Patch23:        %{name}-pt_pax.patch
89
90 Patch30:        glibc-rh1124987.patch
91 URL:            http://www.gnu.org/software/libc/
92 %{?with_selinux:BuildRequires:  audit-libs-devel}
93 BuildRequires:  autoconf >= 2.69
94 BuildRequires:  automake
95 BuildRequires:  binutils >= 2:2.29
96 BuildRequires:  bison >= 2.7
97 %{!?with_cross:BuildRequires:   dietlibc-static}
98 BuildRequires:  gawk >= 3.1.2
99 %if %{with cet}
100 BuildRequires:  gcc >= 6:8.0
101 %else
102 BuildRequires:  gcc >= 6:6.2
103 %endif
104 %{?with_memusage:BuildRequires: gd-devel >= 2.0.1}
105 BuildRequires:  gettext-tools >= 0.10.36
106 %{?with_selinux:BuildRequires:  libcap-devel}
107 %{?with_selinux:BuildRequires:  libselinux-devel >= 1.18}
108 BuildRequires:  linux-libc-headers >= %{llh_version}
109 BuildRequires:  make >= 1:4.0
110 %{?with_nss_crypt:BuildRequires:        nss-devel >= 1:3.15.1-2}
111 BuildRequires:  perl-base
112 BuildRequires:  python3 >= 1:3.4
113 BuildRequires:  python3-modules >= 1:3.4
114 BuildRequires:  rpm-build >= 4.3-0.20030610.28
115 BuildRequires:  rpmbuild(macros) >= 1.752
116 BuildRequires:  sed >= 4.0.5
117 BuildRequires:  tar >= 1:1.22
118 BuildRequires:  texinfo >= 4.7
119 BuildRequires:  xz
120 Requires(post): ldconfig = %{epoch}:%{version}-%{release}
121 Requires:       filesystem
122 Requires:       ldconfig = %{epoch}:%{version}-%{release}
123 Requires:       uname(release) >= %{min_kernel}
124 Provides:       %{name}(%{_target_cpu}) = %{epoch}:%{version}-%{release}
125 %ifarch %{ix86}
126 Provides:       %{name}(ix86) = %{epoch}:%{version}-%{release}
127 %endif
128 Provides:       glibc(nptl)
129 Provides:       glibc(tls)
130 Provides:       rtld(GNU_HASH)
131 Obsoletes:      glibc-common
132 Obsoletes:      glibc-debug
133 Obsoletes:      glibc-ld < 6:2.33-2
134 %ifarch %{x8664} sparc64 ppc64
135 Provides:       glibc64
136 Obsoletes:      glibc64
137 %endif
138 Suggests:       localedb
139 Suggests:       tzdata
140 Conflicts:      %{name}-misc < %{epoch}:%{version}-%{release}
141 Conflicts:      SysVinit < 2.86-11
142 Conflicts:      kernel < %{min_kernel}
143 Conflicts:      kernel24
144 Conflicts:      kernel24-smp
145 Conflicts:      ld.so < 1.9.9-10
146 Conflicts:      man-pages < 4.00
147 Conflicts:      openssh-server < 2:8.2p1-1
148 Conflicts:      poldek < 0.30.1-9
149 Conflicts:      rc-scripts < 0.3.1-13
150 Conflicts:      rpm < 4.1
151 Conflicts:      util-linux < 2.35.1-2
152 Conflicts:      xorg-driver-video-nvidia-libs < 1:295.33
153 ExclusiveArch:  i486 i586 i686 pentium3 pentium4 athlon %{x8664} x32 ia64 alpha s390 s390x sparc sparc64 sparcv9 ppc ppc64 armv5tel armv6hl armv7hl armv7hnl aarch64
154 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
155
156 # errno, ps_*, __resp, __h_errno symbols
157 %define         skip_post_check_so      libm.so.6 libc_malloc_debug.so.0 libcrypt.so.1 libthread_db.so.1 libresolv.so.2 libnss_db.so.2 libnss_compat.so.2 libnss_hesiod.so.2 libnsl.so.1 librt.so.1
158
159 # avoid -s here (ld.so must not be stripped to allow any program debugging)
160 %define         filterout_ld            (-Wl,)?-[sS] (-Wl,)?--strip.*
161 # disable -D_FORTIFY_SOURCE=X and -fstack-protector
162 %define         _fortify_cflags         %{nil}
163 %define         _ssp_cflags             %{nil}
164
165 %define         specflags_sparcv9       -mcpu=ultrasparc -mvis -fcall-used-g6
166 %define         specflags_sparc64       -mcpu=ultrasparc -mvis -fcall-used-g6
167
168 # ld.so needs not to be stripped to work
169 # gdb needs unstripped libpthread for some threading support
170 # ...but we can strip at least debuginfo from them
171 %define         _autostripdebug         .*/ld-[0-9.]*so\\|.*/libpthread-[0-9.]*so
172
173 # -m from CFLAGS or even LDFLAGS is not propagated to some *.o linking
174 %ifarch sparc sparcv9
175 %{expand:%%define       __cc    %{__cc} -m32}
176 %endif
177
178 # Xen-friendly glibc
179 %define         specflags_ia32          -mno-tls-direct-seg-refs
180 %define         specflags_x86_64        -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
181 %define         specflags_amd64         -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
182 %define         specflags_ia32e         -mno-tls-direct-seg-refs
183
184 # we don't want perl dependency in glibc-devel
185 %define         _noautoreqfiles         %{_bindir}/mtrace
186 # hack: don't depend on rpmlib(PartialHardlinkSets) for easier upgrade from Ra
187 # (hardlinks here are unlikely to be "partial"... and rpm 4.0.2 from Ra was
188 # patched not to crash on partial hardlinks too)
189 %define         _hack_dontneed_PartialHardlinkSets      1
190 %define         _noautochrpath          .*\\(ldconfig\\|sln\\)
191 # private symbols
192 # don't generate deps for ldconfig to avoid loop and force rpm to install it before glibc
193 %define         _noautoprov             .*\(GLIBC_PRIVATE\)
194 %define         _noautoreq              .*\(GLIBC_PRIVATE\) /sbin/ldconfig
195
196 # to avoid multi-arch conflicts on getconf/* files
197 %define         _libexecdir             %{_libdir}
198
199 %description
200 Contains the standard libraries that are used by multiple programs on
201 the system. In order to save disk space and memory, as well as to ease
202 upgrades, common system code is kept in one place and shared between
203 programs. This package contains the most important sets of shared
204 libraries, the standard C library and the standard math library.
205 Without these, a Linux system will not function. It also contains
206 national language (locale) support.
207
208 Can be used on: Linux kernel >= %{min_kernel}.
209
210 %description -l es.UTF-8
211 Contiene las bibliotecas estándared que son usadas por varios
212 programas del sistema. Para ahorrar el espacio en el disco y la
213 memoria, igual que para facilitar actualizaciones, código común del
214 sistema se guarda en un sitio y es compartido entre los programas.
215 Este paquete contiene las bibliotecas compartidas más importantes, es
216 decir la biblioteca C estándar y la biblioteca estándar de matemática.
217 Sin éstas, un sistema Linux no podrá funcionar. También está incluido
218 soporte de idiomas nacionales (locale).
219
220 Puede usarse con: núcleo Linux >= %{min_kernel}.
221
222 %description -l de.UTF-8
223 Enthält die Standard-Libraries, die von verschiedenen Programmen im
224 System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen
225 und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an
226 einer einzigen Stelle gespeichert und wird von den Programmen
227 gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der
228 shared Libraries, die Standard-C-Library und die
229 Standard-Math-Library, ohne die das Linux-System nicht funktioniert.
230 Ferner enthält es den Support für die verschiedenen Sprachgregionen
231 (locale).
232
233 Can be used on: Linux kernel >= %{min_kernel}.
234
235 %description -l fr.UTF-8
236 Contient les bibliothèques standards utilisées par de nombreux
237 programmes du système. Afin d'économiser l'espace disque et mémoire,
238 et de faciliter les mises à jour, le code commun au système est mis à
239 un endroit et partagé entre les programmes. Ce paquetage contient les
240 bibliothèques partagées les plus importantes, la bibliothèque standard
241 du C et la bibliothèque mathématique standard. Sans celles-ci, un
242 système Linux ne peut fonctionner. Il contient aussi la gestion des
243 langues nationales (locales).
244
245 Can be used on: Linux kernel >= %{min_kernel}.
246
247 %description -l ja.UTF-8
248 glibc
249 パッケージはシステム上の複数のプログラムで使われる標準ライブラリを
250 ふくみます。ディスクスペースとメモリを節約したり、アップグレードを
251 用意にするために、共通のシステムコードは一つの場所におかれ、プログラム
252 間で共有されます。この部分的なパッケージはシェアドライブラリのかなり
253 重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。
254 この二つのライブラリ抜きでは、Linux システムは機能しません。 glibc
255 パッケージはまた地域言語 (locale) サポートとタイムゾーンデータベース
256 サポートをふくみます。
257
258 Can be used on: Linux kernel >= %{min_kernel}.
259
260 %description -l pl.UTF-8
261 W pakiecie znajdują się podstawowe biblioteki, używane przez różne
262 programy w Twoim systemie. Używanie przez programy bibliotek z tego
263 pakietu oszczędza miejsce na dysku i pamięć. Większość kodu
264 systemowego jest usytuowane w jednym miejscu i dzielone między wieloma
265 programami. Pakiet ten zawiera bardzo ważny zbiór bibliotek
266 standardowych, współdzielonych (dynamicznych) bibliotek C i
267 matematycznych. Bez glibc system Linux nie jest w stanie funkcjonować.
268 Znajdują się tutaj również definicje różnych informacji dla wielu
269 języków (locale).
270
271 Pakiet jest przeznaczony dla jądra Linuksa >= %{min_kernel}.
272
273 %description -l ru.UTF-8
274 Содержит стандартные библиотеки, используемые многочисленными
275 программами в системе. Для того, чтобы сохранить дисковое пространство
276 и память, а также для простоты обновления, системный код, общий для
277 всех программ, хранится в одном месте и коллективно используется всеми
278 программами. Этот пакет содержит наиболее важные из разделяемых
279 библиотек - стандартную библиотеку C и стандартную библиотеку
280 математики. Без этих библиотек Linux функционировать не будет. Также
281 пакет содержит поддержку национальных языков (locale).
282
283 Can be used on: Linux kernel >= %{min_kernel}.
284
285 %description -l tr.UTF-8
286 Bu paket, birçok programın kullandığı standart kitaplıkları içerir.
287 Disk alanı ve bellek kullanımını azaltmak ve aynı zamanda güncelleme
288 işlemlerini kolaylaştırmak için ortak sistem kodları tek bir yerde
289 tutulup programlar arasında paylaştırılır. Bu paket en önemli ortak
290 kitaplıkları, standart C kitaplığını ve standart matematik kitaplığını
291 içerir. Bu kitaplıklar olmadan Linux sistemi çalışmayacaktır. Yerel
292 dil desteği ve zaman dilimi veri tabanı da bu pakette yer alır.
293
294 Can be used on: Linux kernel >= %{min_kernel}.
295
296 %description -l uk.UTF-8
297 Містить стандартні бібліотеки, котрі використовуються численними
298 програмами в системі. Для того, щоб зберегти дисковий простір та
299 пам'ять, а також для простоти поновлення системи, системний код,
300 спільний для всіх програм, зберігається в одному місці і колективно
301 використовується всіма програмами. Цей пакет містить найбільш важливі
302 з динамічних бібліотек - стандартну бібліотеку С та стандартну
303 бібліотеку математики. Без цих бібліотек Linux функціонувати не буде.
304 Також пакет містить підтримку національних мов (locale).
305
306 Can be used on: Linux kernel >= %{min_kernel}.
307
308 %package misc
309 Summary:        Utilities and data used by glibc
310 Summary(pl.UTF-8):      Narzędzia i dane używane przez glibc
311 Group:          Applications/System
312 Suggests:       libidn2 >= 2.0.5
313 Requires:       %{name} = %{epoch}:%{version}-%{release}
314 %ifarch %{ix86}
315 Conflicts:      %{name}(x32)
316 Conflicts:      %{name}(x86_64)
317 %endif
318 Conflicts:      man-pages < 4.00
319
320 %description misc
321 Utilities and data used by glibc.
322
323 %description misc -l pl.UTF-8
324 Narzędzia i dane używane przez glibc.
325
326 %package libcrypt
327 Summary:        glibc library for crypt(3)
328 Summary(pl.UTF-8):      Biblioteka glibc z funkcją crypt(3)
329 Group:          Libraries
330 Requires:       %{name} = %{epoch}:%{version}-%{release}
331 Provides:       %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
332 %ifarch %{ix86}
333 Provides:       %{name}-libcrypt(ix86) = %{epoch}:%{version}-%{release}
334 %endif
335 Provides:       crypt(blowfish)
336
337 %description libcrypt
338 glibc library for crypt(3).
339
340 %description libcrypt -l pl.UTF-8
341 Biblioteka glibc z funkcją crypt(3).
342
343 %package -n ldconfig
344 Summary:        Create shared library cache and maintains symlinks
345 Summary(de.UTF-8):      Erstellt ein shared library cache und verwaltet symlinks
346 Summary(fr.UTF-8):      Crée un cache de bibliothčque partagée et gčre *.so
347 Summary(pl.UTF-8):      Tworzenie cache'u bibliotek dynamicznych i ich dowiązań symbolicznych
348 Summary(tr.UTF-8):      Ortak kitaplýk önbelleđi yaratýr ve bađlantýlarý kurar
349 Group:          Applications/System
350 Requires:       uname(release) >= %{min_kernel}
351 # we want FHS being installed before ldconfig, altho they are both unrelated to each-other.
352 Requires:       FHS
353 Provides:       rtld(GNU_HASH)
354 # This is needed because previous package (glibc) had autoreq false and had
355 # provided this manually. Probably poldek bug that have to have it here.
356 Provides:       /sbin/ldconfig
357 Conflicts:      glibc-ld < 6:2.33-2
358
359 %description -n ldconfig
360 ldconfig scans a running system and sets up the symbolic links that
361 are used to load shared libraries properly. It also creates
362 /etc/ld.so.cache which speeds the loading programs which use shared
363 libraries.
364
365 %description -n ldconfig -l de.UTF-8
366 ldconfig scannt ein laufendes System und richtet die symbolischen
367 Verknüpfungen zum Laden der gemeinsam genutzten Libraries ein.
368 Außerdem erstellt es /etc/ld.so.cache, was das Laden von Programmen
369 mit gemeinsam genutzten Libraries beschleunigt.
370
371 %description -n ldconfig -l fr.UTF-8
372 ldconfig analyse un systčme et configure les liens symboliques
373 utilisés pour charger correctement les bibliothčques partagées. Il
374 crée aussi /etc/ld.so.cache qui accélčre le chargement des programmes
375 utilisant les bibliothčques partagées.
376
377 %description -n ldconfig -l pl.UTF-8
378 ldconfig testuje uruchomiony system i tworzy dowiązania symboliczne,
379 które są następnie używane do poprawnego ładowania bibliotek
380 dynamicznych. Program ten tworzy plik /etc/ld.so.cache, który
381 przyśpiesza ładowanie programów korzystających z bibliotek
382 dynamicznych.
383
384 %description -n ldconfig -l tr.UTF-8
385 ldconfig, çalýţmakta olan sistemi araţtýrýr ve ortak kitaplýklarýn
386 düzgün bir ţekilde yüklenmesi için gereken simgesel bađlantýlarý
387 kurar. Ayrýca ortak kitaplýklarý kullanan programlarýn yüklenmesini
388 hýzlandýran /etc/ld.so.cache dosyasýný yaratýr.
389
390 %package -n nss_compat
391 Summary:        Old style NYS NSS glibc module
392 Summary(es.UTF-8):      El antiguo módulo NYS NSS de glibc
393 Summary(pl.UTF-8):      Stary moduł NYS NSS glibc
394 Group:          Base
395 Requires:       %{name} = %{epoch}:%{version}-%{release}
396
397 %description -n nss_compat
398 Old style NYS NSS glibc module.
399
400 %description -n nss_compat -l es.UTF-8
401 El antiguo módulo NYS NSS de glibc
402
403 %description -n nss_compat -l pl.UTF-8
404 Stary moduł NYS NSS glibc.
405
406 %package -n nss_db
407 Summary:        NSS glibc module that uses hashed key-value database
408 Summary(pl.UTF-8):      Moduł NSS glibc wykorzystujący haszowaną bazę danych klucz-wartość
409 Group:          Base
410 Requires:       %{name} = %{epoch}:%{version}-%{release}
411
412 %description -n nss_db
413 NSS glibc module that uses hashed key-value database.
414
415 %description -n nss_db -l pl.UTF-8
416 Moduł NSS glibc wykorzystujący haszowaną bazę danych klucz-wartość.
417
418 %package -n nss_dns
419 Summary:        BIND NSS glibc module
420 Summary(es.UTF-8):      Módulo BIND NSS de glibc
421 Summary(pl.UTF-8):      Moduł BIND NSS glibc
422 Group:          Base
423 Requires:       %{name} = %{epoch}:%{version}-%{release}
424
425 %description -n nss_dns
426 BIND NSS glibc module.
427
428 %description -n nss_dns -l es.UTF-8
429 Módulo BIND NSS de glibc.
430
431 %description -n nss_dns -l pl.UTF-8
432 Moduł BIND NSS glibc.
433
434 %package -n nss_files
435 Summary:        Traditional files databases NSS glibc module
436 Summary(es.UTF-8):      Módulo de tradicionales bases de datos en ficheros para glibc
437 Summary(pl.UTF-8):      Moduł tradycyjnych plikowych baz danych NSS glibc
438 Group:          Base
439 Requires:       %{name} = %{epoch}:%{version}-%{release}
440
441 %description -n nss_files
442 Traditional files databases NSS glibc module.
443
444 %description -n nss_files -l es.UTF-8
445 Módulo de tradicionales bases de datos en ficheros para glibc.
446
447 %description -n nss_files -l pl.UTF-8
448 Moduł tradycyjnych plikowych baz danych NSS glibc.
449
450 %package -n nss_hesiod
451 Summary:        hesiod NSS glibc module
452 Summary(es.UTF-8):      Módulo hesiod NSS de glibc
453 Summary(pl.UTF-8):      Moduł hesiod NSS glibc
454 Group:          Base
455 Requires:       %{name} = %{epoch}:%{version}-%{release}
456
457 %description -n nss_hesiod
458 glibc NSS (Name Service Switch) module for databases access.
459
460 %description -n nss_hesiod -l es.UTF-8
461 Módulo hesiod NSS de glibc.
462
463 %description -n nss_hesiod -l pl.UTF-8
464 Moduł glibc NSS (Name Service Switch) dostępu do baz danych.
465
466 %package memusage
467 Summary:        Memory usage profiler
468 Summary(pl.UTF-8):      Narzędzie do profilowania zużycia pamięci
469 Group:          Development/Tools
470 Requires:       %{name} = %{epoch}:%{version}-%{release}
471 Conflicts:      man-pages < 4.00
472
473 %description memusage
474 Memory usage profiler.
475
476 %description memusage -l pl.UTF-8
477 Narzędzie do profilowania zużycia pamięci.
478
479 %package devel
480 Summary:        Additional libraries required to compile
481 Summary(de.UTF-8):      Weitere Libraries zum Kompilieren
482 Summary(es.UTF-8):      Bibliotecas adicionales necesarias para la compilación
483 Summary(fr.UTF-8):      Librairies supplémentaires nécessaires à la compilation
484 Summary(ja.UTF-8):      標準 C ライブラリで使われるヘッダーとオブジェクトファイル
485 Summary(pl.UTF-8):      Dodatkowe biblioteki wymagane podczas kompilacji
486 Summary(ru.UTF-8):      Дополнительные библиотеки, необходимые для компиляции
487 Summary(tr.UTF-8):      Geliştirme için gerekli diğer kitaplıklar
488 Summary(uk.UTF-8):      Додаткові бібліотеки, потрібні для компіляції
489 Group:          Development/Libraries
490 Requires:       %{name} = %{epoch}:%{version}-%{release}
491 Requires:       %{name}-devel-utils = %{epoch}:%{version}-%{release}
492 Requires:       %{name}-headers = %{epoch}:%{version}-%{release}
493 %if %{with crypt}
494 Requires:       %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
495 %else
496 Requires:       libxcrypt-devel >= 4.0.0
497 %endif
498 Provides:       %{name}-devel(%{_target_cpu}) = %{epoch}:%{version}-%{release}
499 %ifarch %{ix86}
500 Provides:       %{name}-devel(ix86) = %{epoch}:%{version}-%{release}
501 %endif
502 Obsoletes:      libiconv-devel
503 %ifarch %{x8664}
504 # see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-May/024902.html
505 %if "%(rpm -q --qf '%{E}:%{V}' binutils)" >= "4:2.26"
506 Conflicts: binutils < 4:2.26
507 %endif
508 %endif
509
510 %description devel
511 To develop programs which use the standard C libraries (which nearly
512 all programs do), the system needs to have these standard header files
513 and object files available for creating the executables.
514
515 %description devel -l de.UTF-8
516 Bei der Entwicklung von Programmen, die die Standard-C-Libraries
517 verwenden (also fast alle), benötigt das System diese Standard-Header-
518 und Objektdateien zum Erstellen der ausführbaren Programme.
519
520 %description devel -l es.UTF-8
521 Para desarrollar programas que utilizan las bibliotecas C estándar (lo
522 cual hacen prácticamente todos los programas), el sistema necesita
523 disponer de estos ficheros de cabecera y de objetos para crear los
524 ejecutables.
525
526 %description devel -l fr.UTF-8
527 Pour développer des programmes utilisant les bibliothèques standard du
528 C (ce que presque tous les programmes font), le système doit posséder
529 ces fichiers en-têtes et objets standards pour créer les exécutables.
530
531 %description devel -l ja.UTF-8
532 glibc-devel パッケージは(ほとんどすべてのプログラムで使われる)標準 C
533 ライブラリを使用したプログラムを開発するためのヘッダーとオブジェクト
534 ファイルを含みます。もし標準 C
535 ライブラリを使用するプログラムを開発するなら
536 実行ファイルを作成する目的でこれらの標準ヘッダとオブジェクトファイル
537 が使用できます。
538
539 %description devel -l pl.UTF-8
540 Pakiet ten jest niezbędny przy tworzeniu własnych programów
541 korzystających ze standardowej biblioteki C. Znajdują się tutaj pliki
542 nagłówkowe oraz pliki obiektowe, niezbędne do kompilacji programów
543 wykonywalnych i innych bibliotek.
544
545 %description devel -l ru.UTF-8
546 Для разработки программ, использующих стандартные библиотеки C (а
547 практически все программы их используют), системе НЕОБХОДИМЫ хедеры и
548 объектные файлы, содержащиеся в этом пакете, чтобы создавать
549 исполняемые файлы.
550
551 %description devel -l tr.UTF-8
552 C kitaplığını kullanan (ki hemen hemen hepsi kullanıyor) programlar
553 geliştirmek için gereken standart başlık dosyaları ve statik
554 kitaplıklar.
555
556 %description devel -l uk.UTF-8
557 Для розробки програм, що використовують стандартні бібліотеки C
558 (практично всі програми їх використовують), системі НЕОБХІДНІ хедери
559 та об'єктні файли, що містяться в цьому пакеті, цоб створювати
560 виконувані файли.
561
562 %package headers
563 Summary:        Header files for development using standard C libraries
564 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia programów przy użyciu standardowych bibliotek C
565 Group:          Development/Building
566 Provides:       %{name}-header-cpu-%{_target_cpu} = %{epoch}:%{version}-%{release}
567 %ifarch %{ix86}
568 Provides:       %{name}-headers-cpu-ix86 = %{epoch}:%{version}-%{release}
569 %endif
570 %ifarch %{x8664} x32
571 # If both -m32 and -m64 is to be supported on x86_64, x86_64 package
572 # have to be installed, not ix86 one.
573 Obsoletes:      glibc-headers-cpu-athlon
574 Obsoletes:      glibc-headers-cpu-i386
575 Obsoletes:      glibc-headers-cpu-i486
576 Obsoletes:      glibc-headers-cpu-i586
577 Obsoletes:      glibc-headers-cpu-i686
578 Obsoletes:      glibc-headers-cpu-ix86
579 Obsoletes:      glibc-headers-cpu-pentium3
580 Obsoletes:      glibc-headers-cpu-pentium4
581 %endif
582 %ifarch x32
583 Obsoletes:      glibc-headers-cpu-x86_64
584 %endif
585 %ifarch ppc64
586 Obsoletes:      glibc-headers-cpu-ppc
587 %endif
588 %ifarch s390x
589 Obsoletes:      glibc-headers-cpu-s390
590 %endif
591 %ifarch sparc64
592 Obsoletes:      glibc-headers-cpu-sparc
593 %endif
594 Requires:       linux-libc-headers >= %{llh_version}
595
596 %description headers
597 The glibc-headers package contains the header files necessary for
598 developing programs which use the standard C libraries (which are used
599 by nearly all programs). If you are developing programs which will use
600 the standard C libraries, your system needs to have these standard
601 header files available in order to create the executables.
602
603 Install glibc-headers if you are going to develop programs which will
604 use the standard C libraries.
605
606 %description headers -l pl.UTF-8
607 Pakiet glibc-headers zawiera pliki nagłówkowe niezbędne do rozwijania
608 programów używających standardowych bibliotek C (używanych przez
609 prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
610 standardowych bibliotek C, system wymaga dostępności tych
611 standardowych plików nagłówkowych do tworzenia programów
612 wykonywalnych.
613
614 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
615 korzystające ze standardowych bibliotek C.
616
617 %package devel-utils
618 Summary:        Utilities needed for development using standard C libraries
619 Summary(pl.UTF-8):      Narzędzia do tworzenia programów przy użyciu standardowych bibliotek C
620 Group:          Development/Libraries
621 Provides:       %{name}-devel-util-cpu-%{_target_cpu} = %{epoch}:%{version}-%{release}
622 %ifarch %{ix86}
623 Provides:       %{name}-devel-utils-cpu-ix86 = %{epoch}:%{version}-%{release}
624 %endif
625 %ifarch %{x8664} x32
626 # If both -m32 and -m64 is to be supported on AMD64, x86_64 package
627 # have to be installed, not ix86 one.
628 Obsoletes:      glibc-devel-utils-cpu-athlon
629 Obsoletes:      glibc-devel-utils-cpu-i386
630 Obsoletes:      glibc-devel-utils-cpu-i486
631 Obsoletes:      glibc-devel-utils-cpu-i586
632 Obsoletes:      glibc-devel-utils-cpu-i686
633 Obsoletes:      glibc-devel-utils-cpu-ix86
634 Obsoletes:      glibc-devel-utils-cpu-pentium3
635 Obsoletes:      glibc-devel-utils-cpu-pentium4
636 %endif
637 %ifarch x32
638 Obsoletes:      glibc-devel-utils-cpu-x86_64
639 %endif
640 %ifarch ppc64
641 Obsoletes:      glibc-devel-utils-cpu-ppc
642 %endif
643 %ifarch s390x
644 Obsoletes:      glibc-devel-utils-cpu-s390
645 %endif
646 %ifarch sparc64
647 Obsoletes:      glibc-devel-utils-cpu-sparc
648 %endif
649 Conflicts:      man-pages < 4.00
650
651 %description devel-utils
652 The glibc-devel-utils package contains utilities necessary for
653 developing programs which use the standard C libraries (which are used
654 by nearly all programs). If you are developing programs which will use
655 the standard C libraries, your system needs to have these utilities
656 available.
657
658 Install glibc-devel-utils if you are going to develop programs which
659 will use the standard C libraries.
660
661 %description devel-utils -l pl.UTF-8
662 Pakiet glibc-devel-utils zawiera narzędzia niezbędne do rozwijania
663 programów używających standardowych bibliotek C (używanych przez
664 prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
665 standardowych bibliotek C, system wymaga dostępności tych narzędzi do
666 tworzenia programów wykonywalnych.
667
668 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
669 korzystające ze standardowych bibliotek C.
670
671 %package devel-doc
672 Summary:        Documentation needed for development using standard C libraries
673 Summary(pl.UTF-8):      Dokumentacja do tworzenia programów przy użyciu standardowych bibliotek C
674 Group:          Documentation
675 Conflicts:      man-pages < 4.09
676 BuildArch:      noarch
677
678 %description devel-doc
679 The glibc-devel-doc package contains info and manual pages necessary
680 for developing programs which use the standard C libraries (which are
681 used by nearly all programs).
682
683 Install glibc-devel-doc if you are going to develop programs which
684 will use the standard C libraries.
685
686 %description devel-doc -l pl.UTF-8
687 Pakiet glibc-devel-doc zawiera strony info i manuala przydatne do
688 rozwijania programów używających standardowych bibliotek C (używanych
689 przez prawie wszystkie programy).
690
691 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
692 korzystające ze standardowych bibliotek C.
693
694 %package static
695 Summary:        Static GNU libc libraries
696 Summary(es.UTF-8):      Bibliotecas estáticas
697 Summary(pl.UTF-8):      Biblioteki statyczne GNU libc
698 Summary(ru.UTF-8):      Статические библиотеки glibc
699 Summary(uk.UTF-8):      Статичні бібліотеки glibc
700 Group:          Development/Libraries
701 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
702 %{!?with_crypt:Requires:        libxcrypt-static >= 4.0.0}
703 Provides:       %{name}-static(%{_target_cpu}) = %{epoch}:%{version}-%{release}
704 %ifarch %{ix86}
705 Provides:       %{name}-static(ix86) = %{epoch}:%{version}-%{release}
706 %endif
707 Obsoletes:      libiconv-static
708
709 %description static
710 GNU libc static libraries.
711
712 %description static -l es.UTF-8
713 Bibliotecas estáticas de GNU libc.
714
715 %description static -l pl.UTF-8
716 Biblioteki statyczne GNU libc.
717
718 %description static -l ru.UTF-8
719 Это отдельный пакет со статическими библиотеками, которые больше не
720 входят в glibc-devel.
721
722 %description static -l uk.UTF-8
723 Це окремий пакет зі статичними бібліотеками, що більше не входять в
724 склад glibc-devel.
725
726 %package profile
727 Summary:        glibc with profiling support
728 Summary(de.UTF-8):      glibc mit Profil-Unterstützung
729 Summary(es.UTF-8):      glibc con soporte de perfilamiento
730 Summary(fr.UTF-8):      glibc avec support pour profiling
731 Summary(pl.UTF-8):      glibc ze wsparciem dla profilowania
732 Summary(ru.UTF-8):      GNU libc с поддержкой профайлера
733 Summary(tr.UTF-8):      Ölçüm desteği olan glibc
734 Summary(uk.UTF-8):      GNU libc з підтримкою профайлера
735 Group:          Development/Libraries/Libc
736 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
737 Obsoletes:      libc-profile
738
739 %description profile
740 When programs are being profiled using gprof, they must use these
741 libraries instead of the standard C libraries for gprof to be able to
742 profile them correctly.
743
744 %description profile -l de.UTF-8
745 Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
746 Libraries anstelle der üblichen C-Libraries verwendet werden.
747
748 %description profile -l es.UTF-8
749 Cuando programas son perfilidas usando gprof, tienen que usar estas
750 biblioteces en vez de las estándares para que gprof pueda perfilarlas
751 correctamente.
752
753 %description profile -l pl.UTF-8
754 Programy profilowane za pomocą gprof muszą używać tych bibliotek
755 zamiast standardowych bibliotek C, aby gprof mógł odpowiednio je
756 wyprofilować.
757
758 %description profile -l uk.UTF-8
759 Коли програми досліджуються профайлером gprof, вони повинні
760 використовувати замість стандартних бібліотек бібліотеки, що містяться
761 в цьому пакеті. При використанні стандартних бібліотек gprof замість
762 реальних результатів буде показувати ціни на папайю в Гонолулу в
763 позаминулому році...
764
765 %description profile -l tr.UTF-8
766 gprof kullanılarak ölçülen programlar standart C kitaplığı yerine bu
767 kitaplığı kullanmak zorundadırlar.
768
769 %description profile -l ru.UTF-8
770 Когда программы исследуются профайлером gprof, они должны
771 использовать, вместо стандартных библиотек, библиотеки, включенные в
772 этот пакет. При использовании стандартных библиотек gprof вместо
773 реальных результатов будет показывать цены на папайю в Гонолулу в
774 позапрошлом году...
775
776 %package pic
777 Summary:        glibc PIC archive
778 Summary(es.UTF-8):      Archivo PIC de glibc
779 Summary(pl.UTF-8):      Archiwum PIC glibc
780 Group:          Development/Libraries/Libc
781 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
782
783 %description pic
784 GNU C Library PIC archive contains an archive library (ar file)
785 composed of individual shared objects. This is used for creating a
786 library which is a smaller subset of the standard libc shared library.
787
788 %description pic -l es.UTF-8
789 El archivo PIC de la biblioteca glibc contiene una biblioteca
790 archivada (un fichero ar) compuesta de individuales objetos
791 compartidos. Es usado para crear una biblioteca que sea un subconjunto
792 más pequeño de la biblioteca libc compartida estándar.
793
794 %description pic -l pl.UTF-8
795 Archiwum PIC biblioteki GNU C zawiera archiwalną bibliotekę (plik ar)
796 złożoną z pojedynczych obiektów współdzielonych. Używana jest do
797 tworzenia biblioteki będącej mniejszym podzestawem standardowej
798 biblioteki współdzielonej libc.
799
800 %package -n nscd
801 Summary:        Name Service Caching Daemon
802 Summary(es.UTF-8):      Demonio de caché del servicio de nombres
803 Summary(ja.UTF-8):      ネームサービスキャッシングデーモン (nacd)
804 Summary(pl.UTF-8):      Demon zapamiętujący odpowiedzi serwisów nazw
805 Summary(ru.UTF-8):      Кэширующий демон сервисов имен
806 Summary(uk.UTF-8):      Кешуючий демон севісів імен
807 License:        GPL v2
808 Group:          Networking/Daemons
809 Requires(post): fileutils
810 Requires(post,preun):   /sbin/chkconfig
811 Requires(postun):       /usr/sbin/groupdel
812 Requires(postun):       /usr/sbin/userdel
813 Requires(pre):  /bin/id
814 Requires(pre):  /usr/bin/getgid
815 Requires(pre):  /usr/sbin/groupadd
816 Requires(pre):  /usr/sbin/useradd
817 Requires:       %{name} = %{epoch}:%{version}-%{release}
818 %{?with_selinux:Requires:       libselinux >= 1.18}
819 Requires:       rc-scripts >= 0.4.3.0
820 Provides:       group(nscd)
821 Provides:       user(nscd)
822 Obsoletes:      gnscd
823 Obsoletes:      unscd
824
825 %description -n nscd
826 nscd caches name service lookups; it can dramatically improve
827 performance with NIS+, and may help with DNS as well.
828
829 %description -n nscd -l es.UTF-8
830 nscd guarda las peticiones del servicio de nombres en una caché; eso
831 puede aumentar drásticamente las prestaciones de NIS+, y también puede
832 ayudar con DNS.
833
834 %description -n nscd -l ja.UTF-8
835 Nscd はネームサービス参照をキャッシュし、NIS+ のパフォーマンスを
836 ドラマティックに改善することができ、DNS を同様に補助します。
837
838 %description -n nscd -l pl.UTF-8
839 nscd zapamiętuje zapytania i odpowiedzi NIS oraz DNS. Pozwala
840 drastycznie poprawić szybkość działania NIS+.
841
842 %description -n nscd -l ru.UTF-8
843 nscd кэширует результаты запросов к сервисам имен; это может резко
844 увеличить производительность работы с NIS+ и, также, может помочь с
845 DNS.
846
847 %description -n nscd -l uk.UTF-8
848 nscd кешує результати запросів до сервісів імен; це може сильно
849 збільшити швидкість роботи з NIS+ і, також, може допомогти з DNS.
850
851 %package -n localedb-src
852 Summary:        locale database source code
853 Summary(es.UTF-8):      Código fuente de la base de datos de los locales
854 Summary(pl.UTF-8):      Kod źródłowy bazy locale
855 Group:          Libraries
856 Requires:       %{name} = %{epoch}:%{version}-%{release}
857 Requires:       gzip
858 Requires:       sed
859 Provides:       localedb
860
861 %description -n localedb-src
862 This add-on package contains the data needed to build the locale data
863 files to use the internationalization features of the GNU libc.
864
865 %description -n localedb-src -l es.UTF-8
866 Este paquete adicional contiene los datos necesarios para construir
867 los ficheros de locale, imprescindibles para usar las cualidades de
868 internacionalización de GNU libc.
869
870 %description -n localedb-src -l pl.UTF-8
871 Pakiet ten zawiera dane niezbędne do zbudowania binarnych plików
872 lokalizacyjnych, by móc wykorzystać możliwości oferowane przez GNU
873 libc.
874
875 %package localedb-all
876 Summary:        locale database for all locales supported by glibc
877 Summary(es.UTF-8):      Base de datos de todos los locales soportados por glibc
878 Summary(pl.UTF-8):      Baza danych locale dla wszystkich lokalizacji obsługiwanych przez glibc
879 Group:          Libraries
880 Requires:       %{name} = %{epoch}:%{version}-%{release}
881 Requires:       iconv = %{epoch}:%{version}-%{release}
882 Provides:       localedb
883
884 %description localedb-all
885 This package contains locale database for all locales supported by
886 glibc. In glibc 2.3.x it's one large file (about 39MB) - if you want
887 something smaller with support for chosen locales only, consider
888 installing localedb-src and regenerating database using localedb-gen
889 script (when database is generated, localedb-src can be uninstalled).
890
891 %description localedb-all -l es.UTF-8
892 Este paquete contiene una base de datos de todos los locales
893 soportados por glibc. En glibc 2.3.x ése es un fichero grande (aprox.
894 39 MB) -- si prefiere algo más pequeño, sólo con soporte de unos
895 locales elegidos, considérese instalar localedb-src y regenerar la
896 base de datos usando el escript localedb-gen (una vez que la base de
897 datos esté creada, localedb-src se podrá desinstalar).
898
899 %description localedb-all -l pl.UTF-8
900 Ten pakiet zawiera bazę danych locale dla wszystkich lokalizacji
901 obsługiwanych przez glibc. W glibc 2.3.x jest to jeden duży plik
902 (około 39MB); aby mieć coś mniejszego, z obsługą tylko wybranych
903 lokalizacji, należy zainstalować pakiet localedb-src i przegenerować
904 bazę danych przy użyciu skryptu localedb-gen (po wygenerowaniu bazy
905 pakiet localedb-src można odinstalować).
906
907 %package -n iconv
908 Summary:        Convert encoding of given files from one encoding to another
909 Summary(es.UTF-8):      Convierte entre varias codificaciones de los ficheros dados
910 Summary(pl.UTF-8):      Moduły do konwersji plików tekstowych z jednego kodowania do innego
911 Group:          Libraries
912 Requires:       %{name} = %{epoch}:%{version}-%{release}
913 Provides:       iconv(%{_target_base_arch})
914 Conflicts:      man-pages < 4.00
915
916 %description -n iconv
917 Convert encoding of given files from one encoding to another. You need
918 this package if you want to convert some document from one encoding to
919 another or if you have installed some programs which use Generic
920 Character Set Conversion Interface.
921
922 %description -n iconv -l es.UTF-8
923 Convierte la codificación de dados ficheros. Necesita este paquete si
924 quiere convertir un documento entre una codificación (juego de
925 caracteres) y otra, o si tiene instalado algún programa que usa el
926 Generic Character Set Conversion Interface (interfaz genérica de
927 conversión de juegos de caracteres).
928
929 %description -n iconv -l pl.UTF-8
930 Moduły do konwersji plików tekstowych z jednego kodowania do innego.
931 Trzeba mieć zainstalowany ten pakiet, aby wykonywać konwersję
932 dokumentów z jednego kodowania do innego lub do używania programów
933 korzystających z Generic Character Set Conversion Interface w glibc,
934 czyli z zestawu funkcji z tej biblioteki, które umożliwiają konwersję
935 kodowania danych z poziomu dowolnego programu.
936
937 %prep
938 %setup -q
939
940 %if "%{min_kernel}" < "3.2.0"
941 echo "Minimal supported kernel is 3.2.0" >&2
942 exit 1
943 %endif
944
945 %patch0 -p1
946
947 %patch2 -p1
948 %patch3 -p1
949 %{!?with_bash_nls:%patch4 -p1}
950
951 %patch6 -p1
952
953 %patch10 -p1
954 %patch11 -p1
955
956 %patch14 -p1
957 %patch15 -p1
958
959 %patch17 -p1
960 %patch18 -p1
961 %patch19 -p1
962
963 %patch23 -p0
964
965 %patch30 -p1
966
967 # cleanup backups after patching
968 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
969
970 chmod +x scripts/cpp
971
972 %build
973 # glibc has its own way to remove PLT relocations. / H. J. Lu.
974 unset LD_SYMBOLIC_FUNCTIONS || :
975
976 %{__aclocal}
977 %{__autoconf}
978
979 rm -rf builddir
980 install -d builddir
981 cd builddir
982 %ifarch sparc64
983 CC="%{__cc} -m64 -mcpu=ultrasparc -mvis -fcall-used-g6"
984 %endif
985
986 # force ld bfd (instead of gold)
987 install -d alt-tools
988 ln -sf %{_bindir}/ld.bfd alt-tools/ld
989 PATH=$(pwd)/alt-tools:$PATH; export PATH
990
991 AWK="gawk" \
992 ../%configure \
993 %if %{with cet}
994         --enable-cet \
995 %endif
996 %if %{without crypt}
997         --disable-crypt \
998 %endif
999         --enable-bind-now \
1000         --enable-experimental-malloc \
1001         --enable-hidden-plt \
1002         --enable-kernel="%{min_kernel}" \
1003         --enable-nss-crypt%{!?with_nss_crypt:=no} \
1004         --enable-obsolete-nsl \
1005         --enable-profile \
1006         --enable-stack-protector=strong \
1007         --enable-stackguard-randomization \
1008         --enable-tunables \
1009         --with-binutils=$(pwd)/alt-tools \
1010         --with-bugurl=http://bugs.pld-linux.org/ \
1011         --with-headers=%{_includedir} \
1012         --with-selinux%{!?with_selinux:=no} \
1013         --with-tls
1014
1015 # hack: libgd (used by memusagestat) requires librt, which is built after malloc/ subdir.
1016 # First build all without libgd-dependent components (LIBGD=no)...
1017 %{__make} \
1018         AWK="gawk" \
1019         complocaledir=%{_prefix}/lib/locale \
1020         sLIBdir=%{_libdir} \
1021         LIBGD=no
1022
1023 # ...then, when librt is ready, rerun make to build memusagestat
1024 %{__make} \
1025         AWK="gawk" \
1026         complocaledir=%{_prefix}/lib/locale \
1027         sLIBdir=%{_libdir}
1028
1029 cd ..
1030
1031 %if %{with tests}
1032 env LANGUAGE=C LC_ALL=C \
1033 %{__make} -j1 -C builddir tests
1034 %endif
1035
1036 %if %{without cross}
1037 CC="%{__cc}"
1038 CC=${CC#*ccache }
1039 CC=${CC#%{_libdir}/ccache/}
1040 diet ${CC} %{SOURCE7} %{rpmcflags} -Os -static -o glibc-postinst
1041 %endif
1042
1043 %install
1044 rm -rf $RPM_BUILD_ROOT
1045 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,default,logrotate.d} \
1046         $RPM_BUILD_ROOT{%{_mandir},/var/log,/var/{lib,run}/nscd} \
1047         $RPM_BUILD_ROOT{/var/cache/ldconfig,%{systemdtmpfilesdir}}
1048
1049 cd builddir
1050 env LANGUAGE=C LC_ALL=C \
1051 %{__make} install \
1052         install_root=$RPM_BUILD_ROOT \
1053         complocaledir=%{_prefix}/lib/locale \
1054         infodir=%{_infodir} \
1055         mandir=%{_mandir}
1056
1057 %if %{with localedb}
1058 env LANGUAGE=C LC_ALL=C \
1059 %{__make} localedata/install-locales \
1060         complocaledir=%{_prefix}/lib/locale \
1061         install_root=$RPM_BUILD_ROOT
1062 %else
1063 install -d $RPM_BUILD_ROOT%{_prefix}/lib/locale
1064 %endif
1065
1066 PICFILES="libc_pic.a libc.map
1067         math/libm_pic.a libm.map
1068         resolv/libresolv_pic.a"
1069
1070 install -p $PICFILES            $RPM_BUILD_ROOT%{_libdir}
1071 install -p elf/sofini.os        $RPM_BUILD_ROOT%{_libdir}/sofini.o
1072
1073 # Include %{_libdir}/gconv/gconv-modules.cache
1074 :> $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache
1075 cd ..
1076
1077 %if %{without cross}
1078 install -p glibc-postinst                               $RPM_BUILD_ROOT/sbin
1079 %endif
1080
1081 %{?with_memusage:%{__mv} $RPM_BUILD_ROOT/%{_lib}/libmemusage.so $RPM_BUILD_ROOT%{_libdir}}
1082 %{__mv} $RPM_BUILD_ROOT/%{_lib}/libpcprofile.so $RPM_BUILD_ROOT%{_libdir}
1083
1084 # make symlinks across top-level directories absolute
1085 for l in BrokenLocale anl %{?with_crypt:crypt} c_malloc_debug\
1086 %ifarch %{x8664} x32
1087         mvec \
1088 %endif
1089         nss_compat nss_db nss_hesiod resolv thread_db; do
1090         test -L $RPM_BUILD_ROOT%{_libdir}/lib${l}.so || exit 1
1091         %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
1092         ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/lib${l}.so.*) $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
1093 done
1094
1095 # linking nss modules directly is not supported
1096 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libnss_*.so
1097
1098 # avoid conflict on multilib
1099 %{__mv} $RPM_BUILD_ROOT%{_bindir}/ld.so{,-%{_target_cpu}}
1100
1101 install -p %{SOURCE2}           $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
1102 cp -a %{SOURCE3}                $RPM_BUILD_ROOT/etc/sysconfig/nscd
1103 cp -a %{SOURCE4}                $RPM_BUILD_ROOT/etc/logrotate.d/nscd
1104 cp -a nscd/nscd.conf            $RPM_BUILD_ROOT%{_sysconfdir}
1105 cp -a posix/gai.conf            $RPM_BUILD_ROOT%{_sysconfdir}
1106 sed -e 's#\([ \t]\)db\([ \t]\)#\1#g' nss/nsswitch.conf > $RPM_BUILD_ROOT%{_sysconfdir}/nsswitch.conf
1107
1108 xz -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1109 # catchsegv was removed in glibc 2.35
1110 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/catchsegv.1
1111
1112 : > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache
1113 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
1114 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf
1115 : > $RPM_BUILD_ROOT/var/cache/ldconfig/aux-cache
1116
1117 # doesn't fit with out tzdata concept and configure.in is stupid assuming bash
1118 # is first posix compatible shell making this script depend on bash.
1119 %{__rm} $RPM_BUILD_ROOT%{_bindir}/tzselect
1120 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/tzselect.8*
1121 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/tzselect.8*
1122
1123 : > $RPM_BUILD_ROOT/var/log/nscd
1124 : > $RPM_BUILD_ROOT/var/lib/nscd/passwd
1125 : > $RPM_BUILD_ROOT/var/lib/nscd/group
1126 : > $RPM_BUILD_ROOT/var/lib/nscd/hosts
1127
1128 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/nscd.conf
1129
1130 rm -rf documentation
1131 install -d documentation
1132
1133 for f in DESIGN-systemtap-probes.txt TODO{,-kernel,-testing}; do
1134         cp -af nptl/$f documentation/$f.nptl
1135 done
1136 cp -af crypt/README.ufc-crypt ChangeLog* documentation
1137
1138 # Collect locale files and mark them with %%lang()
1139 echo '%defattr(644,root,root,755)' > glibc.lang
1140 for i in $RPM_BUILD_ROOT%{_localedir}/*; do
1141         if [ -d $i ]; then
1142                 lang=$(basename $i)
1143                 dir="${i#$RPM_BUILD_ROOT}"
1144                 echo "%lang($lang) $dir" >> glibc.lang
1145         fi
1146 done
1147
1148 # NOTES:
1149 # Languages not supported by glibc locales, but usable via $LANGUAGE:
1150 #   ang - Old English (gtk+, gnome)
1151 #   en@shaw - English with Shavian alphabet (gnome)
1152 #   la - Latin
1153 #   tlh - Klingon (bzflag)
1154 #
1155 # To be added when they become supported by glibc:
1156 #   ace    (iso-codes)
1157 #   ach    (iso-codes, libreport, vlc)
1158 #   aln    (libreport, vlc)
1159 #   bal    (libosinfo, libreport, newt, pessulus)
1160 #   bar    (iso-codes)
1161 #   cgg    (vlc)
1162 #   ch     (iso-codes)
1163 #   co     (FileZilla, libfilezilla, vlc)
1164 #   es_419 (alpm - common "Spanish (Latin America)")
1165 #   frp    (iso-codes, lxlauncher, cinnamon, mate, xfce)
1166 #   gn     (iso-codes, gnome; gn_BR in gnome, maybe gn_PY)
1167 #   guc    (gtk-vnc)
1168 #   haw    (iso-codes, stellarium)
1169 #   hrx    (stellarium)
1170 #   hye    (xfce)
1171 #   ie     (xfce, cinnamon)
1172 #   ilo    (kudzu, libosinfo, libreport)
1173 #   io     (alacarte, gtk+2, gnome, iso-codes)
1174 #   jam    (iso-codes)
1175 #   jv     (avant-window-navigator, gmpc, kdesudo, mate, cinnamon)
1176 #   ki     (iso-codes)
1177 #   kok@latin  (inkscape)
1178 #   kmr    (vlc)
1179 #   ksw    (cinnamon)
1180 #   ku_IQ  (mate)
1181 #   kv     (iso-codes)
1182 #   kw@kkcor, kw@uccor (libosinfo - currently empty) - add as supported variants when non-empty?
1183 #   man    (ccsm; incorrectly named md)
1184 #   mni@beng[ali]  (inkscape)
1185 #   mo     (iso-codes)
1186 #   mus    (bluez-gnome)
1187 #   na     (iso-codes)
1188 #   nah    (iso-codes, mate)
1189 #   nap    (cinnamon)
1190 #   nqo    (mate)
1191 #   nv     (iso-codes)
1192 #   pi     (iso-codes)
1193 #   pms    (deluge, mate-tweak)
1194 #   rue    (cinnamon)
1195 #   sat@deva[nagari]  (inkscape)
1196 #   sco    (gnomad2, mate, picard, stellarium, cinnamon)
1197 #   son    (gtkspell3, iso-codes)
1198 #   su     (terminator)
1199 #   swg    (sim)
1200 #   syr    (iso-codes)
1201 #   tet    (vlc)
1202 #   tw     (libosinfo)
1203 #   vec    (mate-applet-indicator)
1204 #   wba    (libosinfo)
1205 #   zgh    (cinnamon, xapps)
1206 #
1207 # To be removed (after fixing packages still using it):
1208 #   sr@Latn (use sr@latin instead)
1209 #   sr@ije (use sr@ijekavian instead)
1210 #
1211 # Short forms (omitted country code, used instead of long form) for ambiguous or unclear cases:
1212 # aa=aa_ER
1213 # ab=ab_GE
1214 # ak=ak_GH
1215 # anp=anp_IN
1216 # ar=common? (AE, BH, DZ, EG, IQ, JO, KW, LB, LY, MA, OM, QA, SA, SD, SY, TN, YE)
1217 # az=az_AZ
1218 # ber=ber_DZ? (or common for DZ, MA?)
1219 # bn=bn_BD
1220 # bo=bo_CN? (or common for CN, IN?)
1221 # ca=ca_ES
1222 # ce=ce_RU
1223 # chr=chr_US
1224 # ckb=ckb_IQ
1225 # cv=cv_RU
1226 # de=de_DE
1227 # en=common? (en_AU, en_CA, en_GB, en_NZ, en_US are used for particular variants)
1228 # eo=common
1229 # es=es_ES
1230 # eu=eu_ES
1231 # fa=fa_IR
1232 # ff=ff_SN
1233 # fr=fr_FR
1234 # fy=fy_NL
1235 # gez=gez_ET (?)
1236 # hy=hy_AM
1237 # it=it_IT
1238 # kab=kab_DZ
1239 # ks=ks_IN
1240 # ks@devanagari=ks_IN@devanagari
1241 # ku=ku_TR
1242 # li=li_NL
1243 # ln=ln_CD
1244 # lo=lo_LA
1245 # mjw=mjw_IN
1246 # nds=nds_DE
1247 # nl=nl_NL
1248 # om=om_ET
1249 # or=or_IN
1250 # os=os_RU
1251 # pa=pa_IN
1252 # pt=pt_PT
1253 # quz=quz_PE
1254 # ru=ru_RU
1255 # sd=sd_IN
1256 # sd@devanagari=sd_IN@devanagari
1257 # shn=shn_MM
1258 # so=so_SO
1259 # sr=sr_RS [cyrillic]
1260 # sr@latin=sr_RS@latin
1261 # sr@ijekavian=sr_BA@ijekavian
1262 # sr@ijekavianlatin=sr_BA@ijekavianlatin
1263 # sv=sv_SE
1264 # sw=sw_TZ (or common for KE, TZ, UG?)
1265 # ta=ta_IN
1266 # te=te_IN
1267 # ti=ti_ER (?)
1268 # tpi=tpi_PG
1269 # tr=tr_TR
1270 # ur=ur_PK (?)
1271 # zh: no short code used (use zh_CN, zh_HK, zh_SG[not included yet], zh_TW)
1272 #
1273 # Omitted here - already existing (with libc.mo):
1274 #   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
1275 #   sv tr zh_CN zh_TW
1276 #
1277 for i in aa aa@saaho ab af ak am an ang anp ar ar_TN as ast az az_IR \
1278         be@latin be@tarask bem ber bg bho bn bn_IN bo br brx bs byn \
1279         ca@valencia ce chr ckb cmn crh csb cv cy de_AT de_CH doi dv dz \
1280         en en@boldquot en@quot en@shaw en_AU en_CA en_IE en_NZ en_US en_ZA eo \
1281         es_AR es_CL es_CO es_CR es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE \
1282         et eu fa ff fil fo fr_BE fr_CA fr_CH fur fy ga gd gez gu gv \
1283         ha he hi hne ht hsb hy ia id ig ik is it_CH iu \
1284         ka kab kg kk kl km kn kok ks ks@devanagari ku kw ky la lb lg li ln lo lt lv \
1285         mai mg mhr mi mjw mk ml mn mni mr ms mt my nds ne nl_BE nn nr nso oc om or os \
1286         pa pap ps pt ps quz rm ro \
1287         sa sat sc sd sd@devanagari se shn si sid sl so sq \
1288         sr sr@Latn sr@ije sr@ijekavian sr@ijekavianlatin sr@latin ss st sw szl \
1289         ta te tg th ti tig tk tl tlh tn tpi ts tt tt@iqtelif \
1290         ug uk ur uz uz@cyrillic ve vi wa wal wo xh yi yo zh_HK zu; do
1291         if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_MESSAGES ]; then
1292                 install -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_MESSAGES
1293                 # use lang() tags with ll_CC@variant (stripping charset and @quot|@boldquot)
1294                 lang=$(echo $i | sed -e 's/@quot\>\|@boldquot\>//')
1295                 echo "%lang($lang) %{_localedir}/$i" >> glibc.lang
1296         fi
1297 done
1298
1299 # LC_TIME category, used for localized date formats (at least by coreutils)
1300 for 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 \
1301         ms nb nl pl pt pt_BR ro ru rw sk sl sr sv tr uk vi zh_CN zh_TW; do
1302         if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i ]; then
1303                 echo "%lang($lang) %{_localedir}/$i" >> glibc.lang
1304         fi
1305         install -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_TIME
1306 done
1307
1308 # localedb-gen infrastructure
1309 install -p %{SOURCE6} $RPM_BUILD_ROOT%{_bindir}/localedb-gen
1310 cp -p localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
1311
1312 # shutup check-files
1313 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.*
1314 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
1315
1316 # stub for man page from man-pages package to make rpm consistency check happy
1317 # don't package them here
1318 install -d $RPM_BUILD_ROOT%{_mandir}{,/ru,/es,/fr,/ja}/man2
1319 :>$RPM_BUILD_ROOT%{_mandir}/man2/syslog.2
1320 :>$RPM_BUILD_ROOT%{_mandir}/es/man2/syslog.2
1321 :>$RPM_BUILD_ROOT%{_mandir}/fr/man2/syslog.2
1322 :>$RPM_BUILD_ROOT%{_mandir}/ja/man2/syslog.2
1323 :>$RPM_BUILD_ROOT%{_mandir}/ru/man2/syslog.2
1324
1325 # remove links to non existant translations
1326 %{__rm} $RPM_BUILD_ROOT%{_mandir}/pl/man3/{alphasort,cfgetispeed,cfgetospeed,cfmakeraw,cfsetispeed,cfsetospeed,closelog,dn_comp,dn_expand,fscanf}.3
1327 %{__rm} $RPM_BUILD_ROOT%{_mandir}/tr/man3/{encrypt_r,setkey,setkey_r}.3
1328
1329 %if %{without crypt}
1330 %{__rm} $RPM_BUILD_ROOT%{_mandir}{,/ja}/man3/crypt{,_r}.3
1331 %{__rm} $RPM_BUILD_ROOT%{_mandir}/{de,es,fr,pl,pt,ru,tr}/man3/crypt.3
1332 %endif
1333
1334 %clean
1335 rm -rf $RPM_BUILD_ROOT
1336
1337 %if %{without cross}
1338 %post   -p /sbin/postshell
1339 /sbin/glibc-postinst /%{_lib}/%{_host_cpu} /%{_lib}/tls
1340 /sbin/ldconfig
1341
1342 %postun -p /sbin/ldconfig
1343
1344 %triggerpostun -p /sbin/postshell -- glibc-misc < 6:2.3.5-7.6
1345 -/bin/cp -f /etc/ld.so.conf /etc/ld.so.conf.rpmsave
1346 -/bin/sed -i -e '1iinclude ld.so.conf.d/*.conf' /etc/ld.so.conf
1347 %endif
1348
1349 %triggerin -- cronie,vixie-cron,hc-cron,fcron,mcron
1350 # restart crond if glibc is upgraded, LP#721338
1351 if [ "$1" != 1 ]; then
1352         %service -q crond restart
1353 fi
1354
1355 %triggerin -- apache-base
1356 if [ "$1" != 1 ]; then
1357         %service -q httpd restart
1358 fi
1359
1360 %ifarch %{x8664}
1361 # when upgrading from glibc < 6:2.19-3 copy locale-archive
1362 # from /usr/lib64/locale to /usr/lib/locale
1363 # but only if the latter doesn't already exist
1364 %triggerpostun -p /sbin/postshell -- %{name} < 6:2.19-3
1365 -/bin/cp -an %{_libdir}/locale/locale-archive %{_prefix}/lib/locale/locale-archive
1366 %endif
1367
1368 %post   libcrypt -p /sbin/ldconfig
1369 %postun libcrypt -p /sbin/ldconfig
1370
1371 %post   memusage -p /sbin/ldconfig
1372 %postun memusage -p /sbin/ldconfig
1373
1374 %post -n localedb-src
1375 SUPPORTED_LOCALES=
1376 [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
1377 [ -f /etc/sysconfig/localedb ] && . /etc/sysconfig/localedb
1378 if [ "$SUPPORTED_LOCALES" ]; then
1379         localedb-gen || :
1380 fi
1381
1382 %post devel-doc -p      /sbin/postshell
1383 -/usr/sbin/fix-info-dir -c %{_infodir}
1384
1385 %postun devel-doc       -p      /sbin/postshell
1386 -/usr/sbin/fix-info-dir -c %{_infodir}
1387
1388 %pre -n nscd
1389 %groupadd -P nscd -g 144 -r nscd
1390 %useradd -P nscd -u 144 -r -d /tmp -s /bin/false -c "Name Service Cache Daemon" -g nscd nscd
1391
1392 %post -n nscd
1393 if [ ! -f /var/log/nscd ]; then
1394         umask 027
1395         touch /var/log/nscd
1396         chown root:root /var/log/nscd
1397         chmod 640 /var/log/nscd
1398 fi
1399 /sbin/chkconfig --add nscd
1400 %service nscd restart "Name Service Cache Daemon"
1401
1402 %preun -n nscd
1403 if [ "$1" = "0" ]; then
1404         %service nscd stop
1405         /sbin/chkconfig --del nscd
1406 fi
1407
1408 %postun -n nscd
1409 if [ "$1" = "0" ]; then
1410         %userremove nscd
1411         %groupremove nscd
1412 fi
1413
1414 %posttrans -n iconv
1415 %{_sbindir}/iconvconfig --nostdlib -o %{_libdir}/gconv/gconv-modules.cache %{_libdir}/gconv
1416
1417 %files -f %{name}.lang
1418 %defattr(644,root,root,755)
1419 %doc README NEWS
1420 %if %{without cross}
1421 %attr(755,root,root) /sbin/glibc-postinst
1422 %endif
1423 %ifarch %{ix86} sparc sparcv9 sparc64 alpha sh
1424 %attr(755,root,root) /%{_lib}/ld-linux.so.2
1425 %endif
1426 %ifarch ia64
1427 %attr(755,root,root) /%{_lib}/ld-linux-ia64.so.2
1428 %endif
1429 %ifarch %{x8664}
1430 %attr(755,root,root) /%{_lib}/ld-linux-x86-64.so.2
1431 %endif
1432 %ifarch x32
1433 %attr(755,root,root) /%{_lib}/ld-linux-x32.so.2
1434 %endif
1435 %ifarch ppc64 s390x
1436 %attr(755,root,root) /%{_lib}/ld64.so.1
1437 %endif
1438 %ifarch aarch64
1439 %attr(755,root,root) /lib/ld-linux-aarch64.so.1
1440 %endif
1441 %ifarch armv6hl armv7hl armv7hnl
1442 %attr(755,root,root) /lib/ld-linux-armhf.so.3
1443 %endif
1444 %ifnarch %{ix86} sparc sparcv9 sparc64 alpha sh ia64 %{x8664} x32 ppc64 s390x %{arm} aarch64
1445 %attr(755,root,root) /%{_lib}/ld.so.1
1446 %endif
1447 %ifarch alpha
1448 %attr(755,root,root) /%{_lib}/libBrokenLocale.so.1.1
1449 %else
1450 %attr(755,root,root) /%{_lib}/libBrokenLocale.so.1
1451 %endif
1452 %attr(755,root,root) /%{_lib}/libanl.so.1
1453 %ifarch alpha ia64
1454 %attr(755,root,root) /%{_lib}/libc.so.6.1
1455 %else
1456 %attr(755,root,root) /%{_lib}/libc.so.6
1457 %endif
1458 # for debugging and not linking
1459 %attr(755,root,root) /%{_lib}/libc_malloc_debug.so.0
1460 %attr(755,root,root) %{_libdir}/libc_malloc_debug.so
1461 %ifarch alpha
1462 %attr(755,root,root) /%{_lib}/libdl.so.2.1
1463 %else
1464 %attr(755,root,root) /%{_lib}/libdl.so.2
1465 %endif
1466 %ifarch alpha ia64
1467 %attr(755,root,root) /%{_lib}/libm.so.6.1
1468 %else
1469 %attr(755,root,root) /%{_lib}/libm.so.6
1470 %endif
1471 %ifarch %{x8664} x32
1472 %attr(755,root,root) /%{_lib}/libmvec.so.1
1473 %endif
1474 %ifarch alpha
1475 %attr(755,root,root) /%{_lib}/libnsl.so.1.1
1476 %else
1477 %attr(755,root,root) /%{_lib}/libnsl.so.1
1478 %endif
1479 %attr(755,root,root) /%{_lib}/libpthread.so.0
1480 %ifarch alpha
1481 %attr(755,root,root) /%{_lib}/libresolv.so.2.1
1482 %else
1483 %attr(755,root,root) /%{_lib}/libresolv.so.2
1484 %endif
1485 %attr(755,root,root) /%{_lib}/librt.so.1
1486 %attr(755,root,root) /%{_lib}/libthread_db.so.1
1487 %ifarch alpha
1488 %attr(755,root,root) /%{_lib}/libutil.so.1.1
1489 %else
1490 %attr(755,root,root) /%{_lib}/libutil.so.1
1491 %endif
1492 %dir %{_prefix}/lib/locale
1493
1494 #%files -n nss_dns
1495 %defattr(644,root,root,755)
1496 %attr(755,root,root) /%{_lib}/libnss_dns.so.2
1497
1498 #%files -n nss_files
1499 %defattr(644,root,root,755)
1500 %attr(755,root,root) /%{_lib}/libnss_files.so.2
1501
1502 %defattr(644,root,root,755)
1503
1504 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nsswitch.conf
1505 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gai.conf
1506
1507 %config %{_sysconfdir}/rpc
1508
1509 %attr(755,root,root) /sbin/sln
1510 %attr(755,root,root) %{_bindir}/getconf
1511 %attr(755,root,root) %{_bindir}/getent
1512 %attr(755,root,root) %{_bindir}/iconv
1513 %attr(755,root,root) %{_bindir}/ld.so-%{_target_cpu}
1514 %attr(755,root,root) %{_bindir}/locale
1515 %attr(755,root,root) %{_bindir}/zdump
1516 %attr(755,root,root) %{_sbindir}/zic
1517
1518 %dir %{_libexecdir}/getconf
1519 %attr(755,root,root) %{_libexecdir}/getconf/*
1520
1521 %dir %{_localedir}
1522 %{_localedir}/locale.alias
1523
1524 %{_mandir}/man1/getconf.1*
1525 %{_mandir}/man1/getent.1*
1526 %{_mandir}/man1/iconv.1*
1527 %{_mandir}/man1/locale.1*
1528 %{_mandir}/man5/gai.conf.5*
1529 %{_mandir}/man5/locale.5*
1530 %{_mandir}/man5/nss.5*
1531 %{_mandir}/man5/nsswitch.conf.5*
1532 %{_mandir}/man5/repertoiremap.5*
1533 %{_mandir}/man5/rpc.5*
1534 %{_mandir}/man5/tzfile.5*
1535 %{_mandir}/man7/armscii-8.7*
1536 %{_mandir}/man7/ascii.7*
1537 %{_mandir}/man7/charsets.7*
1538 %{_mandir}/man7/cp1251.7*
1539 %{_mandir}/man7/cp1252.7*
1540 %{_mandir}/man7/iso-8859-*.7*
1541 %{_mandir}/man7/iso_8859-*.7*
1542 %{_mandir}/man7/iso_8859_*.7*
1543 %{_mandir}/man7/koi8-*.7*
1544 %{_mandir}/man7/latin*.7*
1545 %{_mandir}/man7/locale.7*
1546 %{_mandir}/man7/tis-620.7*
1547 %{_mandir}/man7/unicode.7*
1548 %{_mandir}/man7/utf-8.7*
1549 %{_mandir}/man7/utf8.7*
1550 %{_mandir}/man8/ld-linux.8*
1551 %{_mandir}/man8/ld-linux.so.8*
1552 %{_mandir}/man8/ld.so.8*
1553 %{_mandir}/man8/sln.8*
1554 %{_mandir}/man8/zdump.8*
1555 %{_mandir}/man8/zic.8*
1556 %lang(cs) %{_mandir}/cs/man7/ascii.7*
1557 %lang(cs) %{_mandir}/cs/man7/locale.7*
1558 %lang(cs) %{_mandir}/cs/man7/unicode.7*
1559 %lang(cs) %{_mandir}/cs/man7/utf-8.7*
1560 %lang(cs) %{_mandir}/cs/man7/utf8.7*
1561 %lang(de) %{_mandir}/de/man5/rpc.5*
1562 %lang(de) %{_mandir}/de/man5/tzfile.5*
1563 %lang(de) %{_mandir}/de/man7/ascii.7*
1564 %lang(de) %{_mandir}/de/man7/iso-8859-*.7*
1565 %lang(de) %{_mandir}/de/man7/iso_8859-*.7*
1566 %lang(de) %{_mandir}/de/man7/iso_8859_*.7*
1567 %lang(de) %{_mandir}/de/man7/latin*.7*
1568 %lang(de) %{_mandir}/de/man7/locale.7*
1569 %lang(de) %{_mandir}/de/man7/unicode.7*
1570 %lang(de) %{_mandir}/de/man7/utf-8.7*
1571 %lang(de) %{_mandir}/de/man7/utf8.7*
1572 %lang(es) %{_mandir}/es/man5/locale.5*
1573 %lang(es) %{_mandir}/es/man5/nsswitch.conf.5*
1574 %lang(es) %{_mandir}/es/man5/rpc.5*
1575 %lang(es) %{_mandir}/es/man5/tzfile.5*
1576 %lang(es) %{_mandir}/es/man7/ascii.7*
1577 %lang(es) %{_mandir}/es/man7/charsets.7*
1578 %lang(es) %{_mandir}/es/man7/iso-8859-*.7*
1579 %lang(es) %{_mandir}/es/man7/iso_8859-*.7*
1580 %lang(es) %{_mandir}/es/man7/iso_8859_*.7*
1581 %lang(es) %{_mandir}/es/man7/latin*.7*
1582 %lang(es) %{_mandir}/es/man7/locale.7*
1583 %lang(es) %{_mandir}/es/man7/unicode.7*
1584 %lang(es) %{_mandir}/es/man7/utf-8.7*
1585 %lang(es) %{_mandir}/es/man7/utf8.7*
1586 %lang(es) %{_mandir}/es/man8/ld-linux.8*
1587 %lang(es) %{_mandir}/es/man8/ld-linux.so.8*
1588 %lang(es) %{_mandir}/es/man8/ld.so.8*
1589 %lang(es) %{_mandir}/es/man8/zdump.8*
1590 %lang(es) %{_mandir}/es/man8/zic.8*
1591 %lang(fr) %{_mandir}/fr/man1/getent.1*
1592 %lang(fr) %{_mandir}/fr/man1/locale.1*
1593 %lang(fr) %{_mandir}/fr/man5/gai.conf.5*
1594 %lang(fr) %{_mandir}/fr/man5/locale.5*
1595 %lang(fr) %{_mandir}/fr/man5/nss.5*
1596 %lang(fr) %{_mandir}/fr/man5/nsswitch.conf.5*
1597 %lang(fr) %{_mandir}/fr/man5/rpc.5*
1598 %lang(fr) %{_mandir}/fr/man5/tzfile.5*
1599 %lang(fr) %{_mandir}/fr/man7/armscii-8.7*
1600 %lang(fr) %{_mandir}/fr/man7/ascii.7*
1601 %lang(fr) %{_mandir}/fr/man7/charsets.7*
1602 %lang(fr) %{_mandir}/fr/man7/cp1251.7*
1603 %lang(fr) %{_mandir}/fr/man7/iso-8859-*.7*
1604 %lang(fr) %{_mandir}/fr/man7/iso_8859-*.7*
1605 %lang(fr) %{_mandir}/fr/man7/iso_8859_*.7*
1606 %lang(fr) %{_mandir}/fr/man7/koi8-r.7*
1607 %lang(fr) %{_mandir}/fr/man7/koi8-u.7*
1608 %lang(fr) %{_mandir}/fr/man7/latin*.7*
1609 %lang(fr) %{_mandir}/fr/man7/locale.7*
1610 %lang(fr) %{_mandir}/fr/man7/unicode.7*
1611 %lang(fr) %{_mandir}/fr/man7/utf-8.7*
1612 %lang(fr) %{_mandir}/fr/man7/utf8.7*
1613 %lang(fr) %{_mandir}/fr/man8/ld-linux.8*
1614 %lang(fr) %{_mandir}/fr/man8/ld-linux.so.8*
1615 %lang(fr) %{_mandir}/fr/man8/ld.so.8*
1616 %lang(fr) %{_mandir}/fr/man8/sln.8*
1617 %lang(fr) %{_mandir}/fr/man8/zdump.8*
1618 %lang(fr) %{_mandir}/fr/man8/zic.8*
1619 %lang(hu) %{_mandir}/hu/man7/ascii.7*
1620 %lang(hu) %{_mandir}/hu/man7/iso-8859-*.7*
1621 %lang(hu) %{_mandir}/hu/man7/iso_8859-*.7*
1622 %lang(hu) %{_mandir}/hu/man7/iso_8859_*.7*
1623 %lang(hu) %{_mandir}/hu/man7/latin*.7*
1624 %lang(hu) %{_mandir}/hu/man7/locale.7*
1625 %lang(hu) %{_mandir}/hu/man7/utf-8.7*
1626 %lang(hu) %{_mandir}/hu/man7/utf8.7*
1627 %lang(hu) %{_mandir}/hu/man8/ld-linux.8*
1628 %lang(hu) %{_mandir}/hu/man8/ld-linux.so.8*
1629 %lang(hu) %{_mandir}/hu/man8/ld.so.8*
1630 %lang(hu) %{_mandir}/hu/man8/zdump.8*
1631 %lang(it) %{_mandir}/it/man5/locale.5*
1632 %lang(it) %{_mandir}/it/man7/ascii.7*
1633 %lang(it) %{_mandir}/it/man7/charsets.7*
1634 %lang(it) %{_mandir}/it/man7/iso-8859-*.7*
1635 %lang(it) %{_mandir}/it/man7/iso_8859-*.7*
1636 %lang(it) %{_mandir}/it/man7/iso_8859_*.7*
1637 %lang(it) %{_mandir}/it/man7/latin*.7*
1638 %lang(it) %{_mandir}/it/man7/locale.7*
1639 %lang(it) %{_mandir}/it/man7/unicode.7*
1640 %lang(it) %{_mandir}/it/man7/utf-8.7*
1641 %lang(it) %{_mandir}/it/man7/utf8.7*
1642 %lang(it) %{_mandir}/it/man8/zdump.8*
1643 %lang(ja) %{_mandir}/ja/man1/getent.1*
1644 %lang(ja) %{_mandir}/ja/man1/iconv.1*
1645 %lang(ja) %{_mandir}/ja/man1/locale.1*
1646 %lang(ja) %{_mandir}/ja/man5/gai.conf.5*
1647 %lang(ja) %{_mandir}/ja/man5/locale.5*
1648 %lang(ja) %{_mandir}/ja/man5/nss.5*
1649 %lang(ja) %{_mandir}/ja/man5/nsswitch.conf.5*
1650 %lang(ja) %{_mandir}/ja/man5/repertoiremap.5*
1651 %lang(ja) %{_mandir}/ja/man5/rpc.5*
1652 %lang(ja) %{_mandir}/ja/man5/tzfile.5*
1653 %lang(ja) %{_mandir}/ja/man7/armscii-8.7*
1654 %lang(ja) %{_mandir}/ja/man7/ascii.7*
1655 %lang(ja) %{_mandir}/ja/man7/charsets.7*
1656 %lang(ja) %{_mandir}/ja/man7/cp1251.7*
1657 %lang(ja) %{_mandir}/ja/man7/cp1252.7*
1658 %lang(ja) %{_mandir}/ja/man7/iso-8859-*.7*
1659 %lang(ja) %{_mandir}/ja/man7/iso_8859-*.7*
1660 %lang(ja) %{_mandir}/ja/man7/iso_8859_*.7*
1661 %lang(ja) %{_mandir}/ja/man7/koi8-*.7*
1662 %lang(ja) %{_mandir}/ja/man7/latin*.7*
1663 %lang(ja) %{_mandir}/ja/man7/locale.7*
1664 %lang(ja) %{_mandir}/ja/man7/tis-620.7*
1665 %lang(ja) %{_mandir}/ja/man7/unicode.7*
1666 %lang(ja) %{_mandir}/ja/man7/utf-8.7*
1667 %lang(ja) %{_mandir}/ja/man7/utf8.7*
1668 %lang(ja) %{_mandir}/ja/man8/ld-linux.8*
1669 %lang(ja) %{_mandir}/ja/man8/ld-linux.so.8*
1670 %lang(ja) %{_mandir}/ja/man8/ld.so.8*
1671 %lang(ja) %{_mandir}/ja/man8/sln.8*
1672 %lang(ja) %{_mandir}/ja/man8/zdump.8*
1673 %lang(ja) %{_mandir}/ja/man8/zic.8*
1674 %lang(ko) %{_mandir}/ko/man5/nsswitch.conf.5*
1675 %lang(ko) %{_mandir}/ko/man5/rpc.5*
1676 %lang(ko) %{_mandir}/ko/man5/tzfile.5*
1677 %lang(ko) %{_mandir}/ko/man7/ascii.7*
1678 %lang(ko) %{_mandir}/ko/man7/iso-8859-*.7*
1679 %lang(ko) %{_mandir}/ko/man7/iso_8859-*.7*
1680 %lang(ko) %{_mandir}/ko/man7/iso_8859_*.7*
1681 %lang(ko) %{_mandir}/ko/man7/latin*.7*
1682 %lang(ko) %{_mandir}/ko/man8/zdump.8*
1683 %lang(pl) %{_mandir}/pl/man5/locale.5*
1684 %lang(pl) %{_mandir}/pl/man5/rpc.5*
1685 %lang(pl) %{_mandir}/pl/man7/ascii.7*
1686 %lang(pl) %{_mandir}/pl/man7/iso-8859-*.7*
1687 %lang(pl) %{_mandir}/pl/man7/iso_8859-*.7*
1688 %lang(pl) %{_mandir}/pl/man7/iso_8859_*.7*
1689 %lang(pl) %{_mandir}/pl/man7/koi8-*.7*
1690 %lang(pl) %{_mandir}/pl/man7/latin*.7*
1691 %lang(pl) %{_mandir}/pl/man7/locale.7*
1692 %lang(pl) %{_mandir}/pl/man7/unicode.7*
1693 %lang(pl) %{_mandir}/pl/man7/utf-8.7*
1694 %lang(pl) %{_mandir}/pl/man7/utf8.7*
1695 %lang(pl) %{_mandir}/pl/man8/ld-linux.8*
1696 %lang(pl) %{_mandir}/pl/man8/ld-linux.so.8*
1697 %lang(pl) %{_mandir}/pl/man8/ld.so.8*
1698 %lang(pt) %{_mandir}/pt/man5/locale.5*
1699 %lang(pt) %{_mandir}/pt/man5/nsswitch.conf.5*
1700 %lang(pt) %{_mandir}/pt/man5/rpc.5*
1701 %lang(pt) %{_mandir}/pt/man5/tzfile.5*
1702 %lang(pt) %{_mandir}/pt/man7/ascii.7*
1703 %lang(pt) %{_mandir}/pt/man7/charsets.7*
1704 %lang(pt) %{_mandir}/pt/man7/iso-8859-*.7*
1705 %lang(pt) %{_mandir}/pt/man7/iso_8859-*.7*
1706 %lang(pt) %{_mandir}/pt/man7/iso_8859_*.7*
1707 %lang(pt) %{_mandir}/pt/man7/koi8-*.7*
1708 %lang(pt) %{_mandir}/pt/man7/latin*.7*
1709 %lang(pt) %{_mandir}/pt/man7/locale.7*
1710 %lang(pt) %{_mandir}/pt/man7/unicode.7*
1711 %lang(pt) %{_mandir}/pt/man7/utf-8.7*
1712 %lang(pt) %{_mandir}/pt/man7/utf8.7*
1713 %lang(pt) %{_mandir}/pt/man8/zdump.8*
1714 %lang(pt) %{_mandir}/pt/man8/zic.8*
1715 %lang(ru) %{_mandir}/ru/man1/getent.1*
1716 %lang(ru) %{_mandir}/ru/man1/iconv.1*
1717 %lang(ru) %{_mandir}/ru/man1/locale.1*
1718 %lang(ru) %{_mandir}/ru/man5/locale.5*
1719 %lang(ru) %{_mandir}/ru/man5/nsswitch.conf.5*
1720 %lang(ru) %{_mandir}/ru/man5/rpc.5*
1721 %lang(ru) %{_mandir}/ru/man5/tzfile.5*
1722 %lang(ru) %{_mandir}/ru/man7/ascii.7*
1723 %lang(ru) %{_mandir}/ru/man7/charsets.7*
1724 %lang(ru) %{_mandir}/ru/man7/iso-8859-*.7*
1725 %lang(ru) %{_mandir}/ru/man7/iso_8859-*.7*
1726 %lang(ru) %{_mandir}/ru/man7/iso_8859_*.7*
1727 %lang(ru) %{_mandir}/ru/man7/koi8-*.7*
1728 %lang(ru) %{_mandir}/ru/man7/latin*.7*
1729 %lang(ru) %{_mandir}/ru/man7/locale.7*
1730 %lang(ru) %{_mandir}/ru/man7/unicode.7*
1731 %lang(ru) %{_mandir}/ru/man7/utf-8.7*
1732 %lang(ru) %{_mandir}/ru/man7/utf8.7*
1733 %lang(ru) %{_mandir}/ru/man8/ld-linux.so.8*
1734 %lang(ru) %{_mandir}/ru/man8/ld.so.8*
1735 %lang(ru) %{_mandir}/ru/man8/zdump.8*
1736 %lang(ru) %{_mandir}/ru/man8/zic.8*
1737 %lang(tr) %{_mandir}/tr/man1/iconv.1*
1738 %lang(uk) %{_mandir}/uk/man5/rpc.5*
1739 %lang(zh_CN) %{_mandir}/zh_CN/man1/iconv.1*
1740 %lang(zh_CN) %{_mandir}/zh_CN/man5/locale.5*
1741 %lang(zh_CN) %{_mandir}/zh_CN/man5/rpc.5*
1742 %lang(zh_CN) %{_mandir}/zh_CN/man5/tzfile.5*
1743 %lang(zh_CN) %{_mandir}/zh_CN/man7/ascii.7*
1744 %lang(zh_CN) %{_mandir}/zh_CN/man7/charsets.7*
1745 %lang(zh_CN) %{_mandir}/zh_CN/man7/locale.7*
1746 %lang(zh_CN) %{_mandir}/zh_CN/man7/unicode.7*
1747 %lang(zh_CN) %{_mandir}/zh_CN/man7/utf-8.7*
1748 %lang(zh_CN) %{_mandir}/zh_CN/man7/utf8.7*
1749 %lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8*
1750 %lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8*
1751 %lang(zh_TW) %{_mandir}/zh_TW/man1/iconv.1*
1752 %lang(zh_TW) %{_mandir}/zh_TW/man5/locale.5*
1753 %lang(zh_TW) %{_mandir}/zh_TW/man5/rpc.5*
1754 %lang(zh_TW) %{_mandir}/zh_TW/man5/tzfile.5*
1755 %lang(zh_TW) %{_mandir}/zh_TW/man7/ascii.7*
1756 %lang(zh_TW) %{_mandir}/zh_TW/man7/charsets.7*
1757 %lang(zh_TW) %{_mandir}/zh_TW/man7/locale.7*
1758 %lang(zh_TW) %{_mandir}/zh_TW/man7/unicode.7*
1759 %lang(zh_TW) %{_mandir}/zh_TW/man7/utf-8.7*
1760 %lang(zh_TW) %{_mandir}/zh_TW/man7/utf8.7*
1761 %lang(zh_TW) %{_mandir}/zh_TW/man8/zdump.8*
1762 %lang(zh_TW) %{_mandir}/zh_TW/man8/zic.8*
1763
1764 %files misc
1765 %defattr(644,root,root,755)
1766 %attr(755,root,root) %{_bindir}/ldd
1767 %attr(755,root,root) %{_bindir}/pldd
1768 %ifarch %{ix86} m68k sparc sparcv9
1769 %attr(755,root,root) %{_bindir}/lddlibc4
1770 %endif
1771 %attr(755,root,root) %{_bindir}/sotruss
1772 %dir %{_libdir}/audit
1773 %attr(755,root,root) %{_libdir}/audit/sotruss-lib.so
1774
1775 %{_mandir}/man1/ldd.1*
1776 %{_mandir}/man1/pldd.1*
1777 %lang(cs) %{_mandir}/cs/man1/ldd.1*
1778 %lang(es) %{_mandir}/es/man1/ldd.1*
1779 %lang(fi) %{_mandir}/fi/man1/ldd.1*
1780 %lang(fr) %{_mandir}/fr/man1/ldd.1*
1781 %lang(hu) %{_mandir}/hu/man1/ldd.1*
1782 %lang(it) %{_mandir}/it/man1/ldd.1*
1783 %lang(ja) %{_mandir}/ja/man1/ldd.1*
1784 %lang(ja) %{_mandir}/ja/man1/pldd.1*
1785 %lang(ko) %{_mandir}/ko/man1/ldd.1*
1786 %lang(pl) %{_mandir}/pl/man1/ldd.1*
1787 %lang(ru) %{_mandir}/ru/man1/ldd.1*
1788 %lang(tr) %{_mandir}/tr/man1/ldd.1*
1789 %lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1*
1790 %lang(zh_TW) %{_mandir}/zh_TW/man1/ldd.1*
1791
1792 %if %{with crypt}
1793 %files libcrypt
1794 %defattr(644,root,root,755)
1795 %ifarch alpha
1796 %attr(755,root,root) /%{_lib}/libcrypt.so.1.1
1797 %else
1798 %attr(755,root,root) /%{_lib}/libcrypt.so.1
1799 %endif
1800 %endif
1801
1802 %files -n ldconfig
1803 %defattr(644,root,root,755)
1804 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ld.so.conf
1805 %dir %{_sysconfdir}/ld.so.conf.d
1806 %ghost %{_sysconfdir}/ld.so.cache
1807 %attr(755,root,root) /sbin/ldconfig
1808 %{_mandir}/man8/ldconfig.8*
1809 %lang(es) %{_mandir}/es/man8/ldconfig.8*
1810 %lang(fr) %{_mandir}/fr/man8/ldconfig.8*
1811 %lang(hu) %{_mandir}/hu/man8/ldconfig.8*
1812 %lang(ja) %{_mandir}/ja/man8/ldconfig.8*
1813 %lang(pl) %{_mandir}/pl/man8/ldconfig.8*
1814 %lang(pt) %{_mandir}/pt/man8/ldconfig.8*
1815 %lang(ru) %{_mandir}/ru/man8/ldconfig.8*
1816 %dir %attr(700,root,root) /var/cache/ldconfig
1817 %attr(600,root,root) %ghost /var/cache/ldconfig/aux-cache
1818
1819 %files -n nss_compat
1820 %defattr(644,root,root,755)
1821 %attr(755,root,root) /%{_lib}/libnss_compat.so.2
1822
1823 %files -n nss_db
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_bindir}/makedb
1826 %attr(755,root,root) /%{_lib}/libnss_db.so.2
1827 %{_var}/db/Makefile
1828
1829 %files -n nss_hesiod
1830 %defattr(644,root,root,755)
1831 %attr(755,root,root) /%{_lib}/libnss_hesiod.so.2
1832
1833 %if %{with memusage}
1834 %files memusage
1835 %defattr(644,root,root,755)
1836 %attr(755,root,root) %{_bindir}/memusage
1837 %attr(755,root,root) %{_bindir}/memusagestat
1838 %attr(755,root,root) %{_libdir}/libmemusage.so
1839 %{_mandir}/man1/memusage.1*
1840 %{_mandir}/man1/memusagestat.1*
1841 %lang(ja) %{_mandir}/ja/man1/memusage.1*
1842 %lang(ja) %{_mandir}/ja/man1/memusagestat.1*
1843 %endif
1844
1845 %files devel
1846 %defattr(644,root,root,755)
1847 %attr(755,root,root) %{_libdir}/libBrokenLocale.so
1848 %{?with_crypt:%attr(755,root,root) %{_libdir}/libcrypt.so}
1849 # for dlopen and not linking
1850 %attr(755,root,root) %{_libdir}/libanl.so
1851 %attr(755,root,root) %{_libdir}/libm.so
1852 %ifarch %{x8664} x32
1853 %attr(755,root,root) %{_libdir}/libmvec.so
1854 %endif
1855 %attr(755,root,root) %{_libdir}/libpcprofile.so
1856 %attr(755,root,root) %{_libdir}/libresolv.so
1857 # for dlopen and not linking
1858 %attr(755,root,root) %{_libdir}/libthread_db.so
1859 # empty archives, so linking with obsolete -lXX (these below) works
1860 %{_libdir}/libanl.a
1861 %{_libdir}/libdl.a
1862 %{_libdir}/libpthread.a
1863 %{_libdir}/librt.a
1864 %{_libdir}/libutil.a
1865 %{_libdir}/crt[1in].o
1866 %{_libdir}/[MSgr]crt1.o
1867 %{_libdir}/grcrt1.o
1868 # ld scripts
1869 %{_libdir}/libc.so
1870 # static-only libs
1871 %{_libdir}/libc_nonshared.a
1872 %{_libdir}/libg.a
1873 %ifarch alpha ppc sparc
1874 %{_libdir}/libnldbl_nonshared.a
1875 %endif
1876 %ifarch %{ix86} %{x8664} x32 ppc ppc64 s390 s390x sparc sparcv9 sparc64 aarch64 armv6hl armv7hl armv7hnl
1877 # ABI-dependent headers
1878 %{_includedir}/gnu/stubs-*.h
1879 %endif
1880
1881 %files headers
1882 %defattr(644,root,root,755)
1883 %{_includedir}/*.h
1884 %ifarch alpha
1885 %{_includedir}/alpha
1886 %endif
1887 %{_includedir}/arpa
1888 %{_includedir}/bits
1889 %dir %{_includedir}/finclude
1890 %{_includedir}/finclude/math-vector-fortran.h
1891 %dir %{_includedir}/gnu
1892 %{_includedir}/gnu/lib*.h
1893 %{_includedir}/gnu/stubs.h
1894 %{_includedir}/net
1895 %{_includedir}/netash
1896 %{_includedir}/netatalk
1897 %{_includedir}/netax25
1898 %{_includedir}/neteconet
1899 %{_includedir}/netiucv
1900 %{_includedir}/netinet
1901 %{_includedir}/netipx
1902 %{_includedir}/netpacket
1903 %{_includedir}/netrom
1904 %{_includedir}/netrose
1905 %{_includedir}/nfs
1906 %{_includedir}/protocols
1907 %{_includedir}/rpc
1908 %{_includedir}/scsi
1909 %{_includedir}/sys
1910
1911 %files devel-utils
1912 %defattr(644,root,root,755)
1913 %attr(755,root,root) %{_bindir}/gencat
1914 %attr(755,root,root) %{_bindir}/mtrace
1915 %attr(755,root,root) %{_bindir}/pcprofiledump
1916 %attr(755,root,root) %{_bindir}/sprof
1917 %attr(755,root,root) %{_bindir}/xtrace
1918 %{_mandir}/man1/mtrace.1*
1919 %{_mandir}/man1/sprof.1*
1920 %lang(ja) %{_mandir}/ja/man1/mtrace.1*
1921 %lang(ja) %{_mandir}/ja/man1/sprof.1*
1922 %lang(ru) %{_mandir}/ru/man1/sprof.1*
1923
1924 %files devel-doc
1925 %defattr(644,root,root,755)
1926 %doc documentation/*
1927 %{_infodir}/libc.info*
1928
1929 %{_mandir}/man2/getcwd.2*
1930 %{_mandir}/man3/*
1931 %{_mandir}/man7/aio.7*
1932 %{_mandir}/man7/attributes.7*
1933 %{_mandir}/man7/complex.7*
1934 %{_mandir}/man7/feature_test_macros.7*
1935 %{_mandir}/man7/glibc.7*
1936 %{_mandir}/man7/glob.7*
1937 %{_mandir}/man7/libc.7*
1938 %{_mandir}/man7/math_error.7*
1939 %{_mandir}/man7/nptl.7*
1940 %{_mandir}/man7/posixoptions.7*
1941 %{_mandir}/man7/pthreads.7*
1942 %{_mandir}/man7/queue.7*
1943 %{_mandir}/man7/rtld-audit.7*
1944 %{_mandir}/man7/sem_overview.7*
1945 %{_mandir}/man7/shm_overview.7*
1946 %{_mandir}/man7/system_data_types.7*
1947 %lang(cs) %{_mandir}/cs/man3/*
1948 %lang(de) %{_mandir}/de/man3/*
1949 %lang(es) %{_mandir}/es/man3/*
1950 %lang(es) %{_mandir}/es/man7/glob.7*
1951 %lang(fr) %{_mandir}/fr/man3/*
1952 %lang(fr) %{_mandir}/fr/man7/aio.7*
1953 %lang(fr) %{_mandir}/fr/man7/complex.7*
1954 %lang(fr) %{_mandir}/fr/man7/feature_test_macros.7*
1955 %lang(fr) %{_mandir}/fr/man7/glibc.7*
1956 %lang(fr) %{_mandir}/fr/man7/glob.7*
1957 %lang(fr) %{_mandir}/fr/man7/libc.7*
1958 %lang(fr) %{_mandir}/fr/man7/math_error.7*
1959 %lang(fr) %{_mandir}/fr/man7/posixoptions.7*
1960 %lang(fr) %{_mandir}/fr/man7/pthreads.7*
1961 %lang(fr) %{_mandir}/fr/man7/rtld-audit.7*
1962 %lang(fr) %{_mandir}/fr/man7/sem_overview.7*
1963 %lang(fr) %{_mandir}/fr/man7/shm_overview.7*
1964 %lang(hu) %{_mandir}/hu/man3/*
1965 %lang(it) %{_mandir}/it/man3/*
1966 %lang(it) %{_mandir}/it/man7/glob.7*
1967 %lang(ja) %{_mandir}/ja/man2/getcwd.2*
1968 %lang(ja) %{_mandir}/ja/man3/*
1969 %lang(ja) %{_mandir}/ja/man7/aio.7*
1970 %lang(ja) %{_mandir}/ja/man7/complex.7*
1971 %lang(ja) %{_mandir}/ja/man7/feature_test_macros.7*
1972 %lang(ja) %{_mandir}/ja/man7/glibc.7*
1973 %lang(ja) %{_mandir}/ja/man7/glob.7*
1974 %lang(ja) %{_mandir}/ja/man7/libc.7*
1975 %lang(ja) %{_mandir}/ja/man7/math_error.7*
1976 %lang(ja) %{_mandir}/ja/man7/posixoptions.7*
1977 %lang(ja) %{_mandir}/ja/man7/pthreads.7*
1978 %lang(ja) %{_mandir}/ja/man7/sem_overview.7*
1979 %lang(ja) %{_mandir}/ja/man7/shm_overview.7*
1980 %lang(ko) %{_mandir}/ko/man3/*
1981 %lang(nl) %{_mandir}/nl/man3/*
1982 %lang(pl) %{_mandir}/pl/man3/*
1983 %lang(pt) %{_mandir}/pt/man3/*
1984 %lang(pt) %{_mandir}/pt/man7/glob.7*
1985 %lang(ru) %{_mandir}/ru/man3/*
1986 %lang(ru) %{_mandir}/ru/man7/glob.7*
1987 %lang(tr) %{_mandir}/tr/man3/*
1988 %lang(uk) %{_mandir}/uk/man3/*
1989 %lang(zh_CN) %{_mandir}/zh_CN/man3/*
1990 %lang(zh_CN) %{_mandir}/zh_CN/man7/glob.7*
1991 %lang(zh_TW) %{_mandir}/zh_TW/man3/*
1992 %lang(zh_TW) %{_mandir}/zh_TW/man7/glob.7*
1993
1994 %files static
1995 %defattr(644,root,root,755)
1996 %{_libdir}/libBrokenLocale.a
1997 %{_libdir}/libc.a
1998 %{?with_crypt:%{_libdir}/libcrypt.a}
1999 %{_libdir}/libm.a
2000 %{_libdir}/libmcheck.a
2001 %ifarch %{x8664} x32
2002 %{_libdir}/libm-%{core_version}.a
2003 %{_libdir}/libmvec.a
2004 %endif
2005 %{_libdir}/libresolv.a
2006
2007 %files profile
2008 %defattr(644,root,root,755)
2009 %{_libdir}/libBrokenLocale_p.a
2010 %{_libdir}/libanl_p.a
2011 %{_libdir}/libc_p.a
2012 %{?with_crypt:%{_libdir}/libcrypt_p.a}
2013 %{_libdir}/libdl_p.a
2014 %{_libdir}/libm_p.a
2015 %ifarch %{x8664} x32
2016 %{_libdir}/libmvec_p.a
2017 %endif
2018 %{_libdir}/libpthread_p.a
2019 %{_libdir}/libresolv_p.a
2020 %{_libdir}/librt_p.a
2021 %{_libdir}/libutil_p.a
2022
2023 %files pic
2024 %defattr(644,root,root,755)
2025 %{_libdir}/libc_pic.a
2026 %{_libdir}/libm_pic.a
2027 %{_libdir}/libresolv_pic.a
2028 %{_libdir}/libc.map
2029 %{_libdir}/libm.map
2030 %{_libdir}/sofini.o
2031
2032 %files -n nscd
2033 %defattr(644,root,root,755)
2034 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/nscd
2035 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nscd.*
2036 %attr(754,root,root) /etc/rc.d/init.d/nscd
2037 %attr(755,root,root) %{_sbindir}/nscd*
2038 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/nscd
2039 %attr(640,root,root) %ghost /var/log/nscd
2040 %{systemdtmpfilesdir}/nscd.conf
2041 %dir /var/run/nscd
2042 %dir /var/lib/nscd
2043 %attr(600,root,root) %ghost /var/lib/nscd/passwd
2044 %attr(600,root,root) %ghost /var/lib/nscd/group
2045 %attr(600,root,root) %ghost /var/lib/nscd/hosts
2046 %{_mandir}/man5/nscd.conf.5*
2047 %{_mandir}/man8/nscd.8*
2048 %{_mandir}/man8/nscd_nischeck.8*
2049 %lang(es) %{_mandir}/es/man5/nscd.conf.5*
2050 %lang(es) %{_mandir}/es/man8/nscd.8*
2051 %lang(fr) %{_mandir}/fr/man5/nscd.conf.5*
2052 %lang(fr) %{_mandir}/fr/man8/nscd.8*
2053 %lang(ja) %{_mandir}/ja/man5/nscd.conf.5*
2054 %lang(ja) %{_mandir}/ja/man8/nscd.8*
2055 %lang(pt) %{_mandir}/pt/man5/nscd.conf.5*
2056 %lang(pt) %{_mandir}/pt/man8/nscd.8*
2057 %lang(ru) %{_mandir}/ru/man5/nscd.conf.5*
2058 %lang(ru) %{_mandir}/ru/man8/nscd.8*
2059 %lang(zh_CN) %{_mandir}/zh_CN/man5/nscd.conf.5*
2060 %lang(zh_TW) %{_mandir}/zh_TW/man5/nscd.conf.5*
2061
2062 %files -n localedb-src
2063 %defattr(644,root,root,755)
2064 %attr(755,root,root) %{_bindir}/localedef
2065 %attr(755,root,root) %{_bindir}/localedb-gen
2066 %{_datadir}/i18n
2067 %{_mandir}/man1/localedef.1*
2068 %lang(ru) %{_mandir}/ru/man1/localedef.1*
2069
2070 %if %{with localedb}
2071 %files localedb-all
2072 %defattr(644,root,root,755)
2073 %{_prefix}/lib/locale/locale-archive
2074 %endif
2075
2076 %files -n iconv
2077 %defattr(644,root,root,755)
2078 %attr(755,root,root) %{_sbindir}/iconvconfig
2079 %dir %{_libdir}/gconv
2080 %{_libdir}/gconv/gconv-modules
2081 %dir %{_libdir}/gconv/gconv-modules.d
2082 %{_libdir}/gconv/gconv-modules.d/gconv-modules-extra.conf
2083 %verify(not md5 mtime size) %{_libdir}/gconv/gconv-modules.cache
2084 %attr(755,root,root) %{_libdir}/gconv/*.so
2085 %{_mandir}/man8/iconvconfig.8*
2086 %lang(ja) %{_mandir}/ja/man8/iconvconfig.8*
This page took 0.169843 seconds and 4 git commands to generate.