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