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