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