]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
- rel 7; revert fix for bug 12684 (causes segfaults in resolver code when ns is not...
[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 # - package libdir/audit/sotruss-lib.so (subpackage?)
5 # [OLD]
6 # - localedb-gen man pages(?)
7 # - math/{test-fenv,test-tgmath,test-float,test-ifloat},
8 #   debug/backtrace-tst(SEGV)  fail on alpha
9 #
10 # Conditional build:
11 # min_kernel    (default is 2.6.12)
12 %bcond_without  memusage        # don't build memusage utility
13 %bcond_without  selinux         # without SELinux support (in nscd)
14 %bcond_with     tests           # perform "make test"
15 %bcond_without  localedb        # don't build localedb-all (is time consuming)
16 %bcond_with     cross           # build using crossgcc (without libgcc_eh)
17 #
18 %{!?min_kernel:%global          min_kernel      2.6.12}
19
20 %ifarch sparc64
21 %undefine       with_memusage
22 %endif
23
24 %define         ports_version   2.13
25 %define         llh_version     7:2.6.20.4-1
26
27 Summary:        GNU libc
28 Summary(de.UTF-8):      GNU libc
29 Summary(es.UTF-8):      GNU libc
30 Summary(fr.UTF-8):      GNU libc
31 Summary(ja.UTF-8):      GNU libc ライブラリ
32 Summary(pl.UTF-8):      GNU libc
33 Summary(ru.UTF-8):      GNU libc версии
34 Summary(tr.UTF-8):      GNU libc
35 Summary(uk.UTF-8):      GNU libc версії
36 Name:           glibc
37 Version:        2.14
38 Release:        7
39 Epoch:          6
40 License:        LGPL v2.1+
41 Group:          Libraries
42 Source0:        http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
43 # Source0-md5:  8f5f6b09f98d17c630819b4845e31e65
44 Source1:        http://ftp.gnu.org/gnu/glibc/%{name}-ports-%{ports_version}.tar.bz2
45 # Source1-md5:  483f37cfdd619e81d8ca9e9d713944b5
46 Source2:        nscd.init
47 Source3:        nscd.sysconfig
48 Source4:        nscd.logrotate
49 #Source5:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
50 Source5:        http://qboosh.pl/man/%{name}-man-pages.tar.bz2
51 # Source5-md5:  f464eadf3cf06761f65639e44a179e6b
52 Source6:        %{name}-localedb-gen
53 Source7:        %{name}-LD-path.c
54 Patch1:         %{name}-pl.po-update.patch
55 Patch2:         %{name}-pld.patch
56 Patch3:         %{name}-crypt-blowfish.patch
57 Patch5:         %{name}-sparc-softfp-gcc.patch
58 Patch6:         %{name}-paths.patch
59 Patch7:         %{name}-no_opt_override.patch
60 Patch8:         %{name}-missing-nls.patch
61 Patch9:         %{name}-java-libc-wait.patch
62 Patch10:        %{name}-info.patch
63 Patch11:        %{name}-no_debuggable_objects.patch
64 Patch14:        %{name}-sparc-errno_fix.patch
65 Patch15:        %{name}-new-charsets.patch
66 Patch16:        %{name}-tzfile-noassert.patch
67 Patch17:        %{name}-morelocales.patch
68 Patch18:        %{name}-locale_fixes.patch
69 Patch19:        %{name}-ZA_collate.patch
70 Patch20:        %{name}-thread_start.patch
71 Patch21:        %{name}-cross-gcc_eh.patch
72 Patch22:        %{name}-with-stroke.patch
73 Patch23:        %{name}-pt_pax.patch
74 Patch25:        %{name}-cv_gnu89_inline.patch
75 Patch26:        %{name}-posix-sh.patch
76 Patch27:        %{name}-i686.patch
77 Patch29:        %{name}-arm-alignment-fix.patch
78 Patch30:        %{name}-bug-12492.patch
79 Patch31:        %{name}-origin.patch
80 Patch32:        %{name}-Os-fail-workaround.patch
81 Patch33:        0020_all_glibc-tweak-rfc1918-lookup.patch
82 Patch35:        0055_all_glibc-2.12-static-shared-getpagesize.patch
83 Patch37:        0061_all_glibc-2.13-static-memset.patch
84 Patch38:        1055_all_glibc-resolv-dynamic.patch
85 Patch39:        %{name}-git.patch
86 Patch40:        %{name}-bad-fix.patch
87 Patch41:        %{name}-bug-12684.patch
88 URL:            http://www.gnu.org/software/libc/
89 %{?with_selinux:BuildRequires:  audit-libs-devel}
90 BuildRequires:  autoconf
91 BuildRequires:  automake
92 %ifarch alpha
93 BuildRequires:  binutils >= 2:2.17.50.0.7
94 %else
95 BuildRequires:  binutils >= 2:2.15.90.0.3
96 %endif
97 %{!?with_cross:BuildRequires:   dietlibc-static}
98 BuildRequires:  gawk
99 BuildRequires:  gcc >= 6:4.3
100 %{?with_memusage:BuildRequires: gd-devel >= 2.0.1}
101 BuildRequires:  gettext-devel >= 0.10.36
102 %{?with_selinux:BuildRequires:  libselinux-devel >= 1.18}
103 BuildRequires:  linux-libc-headers >= %{llh_version}
104 BuildRequires:  nss-devel >= 1:3.12.3
105 BuildRequires:  perl-base
106 BuildRequires:  rpm-build >= 4.3-0.20030610.28
107 BuildRequires:  rpmbuild(macros) >= 1.567
108 BuildRequires:  sed >= 4.0.5
109 BuildRequires:  texinfo
110 Requires(post): ldconfig = %{epoch}:%{version}-%{release}
111 Requires:       uname(release) >= %{min_kernel}
112 Provides:       glibc(nptl)
113 Provides:       glibc(tls)
114 Provides:       rtld(GNU_HASH)
115 Obsoletes:      glibc-common
116 Obsoletes:      glibc-debug
117 %ifarch %{x8664} sparc64 ppc64
118 Provides:       glibc64
119 Obsoletes:      glibc64
120 %endif
121 Suggests:       localedb
122 Suggests:       tzdata
123 Conflicts:      %{name}-misc < %{epoch}:%{version}-%{release}
124 Conflicts:      SysVinit < 2.86-11
125 Conflicts:      kernel < %{min_kernel}
126 Conflicts:      kernel24
127 Conflicts:      kernel24-smp
128 Conflicts:      ld.so < 1.9.9-10
129 Conflicts:      man-pages < 1.43
130 Conflicts:      poldek < 0.18.8-5
131 Conflicts:      rc-scripts < 0.3.1-13
132 Conflicts:      rpm < 4.1
133 ExclusiveArch:  i486 i586 i686 pentium3 pentium4 athlon %{x8664} ia64 alpha s390 s390x sparc sparc64 sparcv9 ppc ppc64 armv5tel
134 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
135
136 # avoid -s here (ld.so must not be stripped to allow any program debugging)
137 %define         filterout_ld            (-Wl,)?-[sS] (-Wl,)?--strip.*
138 # avoid -D_FORTIFY_SOURCE=X
139 %define         filterout_cpp           -D_FORTIFY_SOURCE=[0-9]+
140
141 %define         specflags_sparcv9       -mcpu=ultrasparc -mvis -fcall-used-g6
142 %define         specflags_sparc64       -mcpu=ultrasparc -mvis -fcall-used-g6
143
144 # ld.so needs not to be stripped to work
145 # gdb needs unstripped libpthread for some threading support
146 # ...but we can strip at least debuginfo from them
147 %define         _autostripdebug         .*/ld-[0-9.]*so\\|.*/libpthread-[0-9.]*so
148
149 # -m from CFLAGS or even LDFLAGS is not propagated to some *.o linking
150 %ifarch sparc sparcv9
151 %{expand:%%define       __cc    %{__cc} -m32}
152 %endif
153
154 # Architectures supported in glibc-ports
155 %define         ports_arch              alpha %{arm}
156
157 # Xen-friendly glibc
158 %define         specflags_ia32          -mno-tls-direct-seg-refs
159 %define         specflags_x86_64        -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
160 %define         specflags_amd64         -mno-tls-direct-seg-refs -fasynchronous-unwind-tables
161 %define         specflags_ia32e         -mno-tls-direct-seg-refs
162
163 # we don't want perl dependency in glibc-devel
164 %define         _noautoreqfiles         %{_bindir}/mtrace
165 # hack: don't depend on rpmlib(PartialHardlinkSets) for easier upgrade from Ra
166 # (hardlinks here are unlikely to be "partial"... and rpm 4.0.2 from Ra was
167 # patched not to crash on partial hardlinks too)
168 %define         _hack_dontneed_PartialHardlinkSets      1
169 %define         _noautochrpath          .*\\(ldconfig\\|sln\\)
170 # private symbols
171 %define         _noautoprov             .*\(GLIBC_PRIVATE\)
172 %define         _noautoreq              .*\(GLIBC_PRIVATE\)
173
174 %description
175 Contains the standard libraries that are used by multiple programs on
176 the system. In order to save disk space and memory, as well as to ease
177 upgrades, common system code is kept in one place and shared between
178 programs. This package contains the most important sets of shared
179 libraries, the standard C library and the standard math library.
180 Without these, a Linux system will not function. It also contains
181 national language (locale) support.
182
183 Can be used on: Linux kernel >= %{min_kernel}.
184
185 %description -l es.UTF-8
186 Contiene las bibliotecas estándared que son usadas por varios
187 programas del sistema. Para ahorrar el espacio en el disco y la
188 memoria, igual que para facilitar actualizaciones, código común del
189 sistema se guarda en un sitio y es compartido entre los programas.
190 Este paquete contiene las bibliotecas compartidas más importantes, es
191 decir la biblioteca C estándar y la biblioteca estándar de matemática.
192 Sin éstas, un sistema Linux no podrá funcionar. También está incluido
193 soporte de idiomas nacionales (locale).
194
195 Puede usarse con: núcleo Linux >= %{min_kernel}.
196
197 %description -l de.UTF-8
198 Enthält die Standard-Libraries, die von verschiedenen Programmen im
199 System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen
200 und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an
201 einer einzigen Stelle gespeichert und wird von den Programmen
202 gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der
203 shared Libraries, die Standard-C-Library und die
204 Standard-Math-Library, ohne die das Linux-System nicht funktioniert.
205 Ferner enthält es den Support für die verschiedenen Sprachgregionen
206 (locale).
207
208 Can be used on: Linux kernel >= %{min_kernel}.
209
210 %description -l fr.UTF-8
211 Contient les bibliothèques standards utilisées par de nombreux
212 programmes du système. Afin d'économiser l'espace disque et mémoire,
213 et de faciliter les mises à jour, le code commun au système est mis à
214 un endroit et partagé entre les programmes. Ce paquetage contient les
215 bibliothèques partagées les plus importantes, la bibliothèque standard
216 du C et la bibliothèque mathématique standard. Sans celles-ci, un
217 système Linux ne peut fonctionner. Il contient aussi la gestion des
218 langues nationales (locales).
219
220 Can be used on: Linux kernel >= %{min_kernel}.
221
222 %description -l ja.UTF-8
223 glibc
224 パッケージはシステム上の複数のプログラムで使われる標準ライブラリを
225 ふくみます。ディスクスペースとメモリを節約したり、アップグレードを
226 用意にするために、共通のシステムコードは一つの場所におかれ、プログラム
227 間で共有されます。この部分的なパッケージはシェアドライブラリのかなり
228 重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。
229 この二つのライブラリ抜きでは、Linux システムは機能しません。 glibc
230 パッケージはまた地域言語 (locale) サポートとタイムゾーンデータベース
231 サポートをふくみます。
232
233 Can be used on: Linux kernel >= %{min_kernel}.
234
235 %description -l pl.UTF-8
236 W pakiecie znajdują się podstawowe biblioteki, używane przez różne
237 programy w Twoim systemie. Używanie przez programy bibliotek z tego
238 pakietu oszczędza miejsce na dysku i pamięć. Większość kodu
239 systemowego jest usytuowane w jednym miejscu i dzielone między wieloma
240 programami. Pakiet ten zawiera bardzo ważny zbiór bibliotek
241 standardowych, współdzielonych (dynamicznych) bibliotek C i
242 matematycznych. Bez glibc system Linux nie jest w stanie funkcjonować.
243 Znajdują się tutaj również definicje różnych informacji dla wielu
244 języków (locale).
245
246 Pakiet jest przeznaczony dla jądra Linuksa >= %{min_kernel}.
247
248 %description -l ru.UTF-8
249 Содержит стандартные библиотеки, используемые многочисленными
250 программами в системе. Для того, чтобы сохранить дисковое пространство
251 и память, а также для простоты обновления, системный код, общий для
252 всех программ, хранится в одном месте и коллективно используется всеми
253 программами. Этот пакет содержит наиболее важные из разделяемых
254 библиотек - стандартную библиотеку C и стандартную библиотеку
255 математики. Без этих библиотек Linux функционировать не будет. Также
256 пакет содержит поддержку национальных языков (locale).
257
258 Can be used on: Linux kernel >= %{min_kernel}.
259
260 %description -l tr.UTF-8
261 Bu paket, birçok programın kullandığı standart kitaplıkları içerir.
262 Disk alanı ve bellek kullanımını azaltmak ve aynı zamanda güncelleme
263 işlemlerini kolaylaştırmak için ortak sistem kodları tek bir yerde
264 tutulup programlar arasında paylaştırılır. Bu paket en önemli ortak
265 kitaplıkları, standart C kitaplığını ve standart matematik kitaplığını
266 içerir. Bu kitaplıklar olmadan Linux sistemi çalışmayacaktır. Yerel
267 dil desteği ve zaman dilimi veri tabanı da bu pakette yer alır.
268
269 Can be used on: Linux kernel >= %{min_kernel}.
270
271 %description -l uk.UTF-8
272 Містить стандартні бібліотеки, котрі використовуються численними
273 програмами в системі. Для того, щоб зберегти дисковий простір та
274 пам'ять, а також для простоти поновлення системи, системний код,
275 спільний для всіх програм, зберігається в одному місці і колективно
276 використовується всіма програмами. Цей пакет містить найбільш важливі
277 з динамічних бібліотек - стандартну бібліотеку С та стандартну
278 бібліотеку математики. Без цих бібліотек Linux функціонувати не буде.
279 Також пакет містить підтримку національних мов (locale).
280
281 Can be used on: Linux kernel >= %{min_kernel}.
282
283 %package misc
284 Summary:        Utilities and data used by glibc
285 Summary(pl.UTF-8):      Narzędzia i dane używane przez glibc
286 Group:          Applications/System
287 Requires:       %{name} = %{epoch}:%{version}-%{release}
288
289 %description misc
290 Utilities and data used by glibc.
291
292 %description misc -l pl.UTF-8
293 Narzędzia i dane używane przez glibc.
294
295 %package libcrypt
296 Summary:        glibc library for crypt(3)
297 Summary(pl.UTF-8):      Biblioteka glibc z funkcją crypt(3)
298 Group:          Libraries
299 Requires:       %{name} = %{epoch}:%{version}-%{release}
300 Provides:       %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
301 Provides:       crypt(blowfish)
302
303 %description libcrypt
304 glibc library for crypt(3).
305
306 %description libcrypt -l pl.UTF-8
307 Biblioteka glibc z funkcją crypt(3).
308
309 %package -n ldconfig
310 Summary:        Create shared library cache and maintains symlinks
311 Summary(de.UTF-8):      Erstellt ein shared library cache und verwaltet symlinks
312 Summary(fr.UTF-8):      Crée un cache de bibliothčque partagée et gčre *.so
313 Summary(pl.UTF-8):      Tworzenie cache'u bibliotek dynamicznych i ich dowiązań symbolicznych
314 Summary(tr.UTF-8):      Ortak kitaplýk önbelleđi yaratýr ve bađlantýlarý kurar
315 Group:          Applications/System
316 # This is needed because previous package (glibc) had autoreq false and had
317 # provided this manually. Probably poldek bug that have to have it here.
318 Provides:       /sbin/ldconfig
319 # we want FHS being installed before ldconfig, altho they are both unrelated to each-other.
320 Requires:       FHS
321
322 %description -n ldconfig
323 ldconfig scans a running system and sets up the symbolic links that
324 are used to load shared libraries properly. It also creates
325 /etc/ld.so.cache which speeds the loading programs which use shared
326 libraries.
327
328 %description -n ldconfig -l de.UTF-8
329 ldconfig scannt ein laufendes System und richtet die symbolischen
330 Verknüpfungen zum Laden der gemeinsam genutzten Libraries ein.
331 Außerdem erstellt es /etc/ld.so.cache, was das Laden von Programmen
332 mit gemeinsam genutzten Libraries beschleunigt.
333
334 %description -n ldconfig -l fr.UTF-8
335 ldconfig analyse un systčme et configure les liens symboliques
336 utilisés pour charger correctement les bibliothčques partagées. Il
337 crée aussi /etc/ld.so.cache qui accélčre le chargement des programmes
338 utilisant les bibliothčques partagées.
339
340 %description -n ldconfig -l pl.UTF-8
341 ldconfig testuje uruchomiony system i tworzy dowiązania symboliczne,
342 które są następnie używane do poprawnego ładowania bibliotek
343 dynamicznych. Program ten tworzy plik /etc/ld.so.cache, który
344 przyśpiesza ładowanie programów korzystających z bibliotek
345 dynamicznych.
346
347 %description -n ldconfig -l tr.UTF-8
348 ldconfig, çalýţmakta olan sistemi araţtýrýr ve ortak kitaplýklarýn
349 düzgün bir ţekilde yüklenmesi için gereken simgesel bađlantýlarý
350 kurar. Ayrýca ortak kitaplýklarý kullanan programlarýn yüklenmesini
351 hýzlandýran /etc/ld.so.cache dosyasýný yaratýr.
352
353 %package devel
354 Summary:        Additional libraries required to compile
355 Summary(de.UTF-8):      Weitere Libraries zum Kompilieren
356 Summary(es.UTF-8):      Bibliotecas adicionales necesarias para la compilación
357 Summary(fr.UTF-8):      Librairies supplémentaires nécessaires à la compilation
358 Summary(ja.UTF-8):      標準 C ライブラリで使われるヘッダーとオブジェクトファイル
359 Summary(pl.UTF-8):      Dodatkowe biblioteki wymagane podczas kompilacji
360 Summary(ru.UTF-8):      Дополнительные библиотеки, необходимые для компиляции
361 Summary(tr.UTF-8):      Geliştirme için gerekli diğer kitaplıklar
362 Summary(uk.UTF-8):      Додаткові бібліотеки, потрібні для компіляції
363 Group:          Development/Libraries
364 Requires:       %{name} = %{epoch}:%{version}-%{release}
365 Requires:       %{name}-libcrypt(%{_target_cpu}) = %{epoch}:%{version}-%{release}
366 Requires:       %{name}-devel-utils = %{epoch}:%{version}-%{release}
367 %if "%{_lib}" == "lib64"
368 Requires:       %{name}-headers(64bit) = %{epoch}:%{version}-%{release}
369 %else
370 Requires:       %{name}-headers = %{epoch}:%{version}-%{release}
371 %endif
372 Provides:       %{name}-devel(%{_target_cpu}) = %{epoch}:%{version}-%{release}
373 Obsoletes:      libiconv-devel
374
375 %description devel
376 To develop programs which use the standard C libraries (which nearly
377 all programs do), the system needs to have these standard header files
378 and object files available for creating the executables.
379
380 %description devel -l de.UTF-8
381 Bei der Entwicklung von Programmen, die die Standard-C-Libraries
382 verwenden (also fast alle), benötigt das System diese Standard-Header-
383 und Objektdateien zum Erstellen der ausführbaren Programme.
384
385 %description devel -l es.UTF-8
386 Para desarrollar programas que utilizan las bibliotecas C estándar (lo
387 cual hacen prácticamente todos los programas), el sistema necesita
388 disponer de estos ficheros de cabecera y de objetos para crear los
389 ejecutables.
390
391 %description devel -l fr.UTF-8
392 Pour développer des programmes utilisant les bibliothèques standard du
393 C (ce que presque tous les programmes font), le système doit posséder
394 ces fichiers en-têtes et objets standards pour créer les exécutables.
395
396 %description devel -l ja.UTF-8
397 glibc-devel パッケージは(ほとんどすべてのプログラムで使われる)標準 C
398 ライブラリを使用したプログラムを開発するためのヘッダーとオブジェクト
399 ファイルを含みます。もし標準 C
400 ライブラリを使用するプログラムを開発するなら
401 実行ファイルを作成する目的でこれらの標準ヘッダとオブジェクトファイル
402 が使用できます。
403
404 %description devel -l pl.UTF-8
405 Pakiet ten jest niezbędny przy tworzeniu własnych programów
406 korzystających ze standardowej biblioteki C. Znajdują się tutaj pliki
407 nagłówkowe oraz pliki obiektowe, niezbędne do kompilacji programów
408 wykonywalnych i innych bibliotek.
409
410 %description devel -l ru.UTF-8
411 Для разработки программ, использующих стандартные библиотеки C (а
412 практически все программы их используют), системе НЕОБХОДИМЫ хедеры и
413 объектные файлы, содержащиеся в этом пакете, чтобы создавать
414 исполняемые файлы.
415
416 %description devel -l tr.UTF-8
417 C kitaplığını kullanan (ki hemen hemen hepsi kullanıyor) programlar
418 geliştirmek için gereken standart başlık dosyaları ve statik
419 kitaplıklar.
420
421 %description devel -l uk.UTF-8
422 Для розробки програм, що використовують стандартні бібліотеки C
423 (практично всі програми їх використовують), системі НЕОБХІДНІ хедери
424 та об'єктні файли, що містяться в цьому пакеті, цоб створювати
425 виконувані файли.
426
427 %package headers
428 Summary:        Header files for development using standard C libraries
429 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia programów przy użyciu standardowych bibliotek C
430 Group:          Development/Building
431 Provides:       %{name}-headers(%{_target_cpu}) = %{epoch}:%{version}-%{release}
432 %if "%{_lib}" == "lib64"
433 Provides:       %{name}-headers(64bit) = %{epoch}:%{version}-%{release}
434 %endif
435 %ifarch %{x8664}
436 # If both -m32 and -m64 is to be supported on x86_64, x86_64 package
437 # have to be installed, not ix86 one.
438 Obsoletes:      glibc-headers(athlon)
439 Obsoletes:      glibc-headers(i386)
440 Obsoletes:      glibc-headers(i486)
441 Obsoletes:      glibc-headers(i586)
442 Obsoletes:      glibc-headers(i686)
443 Obsoletes:      glibc-headers(pentium3)
444 Obsoletes:      glibc-headers(pentium4)
445 %endif
446 %ifarch ppc64
447 Obsoletes:      glibc-headers(ppc)
448 %endif
449 %ifarch s390x
450 Obsoletes:      glibc-headers(s390)
451 %endif
452 %ifarch sparc64
453 Obsoletes:      glibc-headers(sparc)
454 %endif
455 Requires:       linux-libc-headers >= %{llh_version}
456
457 %description headers
458 The glibc-headers package contains the header files necessary for
459 developing programs which use the standard C libraries (which are used
460 by nearly all programs). If you are developing programs which will use
461 the standard C libraries, your system needs to have these standard
462 header files available in order to create the executables.
463
464 Install glibc-headers if you are going to develop programs which will
465 use the standard C libraries.
466
467 %description headers -l pl.UTF-8
468 Pakiet glibc-headers zawiera pliki nagłówkowe niezbędne do rozwijania
469 programów używających standardowych bibliotek C (używanych przez
470 prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
471 standardowych bibliotek C, system wymaga dostępności tych
472 standardowych plików nagłówkowych do tworzenia programów
473 wykonywalnych.
474
475 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
476 korzystające ze standardowych bibliotek C.
477
478 %package devel-utils
479 Summary:        Utilities needed for development using standard C libraries
480 Summary(pl.UTF-8):      Narzędzia do tworzenia programów przy użyciu standardowych bibliotek C
481 Group:          Development/Libraries
482 Provides:       %{name}-devel-utils(%{_target_cpu}) = %{epoch}:%{version}-%{release}
483 %ifarch %{x8664}
484 # If both -m32 and -m64 is to be supported on AMD64, x86_64 package
485 # have to be installed, not ix86 one.
486 Obsoletes:      glibc-devel-utils(athlon)
487 Obsoletes:      glibc-devel-utils(i386)
488 Obsoletes:      glibc-devel-utils(i486)
489 Obsoletes:      glibc-devel-utils(i586)
490 Obsoletes:      glibc-devel-utils(i686)
491 Obsoletes:      glibc-devel-utils(pentium3)
492 Obsoletes:      glibc-devel-utils(pentium4)
493 %endif
494 %ifarch ppc64
495 Obsoletes:      glibc-devel-utils(ppc)
496 %endif
497 %ifarch s390x
498 Obsoletes:      glibc-devel-utils(s390)
499 %endif
500 %ifarch sparc64
501 Obsoletes:      glibc-devel-utils(sparc)
502 %endif
503
504 %description devel-utils
505 The glibc-devel-utils package contains utilities necessary for
506 developing programs which use the standard C libraries (which are used
507 by nearly all programs). If you are developing programs which will use
508 the standard C libraries, your system needs to have these utilities
509 available.
510
511 Install glibc-devel-utils if you are going to develop programs which
512 will use the standard C libraries.
513
514 %description devel-utils -l pl.UTF-8
515 Pakiet glibc-devel-utils zawiera narzędzia niezbędne do rozwijania
516 programów używających standardowych bibliotek C (używanych przez
517 prawie wszystkie programy). Jeśli tworzymy programy korzystające ze
518 standardowych bibliotek C, system wymaga dostępności tych narzędzi do
519 tworzenia programów wykonywalnych.
520
521 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
522 korzystające ze standardowych bibliotek C.
523
524 %package devel-doc
525 Summary:        Documentation needed for development using standard C libraries
526 Summary(pl.UTF-8):      Dokumentacja do tworzenia programów przy użyciu standardowych bibliotek C
527 Group:          Documentation
528 Provides:       %{name}-devel-doc(%{_target_cpu}) = %{epoch}:%{version}-%{release}
529 %ifarch %{x8664}
530 # If both -m32 and -m64 is to be supported on x86_64, x86_64 package
531 # have to be installed, not ix86 one.
532 Obsoletes:      glibc-devel-doc(athlon)
533 Obsoletes:      glibc-devel-doc(i386)
534 Obsoletes:      glibc-devel-doc(i486)
535 Obsoletes:      glibc-devel-doc(i586)
536 Obsoletes:      glibc-devel-doc(i686)
537 Obsoletes:      glibc-devel-doc(pentium3)
538 Obsoletes:      glibc-devel-doc(pentium4)
539 %endif
540 %ifarch ppc64
541 Obsoletes:      glibc-devel-doc(ppc)
542 %endif
543 %ifarch s390x
544 Obsoletes:      glibc-devel-doc(s390)
545 %endif
546 %ifarch sparc64
547 Obsoletes:      glibc-devel-doc(sparc)
548 %endif
549
550 %description devel-doc
551 The glibc-devel-doc package contains info and manual pages necessary
552 for developing programs which use the standard C libraries (which are
553 used by nearly all programs).
554
555 Install glibc-devel-doc if you are going to develop programs which
556 will use the standard C libraries.
557
558 %description devel-doc -l pl.UTF-8
559 Pakiet glibc-devel-doc zawiera strony info i manuala przydatne do
560 rozwijania programów używających standardowych bibliotek C (używanych
561 przez prawie wszystkie programy).
562
563 Ten pakiet należy zainstalować jeśli zamierzamy tworzyć programy
564 korzystające ze standardowych bibliotek C.
565
566 %package -n nscd
567 Summary:        Name Service Caching Daemon
568 Summary(es.UTF-8):      Demonio de caché del servicio de nombres
569 Summary(ja.UTF-8):      ネームサービスキャッシングデーモン (nacd)
570 Summary(pl.UTF-8):      Demon zapamiętujący odpowiedzi serwisów nazw
571 Summary(ru.UTF-8):      Кэширующий демон сервисов имен
572 Summary(uk.UTF-8):      Кешуючий демон севісів імен
573 License:        GPL v2
574 Group:          Networking/Daemons
575 Requires(post): fileutils
576 Requires(post,preun):   /sbin/chkconfig
577 Requires(postun):       /usr/sbin/groupdel
578 Requires(postun):       /usr/sbin/userdel
579 Requires(pre):  /bin/id
580 Requires(pre):  /usr/bin/getgid
581 Requires(pre):  /usr/sbin/groupadd
582 Requires(pre):  /usr/sbin/useradd
583 Requires:       %{name} = %{epoch}:%{version}-%{release}
584 %{?with_selinux:Requires:       libselinux >= 1.18}
585 Requires:       rc-scripts >= 0.2.0
586 Provides:       group(nscd)
587 Provides:       user(nscd)
588
589 %description -n nscd
590 nscd caches name service lookups; it can dramatically improve
591 performance with NIS+, and may help with DNS as well.
592
593 %description -n nscd -l es.UTF-8
594 nscd guarda las peticiones del servicio de nombres en una caché; eso
595 puede aumentar drásticamente las prestaciones de NIS+, y también puede
596 ayudar con DNS.
597
598 %description -n nscd -l ja.UTF-8
599 Nscd はネームサービス参照をキャッシュし、NIS+ のパフォーマンスを
600 ドラマティックに改善することができ、DNS を同様に補助します。
601
602 %description -n nscd -l pl.UTF-8
603 nscd zapamiętuje zapytania i odpowiedzi NIS oraz DNS. Pozwala
604 drastycznie poprawić szybkość działania NIS+.
605
606 %description -n nscd -l ru.UTF-8
607 nscd кэширует результаты запросов к сервисам имен; это может резко
608 увеличить производительность работы с NIS+ и, также, может помочь с
609 DNS.
610
611 %description -n nscd -l uk.UTF-8
612 nscd кешує результати запросів до сервісів імен; це може сильно
613 збільшити швидкість роботи з NIS+ і, також, може допомогти з DNS.
614
615 %package -n localedb-src
616 Summary:        locale database source code
617 Summary(es.UTF-8):      Código fuente de la base de datos de los locales
618 Summary(pl.UTF-8):      Kod źródłowy bazy locale
619 Group:          Libraries
620 Requires:       %{name} = %{epoch}:%{version}-%{release}
621 Requires:       gzip
622 Requires:       sed
623 Provides:       localedb
624
625 %description -n localedb-src
626 This add-on package contains the data needed to build the locale data
627 files to use the internationalization features of the GNU libc.
628
629 %description -n localedb-src -l es.UTF-8
630 Este paquete adicional contiene los datos necesarios para construir
631 los ficheros de locale, imprescindibles para usar las cualidades de
632 internacionalización de GNU libc.
633
634 %description -n localedb-src -l pl.UTF-8
635 Pakiet ten zawiera dane niezbędne do zbudowania binarnych plików
636 lokalizacyjnych, by móc wykorzystać możliwości oferowane przez GNU
637 libc.
638
639 %package localedb-all
640 Summary:        locale database for all locales supported by glibc
641 Summary(es.UTF-8):      Base de datos de todos los locales soportados por glibc
642 Summary(pl.UTF-8):      Baza danych locale dla wszystkich lokalizacji obsługiwanych przez glibc
643 Group:          Libraries
644 Requires:       %{name} = %{epoch}:%{version}-%{release}
645 Requires:       iconv = %{epoch}:%{version}-%{release}
646 Provides:       localedb
647
648 %description localedb-all
649 This package contains locale database for all locales supported by
650 glibc. In glibc 2.3.x it's one large file (about 39MB) - if you want
651 something smaller with support for chosen locales only, consider
652 installing localedb-src and regenerating database using localedb-gen
653 script (when database is generated, localedb-src can be uninstalled).
654
655 %description localedb-all -l es.UTF-8
656 Este paquete contiene una base de datos de todos los locales
657 soportados por glibc. En glibc 2.3.x ése es un fichero grande (aprox.
658 39 MB) -- si prefiere algo más pequeño, sólo con soporte de unos
659 locales elegidos, considérese instalar localedb-src y regenerar la
660 base de datos usando el escript localedb-gen (una vez que la base de
661 datos esté creada, localedb-src se podrá desinstalar).
662
663 %description localedb-all -l pl.UTF-8
664 Ten pakiet zawiera bazę danych locale dla wszystkich lokalizacji
665 obsługiwanych przez glibc. W glibc 2.3.x jest to jeden duży plik
666 (około 39MB); aby mieć coś mniejszego, z obsługą tylko wybranych
667 lokalizacji, należy zainstalować pakiet localedb-src i przegenerować
668 bazę danych przy użyciu skryptu localedb-gen (po wygenerowaniu bazy
669 pakiet localedb-src można odinstalować).
670
671 %package -n iconv
672 Summary:        Convert encoding of given files from one encoding to another
673 Summary(es.UTF-8):      Convierte entre varias codificaciones de los ficheros dados
674 Summary(pl.UTF-8):      Moduły do konwersji plików tekstowych z jednego kodowania do innego
675 Group:          Libraries
676 Requires:       %{name} = %{epoch}:%{version}-%{release}
677 Provides:       iconv(%{_target_base_arch})
678
679 %description -n iconv
680 Convert encoding of given files from one encoding to another. You need
681 this package if you want to convert some document from one encoding to
682 another or if you have installed some programs which use Generic
683 Character Set Conversion Interface.
684
685 %description -n iconv -l es.UTF-8
686 Convierte la codificación de dados ficheros. Necesita este paquete si
687 quiere convertir un documento entre una codificación (juego de
688 caracteres) y otra, o si tiene instalado algún programa que usa el
689 Generic Character Set Conversion Interface (interfaz genérica de
690 conversión de juegos de caracteres).
691
692 %description -n iconv -l pl.UTF-8
693 Moduły do konwersji plików tekstowych z jednego kodowania do innego.
694 Trzeba mieć zainstalowany ten pakiet, aby wykonywać konwersję
695 dokumentów z jednego kodowania do innego lub do używania programów
696 korzystających z Generic Character Set Conversion Interface w glibc,
697 czyli z zestawu funkcji z tej biblioteki, które umożliwiają konwersję
698 kodowania danych z poziomu dowolnego programu.
699
700 %package static
701 Summary:        Static GNU libc libraries
702 Summary(es.UTF-8):      Bibliotecas estáticas
703 Summary(pl.UTF-8):      Biblioteki statyczne GNU libc
704 Summary(ru.UTF-8):      Статические библиотеки glibc
705 Summary(uk.UTF-8):      Статичні бібліотеки glibc
706 Group:          Development/Libraries
707 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
708 Provides:       %{name}-static(%{_target_cpu}) = %{epoch}:%{version}-%{release}
709 Obsoletes:      libiconv-static
710
711 %description static
712 GNU libc static libraries.
713
714 %description static -l es.UTF-8
715 Bibliotecas estáticas de GNU libc.
716
717 %description static -l pl.UTF-8
718 Biblioteki statyczne GNU libc.
719
720 %description static -l ru.UTF-8
721 Это отдельный пакет со статическими библиотеками, которые больше не
722 входят в glibc-devel.
723
724 %description static -l uk.UTF-8
725 Це окремий пакет зі статичними бібліотеками, що більше не входять в
726 склад glibc-devel.
727
728 %package profile
729 Summary:        glibc with profiling support
730 Summary(de.UTF-8):      glibc mit Profil-Unterstützung
731 Summary(es.UTF-8):      glibc con soporte de perfilamiento
732 Summary(fr.UTF-8):      glibc avec support pour profiling
733 Summary(pl.UTF-8):      glibc ze wsparciem dla profilowania
734 Summary(ru.UTF-8):      GNU libc с поддержкой профайлера
735 Summary(tr.UTF-8):      Ölçüm desteği olan glibc
736 Summary(uk.UTF-8):      GNU libc з підтримкою профайлера
737 Group:          Development/Libraries/Libc
738 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
739 Obsoletes:      libc-profile
740
741 %description profile
742 When programs are being profiled using gprof, they must use these
743 libraries instead of the standard C libraries for gprof to be able to
744 profile them correctly.
745
746 %description profile -l de.UTF-8
747 Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
748 Libraries anstelle der üblichen C-Libraries verwendet werden.
749
750 %description profile -l es.UTF-8
751 Cuando programas son perfilidas usando gprof, tienen que usar estas
752 biblioteces en vez de las estándares para que gprof pueda perfilarlas
753 correctamente.
754
755 %description profile -l pl.UTF-8
756 Programy profilowane za pomocą gprof muszą używać tych bibliotek
757 zamiast standardowych bibliotek C, aby gprof mógł odpowiednio je
758 wyprofilować.
759
760 %description profile -l uk.UTF-8
761 Коли програми досліджуються профайлером gprof, вони повинні
762 використовувати замість стандартних бібліотек бібліотеки, що містяться
763 в цьому пакеті. При використанні стандартних бібліотек gprof замість
764 реальних результатів буде показувати ціни на папайю в Гонолулу в
765 позаминулому році...
766
767 %description profile -l tr.UTF-8
768 gprof kullanılarak ölçülen programlar standart C kitaplığı yerine bu
769 kitaplığı kullanmak zorundadırlar.
770
771 %description profile -l ru.UTF-8
772 Когда программы исследуются профайлером gprof, они должны
773 использовать, вместо стандартных библиотек, библиотеки, включенные в
774 этот пакет. При использовании стандартных библиотек gprof вместо
775 реальных результатов будет показывать цены на папайю в Гонолулу в
776 позапрошлом году...
777
778 %package pic
779 Summary:        glibc PIC archive
780 Summary(es.UTF-8):      Archivo PIC de glibc
781 Summary(pl.UTF-8):      Archiwum PIC glibc
782 Group:          Development/Libraries/Libc
783 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
784
785 %description pic
786 GNU C Library PIC archive contains an archive library (ar file)
787 composed of individual shared objects. This is used for creating a
788 library which is a smaller subset of the standard libc shared library.
789
790 %description pic -l es.UTF-8
791 El archivo PIC de la biblioteca glibc contiene una biblioteca
792 archivada (un fichero ar) compuesta de individuales objetos
793 compartidos. Es usado para crear una biblioteca que sea un subconjunto
794 más pequeño de la biblioteca libc compartida estándar.
795
796 %description pic -l pl.UTF-8
797 Archiwum PIC biblioteki GNU C zawiera archiwalną bibliotekę (plik ar)
798 złożoną z pojedynczych obiektów współdzielonych. Używana jest do
799 tworzenia biblioteki będącej mniejszym podzestawem standardowej
800 biblioteki współdzielonej libc.
801
802 %package -n nss_compat
803 Summary:        Old style NYS NSS glibc module
804 Summary(es.UTF-8):      El antiguo módulo NYS NSS de glibc
805 Summary(pl.UTF-8):      Stary moduł NYS NSS glibc
806 Group:          Base
807 Requires:       %{name} = %{epoch}:%{version}-%{release}
808
809 %description -n nss_compat
810 Old style NYS NSS glibc module.
811
812 %description -n nss_compat -l es.UTF-8
813 El antiguo módulo NYS NSS de glibc
814
815 %description -n nss_compat -l pl.UTF-8
816 Stary moduł NYS NSS glibc.
817
818 %package -n nss_dns
819 Summary:        BIND NSS glibc module
820 Summary(es.UTF-8):      Módulo BIND NSS de glibc
821 Summary(pl.UTF-8):      Moduł BIND NSS glibc
822 Group:          Base
823 Requires:       %{name} = %{epoch}:%{version}-%{release}
824
825 %description -n nss_dns
826 BIND NSS glibc module.
827
828 %description -n nss_dns -l es.UTF-8
829 Módulo BIND NSS de glibc.
830
831 %description -n nss_dns -l pl.UTF-8
832 Moduł BIND NSS glibc.
833
834 %package -n nss_files
835 Summary:        Traditional files databases NSS glibc module
836 Summary(es.UTF-8):      Módulo de tradicionales bases de datos en ficheros para glibc
837 Summary(pl.UTF-8):      Moduł tradycyjnych plikowych baz danych NSS glibc
838 Group:          Base
839 Requires:       %{name} = %{epoch}:%{version}-%{release}
840
841 %description -n nss_files
842 Traditional files databases NSS glibc module.
843
844 %description -n nss_files -l es.UTF-8
845 Módulo de tradicionales bases de datos en ficheros para glibc.
846
847 %description -n nss_files -l pl.UTF-8
848 Moduł tradycyjnych plikowych baz danych NSS glibc.
849
850 %package -n nss_hesiod
851 Summary:        hesiod NSS glibc module
852 Summary(es.UTF-8):      Módulo hesiod NSS de glibc
853 Summary(pl.UTF-8):      Moduł hesiod NSS glibc
854 Group:          Base
855 Requires:       %{name} = %{epoch}:%{version}-%{release}
856
857 %description -n nss_hesiod
858 glibc NSS (Name Service Switch) module for databases access.
859
860 %description -n nss_hesiod -l es.UTF-8
861 Módulo hesiod NSS de glibc.
862
863 %description -n nss_hesiod -l pl.UTF-8
864 Moduł glibc NSS (Name Service Switch) dostępu do baz danych.
865
866 %package -n nss_nis
867 Summary:        NIS(YP) NSS glibc module
868 Summary(es.UTF-8):      Módulo NIS(YP) NSS de glibc
869 Summary(pl.UTF-8):      Moduł NIS(YP) NSS glibc
870 Group:          Base
871 Requires:       %{name} = %{epoch}:%{version}-%{release}
872
873 %description -n nss_nis
874 glibc NSS (Name Service Switch) module for NIS(YP) databases access.
875
876 %description -n nss_nis -l es.UTF-8
877 Módulo NSS de glibc para acceder las bases de datos NIS(YP).
878
879 %description -n nss_nis -l pl.UTF-8
880 Moduł glibc NSS (Name Service Switch) dostępu do baz danych NIS(YP).
881
882 %package -n nss_nisplus
883 Summary:        NIS+ NSS module
884 Summary(es.UTF-8):      Módulo NIS+ NSS
885 Summary(pl.UTF-8):      Moduł NIS+ NSS
886 Group:          Base
887 Requires:       %{name} = %{epoch}:%{version}-%{release}
888
889 %description -n nss_nisplus
890 glibc NSS (Name Service Switch) module for NIS+ databases access.
891
892 %description -n nss_nisplus -l es.UTF-8
893 Módulo NSS (Name Service Switch) de glibc para acceder las bases de
894 datos NIS+.
895
896 %description -n nss_nisplus -l pl.UTF-8
897 Moduł glibc NSS (Name Service Switch) dostępu do baz danych NIS+.
898
899 %package memusage
900 Summary:        A toy
901 Summary(es.UTF-8):      Un juguete
902 Summary(pl.UTF-8):      Zabawka
903 Group:          Applications
904 Requires:       %{name} = %{epoch}:%{version}-%{release}
905
906 %description memusage
907 A toy.
908
909 %description memusage -l es.UTF-8
910 Un juguete.
911
912 %description memusage -l pl.UTF-8
913 Zabawka.
914
915 %prep
916 %setup -q -a1
917 mv %{name}-ports-%{ports_version} ports
918 #%patch1 -p1
919 %patch2 -p1
920 %patch3 -p0
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 %{_datadir}/locale
1409 %{_datadir}/locale/locale.alias
1410
1411 %{_mandir}/man1/getconf.1*
1412 %{_mandir}/man1/getent.1*
1413 %{_mandir}/man1/iconv.1*
1414 %{_mandir}/man1/locale.1*
1415 %{_mandir}/man1/rpcgen.1*
1416 %{_mandir}/man5/locale.5*
1417 %{_mandir}/man5/nsswitch.conf.5*
1418 %{_mandir}/man5/tzfile.5*
1419 %{_mandir}/man7/*
1420 %{_mandir}/man8/ld-linux.8*
1421 %{_mandir}/man8/ld-linux.so.8*
1422 %{_mandir}/man8/ld.so.8*
1423 %{_mandir}/man8/sln.8*
1424 %{_mandir}/man8/zdump.8*
1425 %{_mandir}/man8/zic.8*
1426 %lang(cs) %{_mandir}/cs/man7/*
1427 %lang(de) %{_mandir}/de/man5/tzfile.5*
1428 %lang(de) %{_mandir}/de/man7/*
1429 %lang(es) %{_mandir}/es/man5/locale.5*
1430 %lang(es) %{_mandir}/es/man5/nsswitch.conf.5*
1431 %lang(es) %{_mandir}/es/man5/tzfile.5*
1432 %lang(es) %{_mandir}/es/man7/*
1433 %lang(es) %{_mandir}/es/man8/ld-linux.8*
1434 %lang(es) %{_mandir}/es/man8/ld-linux.so.8*
1435 %lang(es) %{_mandir}/es/man8/ld.so.8*
1436 %lang(es) %{_mandir}/es/man8/zdump.8*
1437 %lang(es) %{_mandir}/es/man8/zic.8*
1438 %lang(fr) %{_mandir}/fr/man5/locale.5*
1439 %lang(fr) %{_mandir}/fr/man5/nsswitch.conf.5*
1440 %lang(fr) %{_mandir}/fr/man5/tzfile.5*
1441 %lang(fr) %{_mandir}/fr/man7/*
1442 %lang(fr) %{_mandir}/fr/man8/ld-linux.8*
1443 %lang(fr) %{_mandir}/fr/man8/ld-linux.so.8*
1444 %lang(fr) %{_mandir}/fr/man8/ld.so.8*
1445 %lang(fr) %{_mandir}/fr/man8/zdump.8*
1446 %lang(fr) %{_mandir}/fr/man8/zic.8*
1447 %lang(hu) %{_mandir}/hu/man7/*
1448 %lang(hu) %{_mandir}/hu/man8/ld-linux.8*
1449 %lang(hu) %{_mandir}/hu/man8/ld-linux.so.8*
1450 %lang(hu) %{_mandir}/hu/man8/ld.so.8*
1451 %lang(hu) %{_mandir}/hu/man8/zdump.8*
1452 %lang(it) %{_mandir}/it/man5/locale.5*
1453 %lang(it) %{_mandir}/it/man7/*
1454 %lang(it) %{_mandir}/it/man8/zdump.8*
1455 %lang(ja) %{_mandir}/ja/man1/rpcgen.1*
1456 %lang(ja) %{_mandir}/ja/man5/locale.5*
1457 %lang(ja) %{_mandir}/ja/man5/nsswitch.conf.5*
1458 %lang(ja) %{_mandir}/ja/man5/tzfile.5*
1459 %lang(ja) %{_mandir}/ja/man7/*
1460 %lang(ja) %{_mandir}/ja/man8/ld-linux.8*
1461 %lang(ja) %{_mandir}/ja/man8/ld-linux.so.8*
1462 %lang(ja) %{_mandir}/ja/man8/ld.so.8*
1463 %lang(ja) %{_mandir}/ja/man8/sln.8*
1464 %lang(ja) %{_mandir}/ja/man8/zdump.8*
1465 %lang(ja) %{_mandir}/ja/man8/zic.8*
1466 %lang(ko) %{_mandir}/ko/man5/nsswitch.conf.5*
1467 %lang(ko) %{_mandir}/ko/man5/tzfile.5*
1468 %lang(ko) %{_mandir}/ko/man7/*
1469 %lang(ko) %{_mandir}/ko/man8/zdump.8*
1470 %lang(pl) %{_mandir}/pl/man5/locale.5*
1471 %lang(pl) %{_mandir}/pl/man7/*
1472 %lang(pl) %{_mandir}/pl/man8/ld-linux.8*
1473 %lang(pl) %{_mandir}/pl/man8/ld-linux.so.8*
1474 %lang(pl) %{_mandir}/pl/man8/ld.so.8*
1475 %lang(pt) %{_mandir}/pt/man5/locale.5*
1476 %lang(pt) %{_mandir}/pt/man5/nsswitch.conf.5*
1477 %lang(pt) %{_mandir}/pt/man5/tzfile.5*
1478 %lang(pt) %{_mandir}/pt/man7/*
1479 %lang(pt) %{_mandir}/pt/man8/zdump.8*
1480 %lang(pt) %{_mandir}/pt/man8/zic.8*
1481 %lang(ru) %{_mandir}/ru/man1/getent.1*
1482 %lang(ru) %{_mandir}/ru/man1/iconv.1*
1483 %lang(ru) %{_mandir}/ru/man1/locale.1*
1484 %lang(ru) %{_mandir}/ru/man1/rpcgen.1*
1485 %lang(ru) %{_mandir}/ru/man5/locale.5*
1486 %lang(ru) %{_mandir}/ru/man5/nsswitch.conf.5*
1487 %lang(ru) %{_mandir}/ru/man5/tzfile.5*
1488 %lang(ru) %{_mandir}/ru/man7/*
1489 %lang(ru) %{_mandir}/ru/man8/ld-linux.so.8*
1490 %lang(ru) %{_mandir}/ru/man8/ld.so.8*
1491 %lang(ru) %{_mandir}/ru/man8/zdump.8*
1492 %lang(ru) %{_mandir}/ru/man8/zic.8*
1493 %lang(tr) %{_mandir}/tr/man1/iconv.1*
1494 %lang(zh_CN) %{_mandir}/zh_CN/man1/iconv.1*
1495 %lang(zh_CN) %{_mandir}/zh_CN/man5/locale.5*
1496 %lang(zh_CN) %{_mandir}/zh_CN/man5/tzfile.5*
1497 %lang(zh_CN) %{_mandir}/zh_CN/man7/*
1498 %lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8*
1499 %lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8*
1500
1501 %files misc
1502 %defattr(644,root,root,755)
1503 %attr(755,root,root) %{_bindir}/catchsegv
1504 %attr(755,root,root) %{_bindir}/ldd
1505 %{_mandir}/man1/catchsegv.1*
1506 %{_mandir}/man1/ldd.1*
1507 %lang(es) %{_mandir}/es/man1/ldd.1*
1508 %lang(fi) %{_mandir}/fi/man1/ldd.1*
1509 %lang(fr) %{_mandir}/fr/man1/ldd.1*
1510 %lang(hu) %{_mandir}/hu/man1/ldd.1*
1511 %lang(ja) %{_mandir}/ja/man1/ldd.1*
1512 %lang(ko) %{_mandir}/ko/man1/ldd.1*
1513 %lang(pl) %{_mandir}/pl/man1/ldd.1*
1514 %lang(ru) %{_mandir}/ru/man1/ldd.1*
1515 %lang(tr) %{_mandir}/tr/man1/ldd.1*
1516 %lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1*
1517
1518 %files libcrypt
1519 %defattr(644,root,root,755)
1520 %attr(755,root,root) /%{_lib}/libcrypt-%{version}.so
1521 %ifarch alpha
1522 %attr(755,root,root) %ghost /%{_lib}/libcrypt.so.1.1
1523 %else
1524 %attr(755,root,root) %ghost /%{_lib}/libcrypt.so.1
1525 %endif
1526
1527 %files -n ldconfig
1528 %defattr(644,root,root,755)
1529 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ld.so.conf
1530 %dir %{_sysconfdir}/ld.so.conf.d
1531 %ghost %{_sysconfdir}/ld.so.cache
1532 %attr(755,root,root) /sbin/ldconfig
1533 %{_mandir}/man8/ldconfig.8*
1534 %lang(es) %{_mandir}/es/man8/ldconfig.8*
1535 %lang(fr) %{_mandir}/fr/man8/ldconfig.8*
1536 %lang(hu) %{_mandir}/hu/man8/ldconfig.8*
1537 %lang(ja) %{_mandir}/ja/man8/ldconfig.8*
1538 %lang(pl) %{_mandir}/pl/man8/ldconfig.8*
1539 %lang(pt) %{_mandir}/pt/man8/ldconfig.8*
1540 %lang(ru) %{_mandir}/ru/man8/ldconfig.8*
1541 %dir %attr(700,root,root) /var/cache/ldconfig
1542 %attr(600,root,root) %ghost /var/cache/ldconfig/aux-cache
1543
1544 %files -n nss_compat
1545 %defattr(644,root,root,755)
1546 %attr(755,root,root) /%{_lib}/libnss_compat-%{version}.so
1547 %attr(755,root,root) /%{_lib}/libnss_compat.so.2
1548
1549 %files -n nss_hesiod
1550 %defattr(644,root,root,755)
1551 %attr(755,root,root) /%{_lib}/libnss_hesiod-%{version}.so
1552 %attr(755,root,root) /%{_lib}/libnss_hesiod.so.2
1553
1554 %files -n nss_nis
1555 %defattr(644,root,root,755)
1556 %attr(755,root,root) /%{_lib}/libnss_nis-%{version}.so
1557 %attr(755,root,root) /%{_lib}/libnss_nis.so.2
1558
1559 %files -n nss_nisplus
1560 %defattr(644,root,root,755)
1561 %attr(755,root,root) /%{_lib}/libnss_nisplus-%{version}.so
1562 %attr(755,root,root) /%{_lib}/libnss_nisplus.so.2
1563
1564 %if %{with memusage}
1565 %files memusage
1566 %defattr(644,root,root,755)
1567 %attr(755,root,root) %{_bindir}/memusage*
1568 %attr(755,root,root) %{_libdir}/libmemusage.so
1569 %endif
1570
1571 %files devel
1572 %defattr(644,root,root,755)
1573 %attr(755,root,root) %{_libdir}/libBrokenLocale.so
1574 %attr(755,root,root) %{_libdir}/libanl.so
1575 %attr(755,root,root) %{_libdir}/libcrypt.so
1576 %attr(755,root,root) %{_libdir}/libcidn.so
1577 %attr(755,root,root) %{_libdir}/libdl.so
1578 %attr(755,root,root) %{_libdir}/libm.so
1579 %attr(755,root,root) %{_libdir}/libnsl.so
1580 %attr(755,root,root) %{_libdir}/libpcprofile.so
1581 %attr(755,root,root) %{_libdir}/libresolv.so
1582 %attr(755,root,root) %{_libdir}/librt.so
1583 %attr(755,root,root) %{_libdir}/libthread_db.so
1584 %attr(755,root,root) %{_libdir}/libutil.so
1585 %{_libdir}/crt[1in].o
1586 %{_libdir}/[MSg]crt1.o
1587 # ld scripts
1588 %{_libdir}/libc.so
1589 %{_libdir}/libpthread.so
1590 # static-only libs
1591 %{_libdir}/libbsd-compat.a
1592 %{_libdir}/libbsd.a
1593 %{_libdir}/libc_nonshared.a
1594 %{_libdir}/libg.a
1595 %{_libdir}/libieee.a
1596 %ifarch alpha ppc sparc
1597 %{_libdir}/libnldbl_nonshared.a
1598 %endif
1599 %{_libdir}/libpthread_nonshared.a
1600 %{_libdir}/librpcsvc.a
1601 %ifarch %{ix86} %{x8664} ppc ppc64 s390 s390x sparc sparcv9 sparc64
1602 # ABI-dependent headers
1603 %{_includedir}/gnu/stubs-*.h
1604 %endif
1605
1606 %files headers
1607 %defattr(644,root,root,755)
1608 %{_includedir}/*.h
1609 %ifarch alpha
1610 %{_includedir}/alpha
1611 %endif
1612 %{_includedir}/arpa
1613 %{_includedir}/bits
1614 %dir %{_includedir}/gnu
1615 %{_includedir}/gnu/lib*.h
1616 %{_includedir}/gnu/stubs.h
1617 %{_includedir}/net
1618 %{_includedir}/netash
1619 %{_includedir}/netatalk
1620 %{_includedir}/netax25
1621 %{_includedir}/neteconet
1622 %{_includedir}/netiucv
1623 %{_includedir}/netinet
1624 %{_includedir}/netipx
1625 %{_includedir}/netpacket
1626 %{_includedir}/netrom
1627 %{_includedir}/netrose
1628 %{_includedir}/nfs
1629 %{_includedir}/protocols
1630 %{_includedir}/rpc
1631 %{_includedir}/rpcsvc
1632 %{_includedir}/scsi
1633 %{_includedir}/sys
1634
1635 %files devel-utils
1636 %defattr(644,root,root,755)
1637 %attr(755,root,root) %{_bindir}/gencat
1638 %attr(755,root,root) %{_bindir}/*prof*
1639 %attr(755,root,root) %{_bindir}/*trace
1640
1641 %files devel-doc
1642 %defattr(644,root,root,755)
1643 %doc documentation/* NOTES PROJECTS
1644 %{_infodir}/libc.info*
1645
1646 %{_mandir}/man1/sprof.1*
1647 %{_mandir}/man3/*
1648 %lang(cs) %{_mandir}/cs/man3/*
1649 %lang(de) %{_mandir}/de/man3/*
1650 %lang(es) %{_mandir}/es/man3/*
1651 %lang(fr) %{_mandir}/fr/man3/*
1652 %lang(hu) %{_mandir}/hu/man3/*
1653 %lang(it) %{_mandir}/it/man3/*
1654 %lang(ja) %{_mandir}/ja/man3/*
1655 %lang(ko) %{_mandir}/ko/man3/*
1656 %lang(nl) %{_mandir}/nl/man3/*
1657 %lang(pl) %{_mandir}/pl/man3/*
1658 %lang(pt) %{_mandir}/pt/man3/*
1659 %lang(ru) %{_mandir}/ru/man1/sprof.1*
1660 %lang(ru) %{_mandir}/ru/man3/*
1661 %lang(tr) %{_mandir}/tr/man3/*
1662 %lang(uk) %{_mandir}/uk/man3/*
1663 %lang(zh_CN) %{_mandir}/zh_CN/man3/*
1664
1665 %files -n nscd
1666 %defattr(644,root,root,755)
1667 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/nscd
1668 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nscd.*
1669 %attr(754,root,root) /etc/rc.d/init.d/nscd
1670 %attr(755,root,root) %{_sbindir}/nscd*
1671 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/nscd
1672 %attr(640,root,root) %ghost /var/log/nscd
1673 %dir /var/run/nscd
1674 %dir /var/lib/nscd
1675 %attr(600,root,root) %ghost /var/lib/nscd/passwd
1676 %attr(600,root,root) %ghost /var/lib/nscd/group
1677 %attr(600,root,root) %ghost /var/lib/nscd/hosts
1678 %{_mandir}/man5/nscd.conf.5*
1679 %{_mandir}/man8/nscd.8*
1680 %{_mandir}/man8/nscd_nischeck.8*
1681 %lang(es) %{_mandir}/es/man5/nscd.conf.5*
1682 %lang(es) %{_mandir}/es/man8/nscd.8*
1683 %lang(fr) %{_mandir}/fr/man5/nscd.conf.5*
1684 %lang(fr) %{_mandir}/fr/man8/nscd.8*
1685 %lang(ja) %{_mandir}/ja/man5/nscd.conf.5*
1686 %lang(ja) %{_mandir}/ja/man8/nscd.8*
1687 %lang(pt) %{_mandir}/pt/man5/nscd.conf.5*
1688 %lang(pt) %{_mandir}/pt/man8/nscd.8*
1689 %lang(ru) %{_mandir}/ru/man5/nscd.conf.5*
1690 %lang(ru) %{_mandir}/ru/man8/nscd.8*
1691 %lang(zh_CN) %{_mandir}/zh_CN/man5/nscd.conf.5*
1692
1693 %files -n localedb-src
1694 %defattr(644,root,root,755)
1695 %attr(755,root,root) %{_bindir}/localedef
1696 %attr(755,root,root) %{_bindir}/localedb-gen
1697 %{_datadir}/i18n
1698 %{_mandir}/man1/localedef.1*
1699 %lang(ru) %{_mandir}/ru/man1/localedef.1*
1700
1701 %if %{with localedb}
1702 %files localedb-all
1703 %defattr(644,root,root,755)
1704 %{_libdir}/locale/locale-archive
1705 %endif
1706
1707 %files -n iconv
1708 %defattr(644,root,root,755)
1709 %attr(755,root,root) %{_sbindir}/iconvconfig
1710 %dir %{_libdir}/gconv
1711 %{_libdir}/gconv/gconv-modules
1712 %verify(not md5 mtime size) %{_libdir}/gconv/gconv-modules.cache
1713 %attr(755,root,root) %{_libdir}/gconv/*.so
1714
1715 %files static
1716 %defattr(644,root,root,755)
1717 %{_libdir}/libanl.a
1718 %{_libdir}/libBrokenLocale.a
1719 %{_libdir}/libc.a
1720 %{_libdir}/libcrypt.a
1721 %{_libdir}/libdl.a
1722 %{_libdir}/libm.a
1723 %{_libdir}/libmcheck.a
1724 %{_libdir}/libnsl.a
1725 %{_libdir}/libpthread.a
1726 %{_libdir}/libresolv.a
1727 %{_libdir}/librt.a
1728 %{_libdir}/libutil.a
1729
1730 %files profile
1731 %defattr(644,root,root,755)
1732 %{_libdir}/lib*_p.a
1733
1734 %files pic
1735 %defattr(644,root,root,755)
1736 %{_libdir}/lib*_pic.a
1737 %{_libdir}/lib*.map
1738 %{_libdir}/soinit.o
1739 %{_libdir}/sofini.o
This page took 0.145688 seconds and 3 git commands to generate.