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