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