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