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