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