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