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