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