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