]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
- i786 (aka pentium4) support.
[packages/glibc.git] / glibc.spec
1 #
2 # You can define min_kernel macro by "rpm --define 'min_kernel version'"
3 # default is 2.4.6
4 #
5 # Conditional build:
6 %bcond_without  fp              # build without frame pointer (pass \--enable-omitfp)
7 %bcond_without  memusage        # don't build memusage utility
8 %bcond_with     kernelheaders   # use headers from kernel-headers instead of
9                                 # linux-libc-headers (evil, breakage etc., don't use)
10 %bcond_without  dist_kernel     # for above, allow non-distribution kernel
11 %bcond_with     nptl            # use nptl instead of linuxthreads
12 %bcond_with     tls             # use tls
13 %bcond_with     tests           # do not perform "make test"
14
15 #
16 # TODO:
17 # - localedb-gen man pages(?)
18 # - fix what trojan broke while upgreading (getaddrinfo-workaround)
19 #
20 # WARNING:
21 #       posix zoneinfo dir removed, /etc/rc.d/init.d/timezone must be changed
22 #       in order to use this version!
23 #
24
25 %{!?min_kernel:%global          min_kernel      2.4.6}
26
27 %if %{with nptl}
28 # it seems that nptl uses cmpxchgl (available since i486) on x86
29 %ifarch i486 i586 i686 pentium3 athlon amd64 ia64 s390 s390x sparcv9 ppc ppc64
30 %if "%{min_kernel}" < "2.6.0"
31 %global         min_kernel      2.6.0
32 %endif
33 %else
34 %undefine with_nptl
35 %endif
36 %endif
37
38 %if %{with tls}
39 %ifnarch %{ix86} amd64 ia64 s390 s390x sparc sparcv9 ppc ppc64
40 %undefine with_tls
41 %endif
42 %endif
43
44 %define llh_version     7:2.6.1.3
45 Summary:        GNU libc
46 Summary(de):    GNU libc
47 Summary(es):    GNU libc
48 Summary(fr):    GNU libc
49 Summary(ja):    GNU libc ¥é¥¤¥Ö¥é¥ê
50 Summary(pl):    GNU libc
51 Summary(ru):    GNU libc ×ÅÒÓÉÉ 2.3
52 Summary(tr):    GNU libc
53 Summary(uk):    GNU libc ×ÅÒÓ¦§ 2.3
54 Name:           glibc
55 Version:        2.3.3
56 Release:        0.20040318.3%{?with_nptl:+nptl}
57 Epoch:          6
58 License:        LGPL
59 Group:          Libraries
60 #Source0:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.bz2
61 Source0:        %{name}-%{version}.tar.bz2
62 # Source0-md5:  abb1508f747df2a73b38f49a120d7461
63 #Source1:       ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.bz2
64 Source1:        %{name}-linuxthreads-%{version}.tar.bz2
65 # Source1-md5:  97c30992592f854a67107579dcef61dd
66 Source2:        nscd.init
67 Source3:        nscd.sysconfig
68 Source4:        nscd.logrotate
69 #Source5:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
70 Source5:        %{name}-man-pages.tar.bz2
71 # Source5-md5:  03bee93e9786b3e7dad2570ccb0cbc5c
72 #Source6:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
73 Source6:        %{name}-non-english-man-pages.tar.bz2
74 # Source6-md5:  6159f0a9b6426b5f6fc1b0d8d21b9b76
75 # borrowed from util-linux
76 Source7:        %{name}-localedb-gen
77 Patch0:         %{name}-info.patch
78 Patch1:         %{name}-pl.po-update.patch
79 Patch2:         %{name}-pld.patch
80 Patch3:         %{name}-crypt-blowfish.patch
81 Patch4:         %{name}-linuxthreads-lock.patch
82 Patch5:         %{name}-pthread_create-manpage.patch
83 Patch6:         %{name}-paths.patch
84 Patch7:         %{name}-i786.patch
85 Patch8:         %{name}-postshell.patch
86 Patch9:         %{name}-missing-nls.patch
87 Patch10:        %{name}-java-libc-wait.patch
88 Patch11:        %{name}-lthrds_noomit.patch
89 Patch12:        %{name}-no_opt_override.patch
90 # this is broken (hardcoded /usr/src/linux)
91 Patch13:        %{name}-kernel_includes.patch
92 Patch14:        %{name}-includes.patch
93 Patch15:        %{name}-soinit-EH_FRAME.patch
94 Patch17:        %{name}-sparc-errno_fix.patch
95 Patch18:        %{name}-make.patch
96 Patch20:        %{name}-tests-noproc.patch
97 Patch21:        %{name}-linuxthreads-ppc-fix.patch
98 Patch23:        %{name}-new-charsets.patch
99 Patch26:        %{name}-sr_CS.patch
100 # PaX
101 Patch30:        %{name}-pax_iconvconfig.patch
102 Patch31:        %{name}-pax_dl-execstack.patch
103 URL:            http://www.gnu.org/software/libc/
104 BuildRequires:  automake
105 BuildRequires:  binutils >= 2.13.90.0.2
106 BuildRequires:  gcc >= 3.2
107 %{?with_memusage:BuildRequires: gd-devel >= 2.0.1}
108 BuildRequires:  gettext-devel >= 0.10.36
109 %if %{with kernelheaders}
110 %{?with_dist_kernel:BuildRequires:      kernel-headers < 2.5}
111 %else
112 BuildRequires:  linux-libc-headers >= %{llh_version}
113 %endif
114 BuildRequires:  perl-base
115 BuildRequires:  rpm-build >= 4.3-0.20030610.28
116 BuildRequires:  rpm-perlprov
117 BuildRequires:  sed >= 4.0.5
118 BuildRequires:  texinfo
119 AutoReq:        false
120 PreReq:         basesystem
121 Requires:       glibc-misc = %{epoch}:%{version}-%{release}
122 Provides:       ld.so.2
123 Provides:       ldconfig
124 Provides:       /sbin/ldconfig
125 Obsoletes:      %{name}-common
126 Obsoletes:      %{name}-debug
127 Obsoletes:      ldconfig
128 Conflicts:      kernel < %{min_kernel}
129 Conflicts:      ld.so < 1.9.9-10
130 Conflicts:      man-pages < 1.43
131 Conflicts:      rc-scripts < 0.3.1-13
132 Conflicts:      rpm < 4.1
133 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
134
135 %define         debugcflags     -O1 -g
136 %ifarch sparc64
137 %undefine       with_memusage
138 %define         specflags_sparc64       -mvis -fcall-used-g6
139 %define         _libdir                 /usr/lib64
140 %endif
141 # hack: don't depend on rpmlib(PartialHardlinkSets) for easier upgrade from Ra
142 # (hardlinks here are unlikely to be "partial"... and rpm 4.0.2 from Ra was
143 # patched not to crash on partial hardlinks too)
144 %define         _hack_dontneed_PartialHardlinkSets      1
145
146 %description
147 Contains the standard libraries that are used by multiple programs on
148 the system. In order to save disk space and memory, as well as to ease
149 upgrades, common system code is kept in one place and shared between
150 programs. This package contains the most important sets of shared
151 libraries, the standard C library and the standard math library.
152 Without these, a Linux system will not function. It also contains
153 national language (locale) support and timezone databases.
154
155 Can be used on: Linux kernel >= %{min_kernel}.
156
157 %description -l es
158 Contiene las bibliotecas estándared que son usadas por varios programas
159 del sistema. Para ahorrar el espacio en el disco y la memoria, igual que
160 para facilitar actualizaciones, código común del sistema se guarda en un
161 sitio y es compartido entre los programas. Este paquete contiene las
162 bibliotecas compartidas más importantes, es decir la biblioteca C estándar
163 y la biblioteca estándar de matemática. Sin éstas, un sistema Linux no
164 podrá funcionar. También está incluido soporte de idiomas nacionales
165 (locale) y bases de datos de zona de tiempo.
166
167 Puede usarse con: núcleo Linux >= %{min_kernel}.
168
169 %description -l de
170 Enthält die Standard-Libraries, die von verschiedenen Programmen im
171 System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen
172 und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an
173 einer einzigen Stelle gespeichert und wird von den Programmen
174 gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der
175 shared Libraries, die Standard-C-Library und die
176 Standard-Math-Library, ohne die das Linux-System nicht funktioniert.
177 Ferner enthält es den Support für die verschiedenen Sprachgregionen
178 (locale) und die Zeitzonen-Datenbank.
179
180 Can be used on: Linux kernel >= %{min_kernel}.
181
182 %description -l fr
183 Contient les bibliothèques standards utilisées par de nombreux
184 programmes du système. Afin d'économiser l'espace disque et mémoire,
185 et de faciliter les mises à jour, le code commun au système est mis à
186 un endroit et partagé entre les programmes. Ce paquetage contient les
187 bibliothèques partagées les plus importantes, la bibliothèque standard
188 du C et la bibliothèque mathématique standard. Sans celles-ci, un
189 système Linux ne peut fonctionner. Il contient aussi la gestion des
190 langues nationales (locales) et les bases de données des zones
191 horaires.
192
193 Can be used on: Linux kernel >= %{min_kernel}.
194
195 %description -l ja
196 glibc
197 ¥Ñ¥Ã¥±¡¼¥¸¤Ï¥·¥¹¥Æ¥à¾å¤ÎÊ£¿ô¤Î¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤ëɸ½à¥é¥¤¥Ö¥é¥ê¤ò
198 ¤Õ¤¯¤ß¤Þ¤¹¡£¥Ç¥£¥¹¥¯¥¹¥Ú¡¼¥¹¤È¥á¥â¥ê¤òÀáÌó¤·¤¿¤ê¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¤ò
199 ÍѰդˤ¹¤ë¤¿¤á¤Ë¡¢¶¦Ä̤Υ·¥¹¥Æ¥à¥³¡¼¥É¤Ï°ì¤Ä¤Î¾ì½ê¤Ë¤ª¤«¤ì¡¢¥×¥í¥°¥é¥à
200 ´Ö¤Ç¶¦Í­¤µ¤ì¤Þ¤¹¡£¤³¤ÎÉôʬŪ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤Ï¥·¥§¥¢¥É¥é¥¤¥Ö¥é¥ê¤Î¤«¤Ê¤ê
201 ½ÅÍפʥ»¥Ã¥È¤ò¤Õ¤¯¤ß¤Þ¤¹: É¸½à C ¥é¥¤¥Ö¥é¥ê¤Èɸ½à¿ôÃͥ饤¥Ö¥é¥ê¤Ç¤¹¡£
202 ¤³¤ÎÆó¤Ä¤Î¥é¥¤¥Ö¥é¥êÈ´¤­¤Ç¤Ï¡¢Linux ¥·¥¹¥Æ¥à¤Ïµ¡Ç½¤·¤Þ¤»¤ó¡£ glibc
203 ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤Þ¤¿ÃÏ°è¸À¸ì (locale) ¥µ¥Ý¡¼¥È¤È¥¿¥¤¥à¥¾¡¼¥ó¥Ç¡¼¥¿¥Ù¡¼¥¹
204 ¥µ¥Ý¡¼¥È¤ò¤Õ¤¯¤ß¤Þ¤¹¡£
205
206 Can be used on: Linux kernel >= %{min_kernel}.
207
208 %description -l pl
209 W pakiecie znajduj± siê podstawowe biblioteki, u¿ywane przez ró¿ne
210 programy w Twoim systemie. U¿ywanie przez programy bibliotek z tego
211 pakietu oszczêdza miejsce na dysku i pamiêæ. Wiekszo¶æ kodu
212 systemowego jest usytuowane w jednym miejscu i dzielone miêdzy wieloma
213 programami. Pakiet ten zawiera bardzo wa¿ny zbiór bibliotek
214 standardowych, wspó³dzielonych (dynamicznych) bibliotek C i
215 matematycznych. Bez glibc system Linux nie jest w stanie funkcjonowaæ.
216 Znajduj± siê tutaj równie¿ definicje ró¿nych informacji dla wielu
217 jêzyków (locale) oraz definicje stref czasowych.
218
219 Przeznaczony dla j±dra Linux >= %{min_kernel}.
220
221 %description -l ru
222 óÏÄÅÒÖÉÔ ÓÔÁÎÄÁÒÔÎÙÅ ÂÉÂÌÉÏÔÅËÉ, ÉÓÐÏÌØÚÕÅÍÙÅ ÍÎÏÇÏÞÉÓÌÅÎÎÙÍÉ
223 ÐÒÏÇÒÁÍÍÁÍÉ × ÓÉÓÔÅÍÅ. äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÈÒÁÎÉÔØ ÄÉÓËÏ×ÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï
224 É ÐÁÍÑÔØ, Á ÔÁËÖÅ ÄÌÑ ÐÒÏÓÔÏÔÙ ÏÂÎÏ×ÌÅÎÉÑ, ÓÉÓÔÅÍÎÙÊ ËÏÄ, ÏÂÝÉÊ ÄÌÑ
225 ×ÓÅÈ ÐÒÏÇÒÁÍÍ, ÈÒÁÎÉÔÓÑ × ÏÄÎÏÍ ÍÅÓÔÅ É ËÏÌÌÅËÔÉ×ÎÏ ÉÓÐÏÌØÚÕÅÔÓÑ ×ÓÅÍÉ
226 ÐÒÏÇÒÁÍÍÁÍÉ. üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÎÁÉÂÏÌÅÅ ×ÁÖÎÙÅ ÉÚ ÒÁÚÄÅÌÑÅÍÙÈ
227 ÂÉÂÌÉÏÔÅË - ÓÔÁÎÄÁÒÔÎÕÀ ÂÉÂÌÉÏÔÅËÕ C É ÓÔÁÎÄÁÒÔÎÕÀ ÂÉÂÌÉÏÔÅËÕ
228 ÍÁÔÅÍÁÔÉËÉ. âÅÚ ÜÔÉÈ ÂÉÂÌÉÏÔÅË Linux ÆÕÎËÃÉÏÎÉÒÏ×ÁÔØ ÎÅ ÂÕÄÅÔ. ôÁËÖÅ
229 ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÐÏÄÄÅÒÖËÕ ÎÁÃÉÏÎÁÌØÎÙÈ ÑÚÙËÏ× (locale) É ÂÁÚÙ ÄÁÎÎÙÈ
230 ×ÒÅÍÅÎÎÙÈ ÚÏΠ(timezone databases).
231
232 Can be used on: Linux kernel >= %{min_kernel}.
233
234 %description -l tr
235 Bu paket, birçok programýn kullandýðý standart kitaplýklarý içerir.
236 Disk alaný ve bellek kullanýmýný azaltmak ve ayný zamanda güncelleme
237 iþlemlerini kolaylaþtýrmak için ortak sistem kodlarý tek bir yerde
238 tutulup programlar arasýnda paylaþtýrýlýr. Bu paket en önemli ortak
239 kitaplýklarý, standart C kitaplýðýný ve standart matematik kitaplýðýný
240 içerir. Bu kitaplýklar olmadan Linux sistemi çalýþmayacaktýr. Yerel
241 dil desteði ve zaman dilimi veri tabaný da bu pakette yer alýr.
242
243 Can be used on: Linux kernel >= %{min_kernel}.
244
245 %description -l uk
246 í¦ÓÔÉÔØ ÓÔÁÎÄÁÒÔΦ Â¦Â̦ÏÔÅËÉ, ËÏÔÒ¦ ×ÉËÏÒÉÓÔÏ×ÕÀÔØÓÑ ÞÉÓÌÅÎÎÉÍÉ
247 ÐÒÏÇÒÁÍÁÍÉ × ÓÉÓÔÅͦ. äÌÑ ÔÏÇÏ, ÝÏ ÚÂÅÒÅÇÔÉ ÄÉÓËÏ×ÉÊ ÐÒÏÓÔ¦Ò ÔÁ
248 ÐÁÍ'ÑÔØ, Á ÔÁËÏÖ ÄÌÑ ÐÒÏÓÔÏÔÉ ÐÏÎÏ×ÌÅÎÎÑ ÓÉÓÔÅÍÉ, ÓÉÓÔÅÍÎÉÊ ËÏÄ,
249 ÓЦÌØÎÉÊ ÄÌÑ ×ӦȠÐÒÏÇÒÁÍ, ÚÂÅÒ¦ÇÁ¤ÔØÓÑ × ÏÄÎÏÍՠͦÓæ ¦ ËÏÌÅËÔÉ×ÎÏ
250 ×ÉËÏÒÉÓÔÏ×Õ¤ÔØÓÑ ×Ó¦ÍÁ ÐÒÏÇÒÁÍÁÍÉ. ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÎÁʦÌØÛ ×ÁÖÌÉצ
251 Ú ÄÉÎÁͦÞÎÉȠ¦Â̦ÏÔÅË - ÓÔÁÎÄÁÒÔÎՠ¦Â̦ÏÔÅËÕ ó ÔÁ ÓÔÁÎÄÁÒÔÎÕ
252 ¦Â̦ÏÔÅËÕ ÍÁÔÅÍÁÔÉËÉ. âÅÚ ÃÉȠ¦Â̦ÏÔÅË Linux ÆÕÎËæÏÎÕ×ÁÔÉ ÎÅ ÂÕÄÅ.
253 ôÁËÏÖ ÐÁËÅԠͦÓÔÉÔؠЦÄÔÒÉÍËÕ ÎÁæÏÎÁÌØÎÉÈ ÍÏ× (locale) ÔÁ ÂÁÚÉ ÄÁÎÎÉÈ
254 ÞÁÓÏ×ÉÈ ÚÏΠ(timezone databases).
255
256 Can be used on: Linux kernel >= %{min_kernel}.
257
258 %package misc
259 Summary:        Utilities and data used by glibc
260 Summary(pl):    Narzêdzia i dane u¿ywane przez glibc
261 Group:          Development/Libraries
262 AutoReq:        false
263 Requires:       %{name} = %{epoch}:%{version}-%{release}
264
265 %description misc
266 Utilities and data used by glibc.
267
268 %description misc -l pl
269 Narzêdzia i dane u¿ywane przez glibc.
270
271 %package devel
272 Summary:        Additional libraries required to compile
273 Summary(de):    Weitere Libraries zum Kompilieren
274 Summary(es):    Bibliotecas adicionales necesarias para la compilación
275 Summary(fr):    Librairies supplémentaires nécessaires à la compilation
276 Summary(ja):    É¸½à C ¥é¥¤¥Ö¥é¥ê¤Ç»È¤ï¤ì¤ë¥Ø¥Ã¥À¡¼¤È¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë
277 Summary(pl):    Dodatkowe biblioteki wymagane podczas kompilacji
278 Summary(ru):    äÏÐÏÌÎÉÔÅÌØÎÙÅ ÂÉÂÌÉÏÔÅËÉ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ËÏÍÐÉÌÑÃÉÉ
279 Summary(tr):    Geliþtirme için gerekli diðer kitaplýklar
280 Summary(uk):    äÏÄÁÔËÏצ Â¦Â̦ÏÔÅËÉ, ÐÏÔÒ¦ÂΦ ÄÌÑ ËÏÍЦÌÑæ§
281 Group:          Development/Libraries
282 Requires:       %{name} = %{epoch}:%{version}-%{release}
283 %{!?with_kernelheaders:Requires:        linux-libc-headers >= %{llh_version}}
284
285 %description devel
286 To develop programs which use the standard C libraries (which nearly
287 all programs do), the system needs to have these standard header files
288 and object files available for creating the executables.
289
290 %description devel -l de
291 Bei der Entwicklung von Programmen, die die Standard-C-Libraries
292 verwenden (also fast alle), benötigt das System diese Standard-Header-
293 und Objektdateien zum Erstellen der ausführbaren Programme.
294
295 %description devel -l es
296 Para desarrollar programas que utilizan las bibliotecas C estándar
297 (lo cual hacen prácticamente todos los programas), el sistema necesita
298 disponer de estos ficheros de cabecera y de objetos para crear los
299 ejecutables.
300
301 %description devel -l fr
302 Pour développer des programmes utilisant les bibliothèques standard du
303 C (ce que presque tous les programmes font), le système doit posséder
304 ces fichiers en-têtes et objets standards pour créer les exécutables.
305
306 %description devel -l ja
307 glibc-devel ¥Ñ¥Ã¥±¡¼¥¸¤Ï(¤Û¤È¤ó¤É¤¹¤Ù¤Æ¤Î¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤ë)ɸ½à C
308 ¥é¥¤¥Ö¥é¥ê¤ò»ÈÍѤ·¤¿¥×¥í¥°¥é¥à¤ò³«È¯¤¹¤ë¤¿¤á¤Î¥Ø¥Ã¥À¡¼¤È¥ª¥Ö¥¸¥§¥¯¥È
309 ¥Õ¥¡¥¤¥ë¤ò´Þ¤ß¤Þ¤¹¡£¤â¤·É¸½à C
310 ¥é¥¤¥Ö¥é¥ê¤ò»ÈÍѤ¹¤ë¥×¥í¥°¥é¥à¤ò³«È¯¤¹¤ë¤Ê¤é
311 ¼Â¹Ô¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ëÌÜŪ¤Ç¤³¤ì¤é¤Îɸ½à¥Ø¥Ã¥À¤È¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë
312 ¤¬»ÈÍѤǤ­¤Þ¤¹¡£
313
314 %description devel -l pl
315 Pakiet ten jest niezbêdny przy tworzeniu w³asnych programów
316 korzystaj±cych ze standardowej biblioteki C. Znajduj± siê tutaj pliki
317 nag³ówkowe oraz pliki obiektowe, niezbêdne do kompilacji programów
318 wykonywalnych i innych bibliotek.
319
320 %description devel -l ru
321 äÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ, ÉÓÐÏÌØÚÕÀÝÉÈ ÓÔÁÎÄÁÒÔÎÙÅ ÂÉÂÌÉÏÔÅËÉ C (Á
322 ÐÒÁËÔÉÞÅÓËÉ ×ÓÅ ÐÒÏÇÒÁÍÍÙ ÉÈ ÉÓÐÏÌØÚÕÀÔ), ÓÉÓÔÅÍÅ îåïâèïäéíù ÈÅÄÅÒÙ É
323 ÏÂßÅËÔÎÙÅ ÆÁÊÌÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÜÔÏÍ ÐÁËÅÔÅ, ÞÔÏÂÙ ÓÏÚÄÁ×ÁÔØ
324 ÉÓÐÏÌÎÑÅÍÙÅ ÆÁÊÌÙ.
325
326 %description devel -l tr
327 C kitaplýðýný kullanan (ki hemen hemen hepsi kullanýyor) programlar
328 geliþtirmek için gereken standart baþlýk dosyalarý ve statik
329 kitaplýklar.
330
331 %description devel -l uk
332 äÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ, ÝÏ ×ÉËÏÒÉÓÔÏ×ÕÀÔØ ÓÔÁÎÄÁÒÔΦ Â¦Â̦ÏÔÅËÉ C
333 (ÐÒÁËÔÉÞÎÏ ×Ó¦ ÐÒÏÇÒÁÍÉ §È ×ÉËÏÒÉÓÔÏ×ÕÀÔØ), ÓÉÓÔÅͦ îåïâè¶äÈÅÄÅÒÉ
334 ÔÁ ÏÂ'¤ËÔΦ ÆÁÊÌÉ, ÝϠͦÓÔÑÔØÓÑ × ÃØÏÍÕ ÐÁËÅÔ¦, ÃÏ ÓÔ×ÏÒÀ×ÁÔÉ
335 ×ÉËÏÎÕ×ÁΦ ÆÁÊÌÉ.
336
337 %package -n nscd
338 Summary:        Name Service Caching Daemon
339 Summary(es):    Demonio de caché del servicio de nombres
340 Summary(ja):    ¥Í¡¼¥à¥µ¡¼¥Ó¥¹¥­¥ã¥Ã¥·¥ó¥°¥Ç¡¼¥â¥ó (nacd)
341 Summary(pl):    Demon zapamiêtuj±cy odpowiedzi serwisów nazw
342 Summary(ru):    ëÜÛÉÒÕÀÝÉÊ ÄÅÍÏΠÓÅÒ×ÉÓÏ× ÉÍÅÎ
343 Summary(uk):    ëÅÛÕÀÞÉÊ ÄÅÍÏΠÓÅצӦנ¦ÍÅÎ
344 Group:          Networking/Daemons
345 PreReq:         rc-scripts >= 0.2.0
346 Requires(post,preun):   /sbin/chkconfig
347 Requires(post): fileutils
348 Requires:       %{name} = %{epoch}:%{version}-%{release}
349
350 %description -n nscd
351 nscd caches name service lookups; it can dramatically improve
352 performance with NIS+, and may help with DNS as well. You cannot use
353 nscd with 2.0 kernels, due to bugs in the kernel-side thread support.
354 nscd happens to hit these bugs particularly hard.
355
356 %description -n nscd -l es
357 nscd guarda las peticiones del servicio de nombres en una caché; eso puede
358 aumentar drásticamente las prestaciones de NIS+, y también puede ayudar
359 con DNS. No puede usar nscd con núcleos 2.0, por contener éstos errores
360 en el soporte de hilos. Resulta que estos errores impactan el nscd de manera
361 realmente grave.
362
363 %description -n nscd -l ja
364 Nscd ¤Ï¥Í¡¼¥à¥µ¡¼¥Ó¥¹»²¾È¤ò¥­¥ã¥Ã¥·¥å¤·¡¢NIS+ ¤Î¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤ò
365 ¥É¥é¥Þ¥Æ¥£¥Ã¥¯¤Ë²þÁ±¤¹¤ë¤³¤È¤¬¤Ç¤­¡¢DNS ¤òƱÍͤËÊä½õ¤·¤Þ¤¹¡£ 2.0
366 ¥«¡¼¥Í¥ë¤Ç nscd ¤ò»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£
367 ¤½¤ì¤Ï¡¢¥«¡¼¥Í¥ë¦¤Î¥¹¥ì¥Ã¥É¥µ¥Ý¡¼¥È¤Ë¥Ð¥°¤¬¤¢¤ë¤«¤é¤Ç¤¹¡£ÉÔ¹¬¤Ê¤³¤È¤Ë¡¢
368 nscd ¤Ï¤³¤ì¤é¤Î¥Ð¥°¤ËÆäˤϤ²¤·¤¯¤¢¤¿¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£
369
370 %description -n nscd -l pl
371 nscd zapamiêtuje zapytania i odpowiedzi NIS oraz DNS. Pozwala
372 drastycznie poprawiæ szybko¶æ dzia³ania NIS+. Nie jest mo¿liwe
373 u¿ywanie nscd z j±drami serii 2.0.x z powodu b³êdów po stronie j±dra w
374 obs³udze w±tków.
375
376 %description -n nscd -l ru
377 nscd ËÜÛÉÒÕÅÔ ÒÅÚÕÌØÔÁÔÙ ÚÁÐÒÏÓÏ× Ë ÓÅÒ×ÉÓÁÍ ÉÍÅÎ; ÜÔÏ ÍÏÖÅÔ ÒÅÚËÏ
378 Õ×ÅÌÉÞÉÔØ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔØ ÒÁÂÏÔÙ Ó NIS+ É, ÔÁËÖÅ, ÍÏÖÅÔ ÐÏÍÏÞØ Ó
379 DNS.
380
381 %description -n nscd -l uk
382 nscd ËÅÛÕ¤ ÒÅÚÕÌØÔÁÔÉ ÚÁÐÒÏӦנÄÏ ÓÅÒצӦנ¦ÍÅÎ; ÃÅ ÍÏÖÅ ÓÉÌØÎÏ
383 Ú¦ÌØÛÉÔÉ Û×ÉÄ˦ÓÔØ ÒÏÂÏÔÉ Ú NIS+ ¦, ÔÁËÏÖ, ÍÏÖÅ ÄÏÐÏÍÏÇÔÉ Ú DNS.
384
385 %package -n localedb-src
386 Summary:        locale database source code
387 Summary(es):    Código fuente de la base de datos de los locales
388 Summary(pl):    Kod ¼ród³owy bazy locale
389 Group:          Daemons
390 Requires:       %{name} = %{epoch}:%{version}-%{release}
391 Requires:       sed
392
393 %description -n localedb-src
394 This add-on package contains the data needed to build the locale data
395 files to use the internationalization features of the GNU libc.
396
397 %description -n localedb-src -l es
398 Este paquete adicional contiene los datos necesarios para construir
399 los ficheros de locale, imprescindibles para usar las cualidades de
400 internacionalización de GNU libc.
401
402 %description -n localedb-src -l pl
403 Pakiet ten zawiera dane niezbêdne do zbudowania binarnych plików
404 lokalizacyjnych, by móc wykorzystaæ mo¿liwo¶ci oferowane przez GNU
405 libc.
406
407 %package localedb-all
408 Summary:        locale database for all locales supported by glibc
409 Summary(es):    Base de datos de todos los locales soportados por glibc
410 Summary(pl):    Baza danych locale dla wszystkich lokalizacji obs³ugiwanych przez glibc
411 Group:          Libraries
412 Requires:       iconv = %{epoch}:%{version}-%{release}
413 Requires:       %{name} = %{epoch}:%{version}-%{release}
414
415 %description localedb-all
416 This package contains locale database for all locales supported by
417 glibc. In glibc 2.3.x it's one large file (about 39MB) - if you want
418 something smaller with support for chosen locales only, consider
419 installing localedb-src and regenerating database using localedb-gen
420 script (when database is generated, localedb-src can be uninstalled).
421
422 %description localedb-all -l es
423 Este paquete contiene una base de datos de todos los locales soportados
424 por glibc. En glibc 2.3.x ése es un fichero grande (aprox. 39 MB) -- si
425 prefiere algo más pequeño, sólo con soporte de unos locales elegidos,
426 considérese instalar localedb-src y regenerar la base de datos usando
427 el escript localedb-gen (una vez que la base de datos esté creada,
428 localedb-src se podrá desinstalar).
429
430 %description localedb-all -l pl
431 Ten pakiet zawiera bazê danych locale dla wszystkich lokalizacji
432 obs³ugiwanych przez glibc. W glibc 2.3.x jest to jeden du¿y plik
433 (oko³o 39MB); aby mieæ co¶ mniejszego, z obs³ug± tylko wybranych
434 lokalizacji, nale¿y zainstalowaæ pakiet localedb-src i przegenerowaæ
435 bazê danych przy u¿yciu skryptu localedb-gen (po wygenerowaniu bazy
436 pakiet localedb-src mo¿na odinstalowaæ).
437
438 %package -n iconv
439 Summary:        Convert encoding of given files from one encoding to another
440 Summary(es):    Convierte entre varias codificaciones de los ficheros dados
441 Summary(pl):    Program do konwersji plików tekstowych z jednego kodowania do innego
442 Group:          Applications/Text
443 Requires:       %{name} = %{epoch}:%{version}-%{release}
444
445 %description -n iconv
446 Convert encoding of given files from one encoding to another. You need
447 this package if you want to convert some document from one encoding to
448 another or if you have installed some programs which use Generic
449 Character Set Conversion Interface.
450
451 %description -n iconv -l es
452 Convierte la codificación de dados ficheros. Necesita este paquete si
453 quiere convertir un documento entre una codificación (juego de
454 caracteres) y otra, o si tiene instalado algún programa que usa el
455 Generic Character Set Conversion Interface (interfaz genérica de
456 conversión de juegos de caracteres).
457
458 %description -n iconv -l pl
459 Program do konwersji plików tekstowych z jednego kodowania do innego.
460 Musisz mieæ zainstalowany ten pakiet je¿eli wykonujesz konwersjê
461 dokumentów z jednego kodowania do innego lub je¿eli masz zainstalowane
462 jakie¶ programy, które korzystaj± z Generic Character Set Conversion
463 Interface w glibc, czyli z zestawu funkcji z tej biblioteki, które
464 umo¿liwiaj± konwersjê kodowania danych z poziomu dowolnego programu.
465
466 %package static
467 Summary:        Static libraries
468 Summary(es):    Bibliotecas estáticas
469 Summary(pl):    Biblioteki statyczne
470 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ glibc
471 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ glibc
472 Group:          Development/Libraries
473 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
474
475 %description static
476 GNU libc static libraries.
477
478 %description static -l es
479 Bibliotecas estáticas de GNU libc.
480
481 %description static -l pl
482 Biblioteki statyczne GNU libc.
483
484 %description static -l ru
485 üÔÏ ÏÔÄÅÌØÎÙÊ ÐÁËÅÔ ÓÏ ÓÔÁÔÉÞÅÓËÉÍÉ ÂÉÂÌÉÏÔÅËÁÍÉ, ËÏÔÏÒÙÅ ÂÏÌØÛÅ ÎÅ
486 ×ÈÏÄÑÔ × glibc-devel.
487
488 %description static -l uk
489 ãÅ ÏËÒÅÍÉÊ ÐÁËÅÔ Ú¦ ÓÔÁÔÉÞÎÉÍɠ¦Â̦ÏÔÅËÁÍÉ, ÝϠ¦ÌØÛÅ ÎÅ ×ÈÏÄÑÔØ ×
490 ÓËÌÁÄ glibc-devel.
491
492 %package profile
493 Summary:        glibc with profiling support
494 Summary(de):    glibc mit Profil-Unterstützung
495 Summary(es):    glibc con soporte de perfilamiento
496 Summary(fr):    glibc avec support pour profiling
497 Summary(pl):    glibc ze wsparciem dla profilowania
498 Summary(ru):    GNU libc Ó ÐÏÄÄÅÒÖËÏÊ ÐÒÏÆÁÊÌÅÒÁ
499 Summary(tr):    Ölçüm desteði olan glibc
500 Summary(uk):    GNU libc Ú Ð¦ÄÔÒÉÍËÏÀ ÐÒÏÆÁÊÌÅÒÁ
501 Group:          Development/Libraries/Libc
502 Obsoletes:      libc-profile
503 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
504
505 %description profile
506 When programs are being profiled using gprof, they must use these
507 libraries instead of the standard C libraries for gprof to be able to
508 profile them correctly.
509
510 %description profile -l de
511 Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
512 Libraries anstelle der üblichen C-Libraries verwendet werden.
513
514 %description profile -l es
515 Cuando programas son perfilidas usando gprof, tienen que usar estas
516 biblioteces en vez de las estándares para que gprof pueda perfilarlas
517 correctamente.
518
519 %description profile -l pl
520 Programy profilowane za pomoc± gprof musz± u¿ywaæ tych bibliotek
521 zamiast standardowych bibliotek C, aby gprof móg³ odpowiednio je
522 wyprofilowaæ.
523
524 %description profile -l uk
525 ëÏÌÉ ÐÒÏÇÒÁÍÉ ÄÏÓ̦ÄÖÕÀÔØÓÑ ÐÒÏÆÁÊÌÅÒÏÍ gprof, ×ÏÎÉ ÐÏ×ÉÎΦ
526 ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÚÁͦÓÔØ ÓÔÁÎÄÁÒÔÎÉȠ¦Â̦ÏÔÅˠ¦Â̦ÏÔÅËÉ, ÝϠͦÓÔÑÔØÓÑ
527 × ÃØÏÍÕ ÐÁËÅÔ¦. ðÒÉ ×ÉËÏÒÉÓÔÁÎΦ ÓÔÁÎÄÁÒÔÎÉȠ¦Â̦ÏÔÅË gprof ÚÁͦÓÔØ
528 ÒÅÁÌØÎÉÈ ÒÅÚÕÌØÔÁԦנÂÕÄÅ ÐÏËÁÚÕ×ÁÔɠæÎÉ ÎÁ ÐÁÐÁÊÀ × çÏÎÏÌÕÌÕ ×
529 ÐÏÚÁÍÉÎÕÌÏÍÕ ÒÏæ...
530
531 %description profile -l tr
532 gprof kullanýlarak ölçülen programlar standart C kitaplýðý yerine bu
533 kitaplýðý kullanmak zorundadýrlar.
534
535 %description profile -l ru
536 ëÏÇÄÁ ÐÒÏÇÒÁÍÍÙ ÉÓÓÌÅÄÕÀÔÓÑ ÐÒÏÆÁÊÌÅÒÏÍ gprof, ÏÎÉ ÄÏÌÖÎÙ
537 ÉÓÐÏÌØÚÏ×ÁÔØ, ×ÍÅÓÔÏ ÓÔÁÎÄÁÒÔÎÙÈ ÂÉÂÌÉÏÔÅË, ÂÉÂÌÉÏÔÅËÉ, ×ËÌÀÞÅÎÎÙÅ ×
538 ÜÔÏÔ ÐÁËÅÔ. ðÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÓÔÁÎÄÁÒÔÎÙÈ ÂÉÂÌÉÏÔÅË gprof ×ÍÅÓÔÏ
539 ÒÅÁÌØÎÙÈ ÒÅÚÕÌØÔÁÔÏ× ÂÕÄÅÔ ÐÏËÁÚÙ×ÁÔØ ÃÅÎÙ ÎÁ ÐÁÐÁÊÀ × çÏÎÏÌÕÌÕ ×
540 ÐÏÚÁÐÒÏÛÌÏÍ ÇÏÄÕ...
541
542 %package pic
543 Summary:        glibc PIC archive
544 Summary(es):    Archivo PIC de glibc
545 Summary(pl):    Archiwum PIC glibc
546 Group:          Development/Libraries/Libc
547 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
548
549 %description pic
550 GNU C Library PIC archive contains an archive library (ar file)
551 composed of individual shared objects. This is used for creating a
552 library which is a smaller subset of the standard libc shared library.
553
554 %description pic -l es
555 El archivo PIC de la biblioteca glibc contiene una biblioteca archivada
556 (un fichero ar) compuesta de individuales objetos compartidos. Es usado
557 para crear una biblioteca que sea un subconjunto más pequeño de la
558 biblioteca libc compartida estándar.
559
560 %description pic -l pl
561 Archiwum PIC biblioteki GNU C zawiera archiwaln± bibliotekê (plik ar)
562 z³o¿on± z pojedyñczych obiektów wspó³dzielonych. U¿ywana jest do
563 tworzenia biblioteki bêd±cej mniejszym podzestawem standardowej
564 biblioteki wspó³dzielonej libc.
565
566 %package -n nss_compat
567 Summary:        Old style NYS NSS glibc module
568 Summary(es):    El antiguo módulo NYS NSS de glibc
569 Summary(pl):    Stary modu³ NYS NSS glibc
570 Group:          Base
571 Requires:       %{name} = %{epoch}:%{version}-%{release}
572
573 %description -n nss_compat
574 Old style NYS NSS glibc module.
575
576 %description -n nss_compat -l es
577 El antiguo módulo NYS NSS de glibc
578
579 %description -n nss_compat -l pl
580 Stary modu³ NYS NSS glibc.
581
582 %package -n nss_dns
583 Summary:        BIND NSS glibc module
584 Summary(es):    Módulo BIND NSS de glibc
585 Summary(pl):    Modu³ BIND NSS glibc
586 Group:          Base
587 Requires:       %{name} = %{epoch}:%{version}-%{release}
588
589 %description -n nss_dns
590 BIND NSS glibc module.
591
592 %description -n nss_dns -l es
593 Módulo BIND NSS de glibc.
594
595 %description -n nss_dns -l pl
596 Modu³ BIND NSS glibc.
597
598 %package -n nss_files
599 Summary:        Traditional files databases NSS glibc module
600 Summary(es):    Módulo de tradicionales bases de datos en ficheros para glibc
601 Summary(pl):    Modu³ tradycyjnych plikowych baz danych NSS glibc
602 Group:          Base
603 Requires:       %{name} = %{epoch}:%{version}-%{release}
604
605 %description -n nss_files
606 Traditional files databases NSS glibc module.
607
608 %description -n nss_files -l es
609 Módulo de tradicionales bases de datos en ficheros para glibc.
610
611 %description -n nss_files -l pl
612 Modu³ tradycyjnych plikowych baz danych NSS glibc.
613
614 %package -n nss_hesiod
615 Summary:        hesiod NSS glibc module
616 Summary(es):    Módulo hesiod NSS de glibc
617 Summary(pl):    Modu³ hesiod NSS glibc
618 Group:          Base
619 Requires:       %{name} = %{epoch}:%{version}-%{release}
620
621 %description -n nss_hesiod
622 glibc NSS (Name Service Switch) module for databases access.
623
624 %description -n nss_hesiod -l es
625 Módulo hesiod NSS de glibc.
626
627 %description -n nss_hesiod -l pl
628 Modu³ glibc NSS (Name Service Switch) dostêpu do baz danych.
629
630 %package -n nss_nis
631 Summary:        NIS(YP) NSS glibc module
632 Summary(es):    Módulo NIS(YP) NSS de glibc
633 Summary(pl):    Modu³ NIS(YP) NSS glibc
634 Group:          Base
635 Requires:       %{name} = %{epoch}:%{version}-%{release}
636
637 %description -n nss_nis
638 glibc NSS (Name Service Switch) module for NIS(YP) databases access.
639
640 %description -n nss_nis -l es
641 Módulo NSS de glibc para acceder las bases de datos NIS(YP).
642
643 %description -n nss_nis -l pl
644 Modu³ glibc NSS (Name Service Switch) dostêpu do baz danych NIS(YP).
645
646 %package -n nss_nisplus
647 Summary:        NIS+ NSS module
648 Summary(es):    Módulo NIS+ NSS
649 Summary(pl):    Modu³ NIS+ NSS
650 Group:          Base
651 Requires:       %{name} = %{epoch}:%{version}-%{release}
652
653 %description -n nss_nisplus
654 glibc NSS (Name Service Switch) module for NIS+ databases access.
655
656 %description -n nss_nisplus -l es
657 Módulo NSS (Name Service Switch) de glibc para acceder las bases de datos NIS+.
658
659 %description -n nss_nisplus -l pl
660 Modu³ glibc NSS (Name Service Switch) dostêpu do baz danych NIS+.
661
662 %package memusage
663 Summary:        A toy
664 Summary(es):    Un juguete
665 Summary(pl):    Zabawka
666 Group:          Applications
667 Requires:       %{name} = %{epoch}:%{version}-%{release}
668 Requires:       gd
669
670 %description memusage
671 A toy.
672
673 %description memusage -l es
674 Un juguete.
675
676 %description memusage -l pl
677 Zabawka.
678
679 %package zoneinfo_right
680 Summary:        Non-POSIX (real) time zones
681 Summary(es):    Zonas de tiempo reales (no de POSIX)
682 Summary(pl):    Nie-POSIX-owe (prawdziwe) strefy czasowe
683 Group:          Libraries
684 Requires:       %{name} = %{epoch}:%{version}-%{release}
685
686 %description zoneinfo_right
687 You don't want this. Details at:
688 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
689
690 %description zoneinfo_right -l es
691 No lo necesita. Encontrará los detalles en:
692 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
693
694 %description zoneinfo_right -l pl
695 Nie potrzebujesz tego. Szczegó³y pod:
696 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
697
698 %package -n %{name}64
699 Summary:        GNU libc - 64-bit libraries
700 Summary(es):    GNU libc - bibliotecas de 64 bits
701 Summary(pl):    GNU libc - biblioteki 64-bitowe
702 Group:          Libraries
703 %ifarch amd64
704 Provides:       glibc = %{epoch}:%{version}-%{release}
705 Requires:       glibc-misc = %{epoch}:%{version}-%{release}
706 %else
707 Requires:       %{name} = %{epoch}:%{version}-%{release}
708 %endif
709
710 %description -n %{name}64
711 64-bit GNU libc libraries for 64bit architecture.
712
713 %description -n %{name}64 -l es
714 Bibliotecas GNU libc de 64 bits para la arquitectura 64bit.
715
716 %description -n %{name}64 -l pl
717 Biblioteki 64-bitowe GNU libc dla architektury 64bit.
718
719 %package -n %{name}64-devel
720 Summary:        Development files for 64-bit GNU libc libraries
721 Summary(es):    Ficheros de desarrollo para bibliotecas GNU libc de 64 bits
722 Summary(pl):    Pliki do programowania z u¿yciem 64-bitowych bibliotek GNU libc
723 Group:          Development/Libraries
724 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
725
726 %description -n %{name}64-devel
727 Development files for 64-bit GNU libc libraries for 64bit
728 architecture.
729
730 %description -n %{name}64-devel -l es
731 Ficheros de desarrollo para las bibliotecas GNU libc de 64 bits para la
732 arquitectura 64bit.
733
734 %description -n %{name}64-devel -l pl
735 Pliki do programowania z u¿yciem 64-bitowych bibliotek GNU libc dla
736 architektury 64bit.
737
738 %package -n %{name}64-static
739 Summary:        Static 64-bit GNU libc libraries
740 Summary(es):    Bibliotecas estáticas GNU libc de 64 bits
741 Summary(pl):    Statyczne 64-bitowe biblioteki GNU libc
742 Group:          Development/Libraries
743 Requires:       %{name}64-devel = %{epoch}:%{version}-%{release}
744
745 %description -n %{name}64-static
746 Static 64-bit GNU libc libraries.
747
748 %description -n %{name}64-static -l es
749 Bibliotecas estáticas GNU libc de 64 bits.
750
751 %description -n %{name}64-static -l pl
752 Statyczne 64-bitowe biblioteki GNU libc.
753
754 %prep
755 %setup -q -a 1 -n libc
756 %patch0 -p1
757 %patch1 -p1
758 %patch2 -p1
759 %patch3 -p1
760 %patch4 -p1
761 %patch5 -p1
762 %patch6 -p1
763 %patch7 -p1
764 %patch8 -p1
765 %patch9 -p1
766 %patch10 -p1
767 %patch11 -p1
768 # don't know, if it is good idea, for brave ones
769 #%patch12 -p1
770 %{?with_kernelheaders:%patch13}
771 %{?!with_kernelheaders:%patch14 -p1}
772 %patch15 -p1
773 %patch17
774 %patch18 -p1
775 %patch20 -p1
776 %patch21 -p1
777 %patch23 -p1
778 %patch26 -p1
779
780 %patch30 -p1
781 %patch31 -p1
782
783 chmod +x scripts/cpp
784
785 %build
786 # Build glibc
787 cp /usr/share/automake/config.sub .
788 cp /usr/share/automake/config.sub scripts
789 %{__aclocal}
790 %{__autoconf}
791 [ -d builddir ] || mkdir builddir
792 cd builddir
793 # avoid stripping ld.so by -s in rpmldflags
794 LDFLAGS=" " ; export LDFLAGS
795 ../%configure \
796         --enable-kernel="%{min_kernel}" \
797         --%{!?with_fp:en}%{?with_fp:dis}able-omitfp \
798 %if %{with nptl}
799         --enable-add-ons=nptl \
800         --with-tls \
801         --disable-profile \
802 %else
803         %{?with_tls:--with-tls} \
804         --enable-add-ons=linuxthreads \
805         --enable-profile \
806 %endif
807 %if %{with kernelheaders}
808         CPPFLAGS="-I%{_kernelsrcdir}/include" \
809         --with-headers=%{_kernelsrcdir}/include 
810 %else
811         CPPFLAGS="-I%{_includedir}" \
812         --with-headers=%{_includedir} 
813 %endif
814
815 # problem compiling with --enable-bounded (must be reported to libc-alpha)
816
817 %{__make} %{?parallelmkflags}
818
819 %if %{with tests}
820 env LANGUAGE=C LC_ALL=C \
821 %{__make} tests 2>&1 | awk '
822 BEGIN { file = "" }
823 {
824         if (($0 ~ /\*\*\* \[.*\.out\] Error/) && (file == "")) {
825                 file=$0;
826                 gsub(/.*\[/, NIL, file);
827                 gsub(/\].*/, NIL, file);
828         }
829         print $0;
830 }
831 END { if (file != "") { print "ERROR OUTPUT FROM " file; system("cat " file); exit(1); } }'
832 %endif
833
834 %install
835 rm -rf $RPM_BUILD_ROOT
836 install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/run/nscd}
837
838 cd builddir
839
840 env LANGUAGE=C LC_ALL=C \
841 %{__make} install \
842         %{?parallelmkflags} \
843         install_root=$RPM_BUILD_ROOT \
844         infodir=%{_infodir} \
845         mandir=%{_mandir}
846
847 env LANGUAGE=C LC_ALL=C \
848 %{__make} localedata/install-locales \
849         %{?parallelmkflags} \
850         install_root=$RPM_BUILD_ROOT
851
852 PICFILES="libc_pic.a libc.map
853         math/libm_pic.a libm.map
854         resolv/libresolv_pic.a"
855
856 install $PICFILES                               $RPM_BUILD_ROOT%{_libdir}
857 install elf/soinit.os                           $RPM_BUILD_ROOT%{_libdir}/soinit.o
858 install elf/sofini.os                           $RPM_BUILD_ROOT%{_libdir}/sofini.o
859
860 install elf/postshell                           $RPM_BUILD_ROOT/sbin
861
862 %{?with_memusage:mv -f $RPM_BUILD_ROOT/%{_lib}/libmemusage.so   $RPM_BUILD_ROOT%{_libdir}}
863 %ifnarch sparc64
864 mv -f $RPM_BUILD_ROOT/%{_lib}/libpcprofile.so   $RPM_BUILD_ROOT%{_libdir}
865 %endif
866
867 %if %{without nptl}
868 %{__make} -C ../linuxthreads/man
869 install ../linuxthreads/man/*.3thr                      $RPM_BUILD_ROOT%{_mandir}/man3
870 %endif
871
872 rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/{localtime,posixtime,posixrules,posix/*}
873
874 #cd $RPM_BUILD_ROOT%{_datadir}/zoneinfo
875 #for i in [A-Z]*; do
876 #       ln -s ../$i posix
877 #done
878 #cd -
879
880 ln -sf %{_sysconfdir}/localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
881 ln -sf localtime                $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
882 ln -sf localtime                $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
883 ln -sf libbsd-compat.a          $RPM_BUILD_ROOT%{_libdir}/libbsd.a
884
885 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
886
887 # make symlinks across top-level directories absolute
888 for l in anl BrokenLocale crypt dl m nsl pthread resolv rt thread_db util ; do
889         rm -f $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
890         ln -sf /%{_lib}/`cd $RPM_BUILD_ROOT/%{_lib} ; echo lib${l}.so.*` $RPM_BUILD_ROOT%{_libdir}/lib${l}.so
891 done
892
893 install %{SOURCE2}              $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
894 install %{SOURCE3}              $RPM_BUILD_ROOT/etc/sysconfig/nscd
895 install %{SOURCE4}              $RPM_BUILD_ROOT/etc/logrotate.d/nscd
896 install ../nscd/nscd.conf       $RPM_BUILD_ROOT%{_sysconfdir}
897 install ../nss/nsswitch.conf    $RPM_BUILD_ROOT%{_sysconfdir}
898
899 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
900 bzip2 -dc %{SOURCE6} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
901 > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache
902 > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf
903 rm -f $RPM_BUILD_ROOT%{_mandir}/hu/man7/man.7
904
905 :> $RPM_BUILD_ROOT/var/log/nscd
906
907 rm -rf ../documentation
908 install -d ../documentation
909
910 %if %{without nptl}
911 cp -f ../linuxthreads/ChangeLog ../documentation/ChangeLog.threads
912 cp -f ../linuxthreads/Changes ../documentation/Changes.threads
913 cp -f ../linuxthreads/README ../documentation/README.threads
914 %endif
915 cp -f ../crypt/README.ufc-crypt ../documentation/
916
917 cp -f ../ChangeLog* ../documentation
918
919 rm -f $RPM_BUILD_ROOT%{_libdir}/libnss_*.so
920
921 # strip ld.so with --strip-debug only (other ELFs are stripped by rpm):
922 %ifnarch sparc64
923 %{!?debug:strip -g -R .comment -R .note $RPM_BUILD_ROOT/%{_lib}/ld-%{version}.so}
924 %endif
925
926 # Collect locale files and mark them with %%lang()
927 rm -f ../glibc.lang
928 echo '%defattr(644,root,root,755)' > ../glibc.lang
929 for i in $RPM_BUILD_ROOT%{_datadir}/locale/* $RPM_BUILD_ROOT%{_libdir}/locale/* ; do
930         if [ -d $i ]; then
931                 lang=`echo $i | sed -e 's/.*locale\///' -e 's/\/.*//'`
932                 twochar=1
933                 # list of long %%lang values we do support
934                 for j in de_AT de_BE de_CH de_LU es_AR es_MX ja_JP.SJIS ko_KR.utf8 pt_BR \
935                          zh_CN zh_CN.gbk zh_HK zh_TW ; do
936                         if [ $j = "$lang" ]; then
937                                 twochar=
938                         fi
939                 done
940                 if [ -n "$twochar" ]; then
941                         if [ `echo $lang | sed "s,_.*,,"` = "zh" ]; then
942                                 lang=`echo $lang | sed "s,\..*,,"`
943                         else
944                                 lang=`echo $lang | sed "s,_.*,,"`
945                         fi
946                 fi
947                 dir=`echo $i | sed "s#$RPM_BUILD_ROOT##"`
948                 echo "%lang($lang) $dir" >> ../glibc.lang
949         fi
950 done
951 # XXX: to be added when become supported by glibc
952 # ia,li (used by GNOME)
953 # nso,ss,ven (used by KDE)
954 # NOTES:
955 # bn is used for bn_BD or bn_IN?
956 # omitted here - already existing (with libc.mo):
957 #   be,ca,cs,da,de,el,en_GB,es,fi,fr,gl,hr,hu,it,ja,ko,nb,nl,pl,pt_BR,sk,sv,tr,zh_CN,zh_TW
958 for i in af am ar az bg bn br bs cy de_AT en en_AU eo es_AR es_MX et eu fa ga \
959          gr he hi id is ja_JP.SJIS ka kn lg lt lv mk ml mn ms mt nn pt ro ru \
960          se sl sq sr sr@Latn ta tg th uk uz vi wa xh yi zu ; do
961         if [ ! -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES ]; then
962                 install -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES
963                 lang=`echo $i | sed -e 's/_.*//'`
964                 echo "%lang($lang) %{_datadir}/locale/$i" >> ../glibc.lang
965         fi
966 done
967
968 # localedb-gen infrastructure
969 install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}/localedb-gen
970 install ../localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
971
972 # shutup check-files
973 rm -f $RPM_BUILD_ROOT%{_mandir}/README.*
974 rm -f $RPM_BUILD_ROOT%{_mandir}/diff.*
975 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
976 # we don't support kernel without ptys support
977 rm -f $RPM_BUILD_ROOT%{_libdir}/pt_chown
978
979 # no longer supported (/dev/null has the same, but expected behaviour)
980 rm -f $RPM_BUILD_ROOT%{_bindir}/glibcbug
981
982 %clean
983 rm -rf $RPM_BUILD_ROOT
984
985 # don't run iconvconfig in %%postun -n iconv because iconvconfig doesn't exist
986 # when %%postun is run
987
988 %ifnarch sparc64
989 %ifarch amd64
990 %post   -n %{name}64 -p /sbin/postshell
991 %else
992 %post   -p /sbin/postshell
993 %endif
994 /sbin/ldconfig
995 -/sbin/telinit u
996
997 %ifarch amd64
998 %postun -n %{name}64 -p /sbin/postshell
999 %else
1000 %postun -p /sbin/postshell
1001 %endif
1002 /sbin/ldconfig
1003 -/sbin/telinit u
1004
1005 %post   memusage -p /sbin/ldconfig
1006 %postun memusage -p /sbin/ldconfig
1007
1008 %post -n iconv -p %{_sbindir}/iconvconfig
1009
1010 %post devel
1011 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
1012
1013 %postun devel
1014 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
1015
1016 %post -n nscd
1017 /sbin/chkconfig --add nscd
1018 touch /var/log/nscd
1019 chmod 000 /var/log/nscd
1020 chown root:root /var/log/nscd
1021 chmod 640 /var/log/nscd
1022 if [ -f /var/lock/subsys/nscd ]; then
1023         /etc/rc.d/init.d/nscd restart 1>&2
1024 else
1025         echo "Run \"/etc/rc.d/init.d/nscd start\" to start nscd daemon." 1>&2
1026 fi
1027
1028 %preun -n nscd
1029 if [ "$1" = "0" ]; then
1030         if [ -f /var/lock/subsys/nscd ]; then
1031                 /etc/rc.d/init.d/nscd stop 1>&2
1032         fi
1033         /sbin/chkconfig --del nscd
1034 fi
1035 %endif
1036
1037 %ifnarch sparc64
1038 %ifarch amd64
1039 %files -n glibc64
1040 %else
1041 %files 
1042 %endif
1043 %defattr(644,root,root,755)
1044 %doc README NEWS FAQ BUGS
1045 %attr(755,root,root) /sbin/postshell
1046 %attr(755,root,root) /sbin/ldconfig
1047 # ld* and libc.so.6 SONAME symlinks must be in package because of
1048 # chicken-egg problem (postshell is dynamically linked with libc);
1049 # ld-*.so SONAME is ld.so.1 on ppc, ld-linux.so.2 on other archs
1050 %attr(755,root,root) /%{_lib}/ld*
1051 %attr(755,root,root) /%{_lib}/libanl*
1052 %attr(755,root,root) /%{_lib}/libdl*
1053 %attr(755,root,root) /%{_lib}/libnsl*
1054 %attr(755,root,root) /%{_lib}/lib[BScmprtu]*
1055 %dir %{_libdir}/locale
1056
1057 #%files -n nss_dns
1058 %defattr(644,root,root,755)
1059 %attr(755,root,root) /%{_lib}/libnss_dns*.so*
1060
1061 #%files -n nss_files
1062 %defattr(644,root,root,755)
1063 %attr(755,root,root) /%{_lib}/libnss_files*.so*
1064
1065
1066 %files misc -f %{name}.lang
1067 %defattr(644,root,root,755)
1068
1069 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/ld.so.conf
1070 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nsswitch.conf
1071 %config %{_sysconfdir}/rpc
1072 %ghost %{_sysconfdir}/ld.so.cache
1073
1074 %attr(755,root,root) /sbin/sln
1075 %attr(755,root,root) %{_bindir}/catchsegv
1076 %attr(755,root,root) %{_bindir}/getent
1077 %attr(755,root,root) %{_bindir}/iconv
1078 %attr(755,root,root) %{_bindir}/ldd
1079 %ifnarch alpha ppc sparc64 amd64
1080 %attr(755,root,root) %{_bindir}/lddlibc4
1081 %endif
1082 %attr(755,root,root) %{_bindir}/locale
1083 %attr(755,root,root) %{_bindir}/rpcgen
1084 %attr(755,root,root) %{_bindir}/tzselect
1085
1086 %attr(755,root,root) %{_sbindir}/rpcinfo
1087 %attr(755,root,root) %{_sbindir}/zdump
1088 %attr(755,root,root) %{_sbindir}/zic
1089
1090 %dir %{_datadir}/locale
1091 %{_datadir}/locale/locale.alias
1092 %{_datadir}/zoneinfo
1093 %exclude %{_datadir}/zoneinfo/right
1094
1095 %{_mandir}/man1/catchsegv.1*
1096 %{_mandir}/man1/getent.1*
1097 %{_mandir}/man1/iconv.1*
1098 %{_mandir}/man1/ldd.1*
1099 %{_mandir}/man1/locale.1*
1100 %{_mandir}/man1/rpcgen.1*
1101 %{_mandir}/man5/locale.5*
1102 %{_mandir}/man5/nsswitch.conf.5*
1103 %{_mandir}/man5/tzfile.5*
1104 %{_mandir}/man7/*
1105 %{_mandir}/man8/ld*.8*
1106 %{_mandir}/man8/rpcinfo.8*
1107 %{_mandir}/man8/sln.8*
1108 %{_mandir}/man8/tzselect.8*
1109 %{_mandir}/man8/zdump.8*
1110 %{_mandir}/man8/zic.8*
1111 %lang(cs) %{_mandir}/cs/man7/*
1112 %lang(de) %{_mandir}/de/man5/tzfile.5*
1113 %lang(de) %{_mandir}/de/man7/*
1114 %lang(es) %{_mandir}/es/man5/locale.5*
1115 %lang(es) %{_mandir}/es/man5/nsswitch.conf.5*
1116 %lang(es) %{_mandir}/es/man5/tzfile.5*
1117 %lang(es) %{_mandir}/es/man7/*
1118 %lang(es) %{_mandir}/es/man8/ld*.8*
1119 %lang(es) %{_mandir}/es/man8/tzselect.8*
1120 %lang(es) %{_mandir}/es/man8/zdump.8*
1121 %lang(es) %{_mandir}/es/man8/zic.8*
1122 %lang(fi) %{_mandir}/fi/man1/ldd.1*
1123 %lang(fr) %{_mandir}/fr/man1/ldd.1*
1124 %lang(fr) %{_mandir}/fr/man5/locale.5*
1125 %lang(fr) %{_mandir}/fr/man5/nsswitch.conf.5*
1126 %lang(fr) %{_mandir}/fr/man5/tzfile.5*
1127 %lang(fr) %{_mandir}/fr/man7/*
1128 %lang(fr) %{_mandir}/fr/man8/ld*.8*
1129 %lang(fr) %{_mandir}/fr/man8/tzselect.8*
1130 %lang(fr) %{_mandir}/fr/man8/zdump.8*
1131 %lang(fr) %{_mandir}/fr/man8/zic.8*
1132 %lang(hu) %{_mandir}/hu/man1/ldd.1*
1133 %lang(hu) %{_mandir}/hu/man7/*
1134 %lang(hu) %{_mandir}/hu/man8/ld*.8*
1135 %lang(hu) %{_mandir}/hu/man8/zdump.8*
1136 %lang(it) %{_mandir}/it/man5/locale.5*
1137 %lang(it) %{_mandir}/it/man7/*
1138 %lang(it) %{_mandir}/it/man8/tzselect.8*
1139 %lang(it) %{_mandir}/it/man8/zdump.8*
1140 %lang(ja) %{_mandir}/ja/man1/ldd.1*
1141 %lang(ja) %{_mandir}/ja/man1/rpcgen.1*
1142 %lang(ja) %{_mandir}/ja/man5/locale.5*
1143 %lang(ja) %{_mandir}/ja/man5/nsswitch.conf.5*
1144 %lang(ja) %{_mandir}/ja/man5/tzfile.5*
1145 %lang(ja) %{_mandir}/ja/man7/*
1146 %lang(ja) %{_mandir}/ja/man8/ld*.8*
1147 %lang(ja) %{_mandir}/ja/man8/rpcinfo.8*
1148 %lang(ja) %{_mandir}/ja/man8/sln.8*
1149 %lang(ja) %{_mandir}/ja/man8/tzselect.8*
1150 %lang(ja) %{_mandir}/ja/man8/zdump.8*
1151 %lang(ja) %{_mandir}/ja/man8/zic.8*
1152 %lang(ko) %{_mandir}/ko/man5/nsswitch.conf.5*
1153 %lang(ko) %{_mandir}/ko/man5/tzfile.5*
1154 %lang(ko) %{_mandir}/ko/man7/*
1155 %lang(ko) %{_mandir}/ko/man8/tzselect.8*
1156 %lang(ko) %{_mandir}/ko/man8/zdump.8*
1157 %lang(pl) %{_mandir}/pl/man1/ldd.1*
1158 %lang(pl) %{_mandir}/pl/man5/locale.5*
1159 %lang(pl) %{_mandir}/pl/man7/*
1160 %lang(pl) %{_mandir}/pl/man8/ld*.8*
1161 %lang(pt) %{_mandir}/pt/man5/locale.5*
1162 %lang(pt) %{_mandir}/pt/man5/nsswitch.conf.5*
1163 %lang(pt) %{_mandir}/pt/man5/tzfile.5*
1164 %lang(pt) %{_mandir}/pt/man7/*
1165 %lang(pt) %{_mandir}/pt/man8/ld*.8*
1166 %lang(pt) %{_mandir}/pt/man8/tzselect.8*
1167 %lang(pt) %{_mandir}/pt/man8/zdump.8*
1168 %lang(pt) %{_mandir}/pt/man8/zic.8*
1169 %lang(ru) %{_mandir}/ru/man5/nsswitch.conf.5*
1170 %lang(ru) %{_mandir}/ru/man5/tzfile.5*
1171 %lang(ru) %{_mandir}/ru/man7/*
1172 %lang(ru) %{_mandir}/ru/man8/tzselect.8*
1173 %lang(ru) %{_mandir}/ru/man8/zdump.8*
1174 %lang(ru) %{_mandir}/ru/man8/zic.8*
1175 %lang(zh_CN) %{_mandir}/zh_CN/man1/iconv.1*
1176 %lang(zh_CN) %{_mandir}/zh_CN/man1/ldd.1*
1177 %lang(zh_CN) %{_mandir}/zh_CN/man5/locale.5*
1178 %lang(zh_CN) %{_mandir}/zh_CN/man5/tzfile.5*
1179 %lang(zh_CN) %{_mandir}/zh_CN/man7/*
1180 %lang(zh_CN) %{_mandir}/zh_CN/man8/tzselect.8*
1181 %lang(zh_CN) %{_mandir}/zh_CN/man8/zdump.8*
1182 %lang(zh_CN) %{_mandir}/zh_CN/man8/zic.8*
1183
1184 %files zoneinfo_right
1185 %defattr(644,root,root,755)
1186 %{_datadir}/zoneinfo/right
1187
1188 %files -n nss_compat
1189 %defattr(644,root,root,755)
1190 %attr(755,root,root) /%{_lib}/libnss_compat*.so*
1191
1192 %files -n nss_hesiod
1193 %defattr(644,root,root,755)
1194 %attr(755,root,root) /%{_lib}/libnss_hesiod*.so*
1195
1196 %files -n nss_nis
1197 %defattr(644,root,root,755)
1198 %attr(755,root,root) /%{_lib}/libnss_nis.so.*
1199 %attr(755,root,root) /%{_lib}/libnss_nis-*.so
1200
1201 %files -n nss_nisplus
1202 %defattr(644,root,root,755)
1203 %attr(755,root,root) /%{_lib}/libnss_nisplus*.so*
1204
1205 %if %{with memusage}
1206 %files memusage
1207 %defattr(644,root,root,755)
1208 %attr(755,root,root) %{_bindir}/memusage*
1209 %attr(755,root,root) %{_libdir}/libmemusage.so
1210 %endif
1211
1212 %files devel
1213 %defattr(644,root,root,755)
1214 %doc documentation/* NOTES PROJECTS
1215 %attr(755,root,root) %{_bindir}/gencat
1216 %attr(755,root,root) %{_bindir}/getconf
1217 %attr(755,root,root) %{_bindir}/*prof*
1218 %attr(755,root,root) %{_bindir}/*trace
1219
1220 %{_includedir}/*.h
1221 %ifarch alpha
1222 %{_includedir}/alpha
1223 %endif
1224 %{_includedir}/arpa
1225 %{_includedir}/bits
1226 %{_includedir}/gnu
1227 %{_includedir}/net
1228 %{_includedir}/netash
1229 %{_includedir}/netatalk
1230 %{_includedir}/netax25
1231 %{_includedir}/neteconet
1232 %{_includedir}/netinet
1233 %{_includedir}/netipx
1234 %{_includedir}/netpacket
1235 %{_includedir}/netrom
1236 %{_includedir}/netrose
1237 %{_includedir}/nfs
1238 %{_includedir}/protocols
1239 %{_includedir}/rpc
1240 %{_includedir}/rpcsvc
1241 %{_includedir}/scsi
1242 %{_includedir}/sys
1243
1244 %{_infodir}/libc.info*
1245
1246 %attr(755,root,root) %{_libdir}/lib[!m]*.so
1247 %attr(755,root,root) %{_libdir}/libm.so
1248 %attr(755,root,root) %{_libdir}/*crt*.o
1249 %{_libdir}/libbsd-compat.a
1250 %{_libdir}/libbsd.a
1251 %{_libdir}/libc_nonshared.a
1252 %{_libdir}/libg.a
1253 %{_libdir}/libieee.a
1254 %{_libdir}/libpthread_nonshared.a
1255 %{_libdir}/librpcsvc.a
1256
1257 %{_mandir}/man1/getconf.1*
1258 %{_mandir}/man1/sprof.1*
1259 %{_mandir}/man3/*
1260 %lang(cs) %{_mandir}/cs/man3/*
1261 %lang(de) %{_mandir}/de/man3/*
1262 %lang(es) %{_mandir}/es/man3/*
1263 %lang(fr) %{_mandir}/fr/man3/*
1264 %lang(hu) %{_mandir}/hu/man3/*
1265 %lang(it) %{_mandir}/it/man3/*
1266 %lang(ja) %{_mandir}/ja/man3/*
1267 %lang(ko) %{_mandir}/ko/man3/*
1268 %lang(nl) %{_mandir}/nl/man3/*
1269 %lang(pl) %{_mandir}/pl/man3/*
1270 %lang(pt) %{_mandir}/pt/man3/*
1271 %lang(ru) %{_mandir}/ru/man3/*
1272 %lang(uk) %{_mandir}/uk/man3/*
1273 %lang(zh_CN) %{_mandir}/zh_CN/man3/*
1274
1275 %files -n nscd
1276 %defattr(644,root,root,755)
1277 %attr(640,root,root) %config %verify(not md5 size mtime) /etc/sysconfig/nscd
1278 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nscd.*
1279 %attr(754,root,root) /etc/rc.d/init.d/nscd
1280 %attr(755,root,root) %{_sbindir}/nscd*
1281 %attr(640,root,root) /etc/logrotate.d/nscd
1282 %attr(640,root,root) %ghost /var/log/nscd
1283 %dir /var/run/nscd
1284 %{_mandir}/man5/nscd.conf.5*
1285 %{_mandir}/man8/nscd.8*
1286 %{_mandir}/man8/nscd_nischeck.8*
1287 %lang(fr) %{_mandir}/fr/man5/nscd.conf.5*
1288 %lang(fr) %{_mandir}/fr/man8/nscd.8*
1289 %lang(ja) %{_mandir}/ja/man5/nscd.conf.5*
1290 %lang(ja) %{_mandir}/ja/man8/nscd.8*
1291 %lang(pt) %{_mandir}/pt/man5/nscd.conf.5*
1292 %lang(pt) %{_mandir}/pt/man8/nscd.8*
1293
1294 %files -n localedb-src
1295 %defattr(644,root,root,755)
1296 %attr(755,root,root) %{_bindir}/localedef
1297 %attr(755,root,root) %{_bindir}/localedb-gen
1298 %{_datadir}/i18n
1299 %{_mandir}/man1/localedef.1*
1300
1301 %files localedb-all
1302 %defattr(644,root,root,755)
1303 %{_libdir}/locale/locale-archive
1304
1305 %files -n iconv
1306 %defattr(644,root,root,755)
1307 %attr(755,root,root) %{_sbindir}/iconvconfig
1308 %dir %{_libdir}/gconv
1309 %{_libdir}/gconv/gconv-modules
1310 %attr(755,root,root) %{_libdir}/gconv/*.so
1311
1312 %files static
1313 %defattr(644,root,root,755)
1314 %{_libdir}/libanl.a
1315 %{_libdir}/libBrokenLocale.a
1316 %{_libdir}/libc.a
1317 %{_libdir}/libcrypt.a
1318 %{_libdir}/libdl.a
1319 %{_libdir}/libm.a
1320 %{_libdir}/libmcheck.a
1321 %{_libdir}/libnsl.a
1322 %{_libdir}/libpthread.a
1323 %{_libdir}/libresolv.a
1324 %{_libdir}/librt.a
1325 %{_libdir}/libutil.a
1326
1327 %if %{without nptl}
1328 %files profile
1329 %defattr(644,root,root,755)
1330 %{_libdir}/lib*_p.a
1331 %endif
1332
1333 %files pic
1334 %defattr(644,root,root,755)
1335 %{_libdir}/lib*_pic.a
1336 %{_libdir}/lib*.map
1337 %{_libdir}/soinit.o
1338 %{_libdir}/sofini.o
1339
1340 %else
1341
1342 %files -n glibc64
1343 %defattr(644,root,root,755)
1344 %attr(755,root,root) %{_libdir}/ld-*
1345 %attr(755,root,root) %{_libdir}/libanl*
1346 %attr(755,root,root) %{_libdir}/libdl*
1347 %attr(755,root,root) %{_libdir}/libnsl*
1348 %attr(755,root,root) %{_libdir}/lib[BScmprtu]*
1349 %attr(755,root,root) %{_libdir}/libnss_dns*.so*
1350 %attr(755,root,root) %{_libdir}/libnss_files*.so*
1351
1352 %files -n glibc64-devel
1353 %defattr(644,root,root,755)
1354 %attr(755,root,root) %{_libdir}/lib[!m]*.so
1355 %attr(755,root,root) %{_libdir}/libm.so
1356 %attr(755,root,root) %{_libdir}/*crt*.o
1357 %{_libdir}/libbsd-compat.a
1358 %{_libdir}/libbsd.a
1359 %{_libdir}/libc_nonshared.a
1360 %{_libdir}/libg.a
1361 %{_libdir}/libieee.a
1362 %{_libdir}/libpthread_nonshared.a
1363 %{_libdir}/librpcsvc.a
1364
1365 %files -n glibc64-static
1366 %defattr(644,root,root,755)
1367 %{_libdir}/libanl.a
1368 %{_libdir}/libBrokenLocale.a
1369 %{_libdir}/libc.a
1370 %{_libdir}/libcrypt.a
1371 %{_libdir}/libdl.a
1372 %{_libdir}/libm.a
1373 %{_libdir}/libmcheck.a
1374 %{_libdir}/libnsl.a
1375 %{_libdir}/libpthread.a
1376 %{_libdir}/libresolv.a
1377 %{_libdir}/librt.a
1378 %{_libdir}/libutil.a
1379 %endif
This page took 0.601411 seconds and 3 git commands to generate.