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