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