]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
s/memusage/libmemusage/
[packages/glibc.git] / glibc.spec
1 %define         min_kernel      2.2.0
2 Summary:        GNU libc
3 Summary(de):    GNU libc
4 Summary(fr):    GNU libc
5 Summary(pl):    GNU libc
6 Summary(tr):    GNU libc
7 name:           glibc
8 Version:        2.2
9 Release:        11
10 License:        LGPL
11 Group:          Libraries
12 Group(de):      Libraries
13 Group(fr):      Librairies
14 Group(pl):      Biblioteki
15 Source0:        ftp://sources.redhat.com/pub/glibc/releases/%{name}-%{version}.tar.bz2
16 Source1:        ftp://sources.redhat.com/pub/glibc/releases/%{name}-linuxthreads-%{version}.tar.bz2
17 Source2:        nscd.init
18 Source3:        nscd.sysconfig
19 Source4:        nscd.logrotate
20 Source5:        ldconfig.8
21 Patch0:         %{name}-info.patch
22 Patch1:         %{name}-versions.awk_fix.patch
23 Patch2:         %{name}-pld.patch
24 Patch3:         %{name}-crypt-blowfish.patch
25 Patch4:         %{name}-string2-pointer-arith.patch
26 Patch5:         %{name}-linuxthreads-lock.patch
27 Patch6:         %{name}-pthread_create-manpage.patch
28 Patch7:         %{name}-sparc-linux-chown.patch
29 Patch8:         %{name}-ldconfig.patch
30 Patch9:         %{name}-getxxxxinfo.patch
31 Patch10:        %{name}-flexiblearray.patch
32 Patch11:        %{name}-unsecvars.patch
33 Patch12:        %{name}-memusage.patch
34 URL:            http://www.gnu.org/software/libc/
35 BuildRequires:  perl
36 BuildRequires:  gd-devel
37 BuildRequires:  libpng-devel
38 BuildRequires:  texinfo
39 BuildRequires:  rpm-build >= 4.0-9
40 Provides:       ld.so.2
41 Provides:       ldconfig
42 Provides:       /sbin/ldconfig
43 Obsoletes:      %{name}-profile
44 Obsoletes:      %{name}-debug
45 Obsoletes:      ldconfig
46 Autoreq:        false
47 Prereq:         basesystem
48 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49 Conflicts:      kernel < %{min_kernel}
50
51 %description
52 Contains the standard libraries that are used by multiple programs on
53 the system. In order to save disk space and memory, as well as to ease
54 upgrades, common system code is kept in one place and shared between
55 programs. This package contains the most important sets of shared
56 libraries, the standard C library and the standard math library.
57 Without these, a Linux system will not function. It also contains
58 national language (locale) support and timezone databases.
59
60 %description -l de
61 Enthält die Standard-Libraries, die von verschiedenen Programmen im
62 System benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen
63 und zur Vereinfachung von Upgrades ist der gemeinsame Systemcode an
64 einer einzigen Stelle gespeichert und wird von den Programmen
65 gemeinsam genutzt. Dieses Paket enthält die wichtigsten Sets der
66 shared Libraries, die Standard-C-Library und die
67 Standard-Math-Library, ohne die das Linux-System nicht funktioniert.
68 Ferner enthält es den Support für die verschiedenen Sprachgregionen
69 (locale) und die Zeitzonen-Datenbank.
70
71 %description -l fr
72 Contient les bibliothèques standards utilisées par de nombreux
73 programmes du système. Afin d'économiser l'espace disque et mémoire,
74 et de faciliter les mises à jour, le code commun au système est mis à
75 un endroit et partagé entre les programmes. Ce paquetage contient les
76 bibliothèques partagées les plus importantes, la bibliothèque standard
77 du C et la bibliothèque mathématique standard. Sans celles-ci, un
78 système Linux ne peut fonctionner. Il contient aussi la gestion des
79 langues nationales (locales) et les bases de données des zones
80 horaires.
81
82 %description -l pl
83 W pakiecie znajduj± siê podstawowe biblioteki, u¿ywane przez ró¿ne
84 programy w Twoim systemie. U¿ywanie przez programy bibliotek z tego
85 pakietu oszczêdza miejsce na dysku i pamiêæ. Wiekszo¶æ kodu
86 systemowego jest usytuowane w jednym miejscu i dzielone miêdzy wieloma
87 programami. Pakiet ten zawiera bardzo wa¿ny zbiór bibliotek
88 standardowych wspó³dzielonych (dynamicznych) bibliotek C i
89 matematycznych. Bez glibc system Linux nie jest w stanie funkcjonowaæ.
90 Znajduj± siê tutaj równie¿ definicje ró¿nych informacji dla wielu
91 jêzyków (locale) oraz definicje stref czasowych.
92
93 %description -l tr
94 Bu paket, birçok programýn kullandýðý standart kitaplýklarý içerir.
95 Disk alaný ve bellek kullanýmýný azaltmak ve ayný zamanda güncelleme
96 iþlemlerini kolaylaþtýrmak için ortak sistem kodlarý tek bir yerde
97 tutulup programlar arasýnda paylaþtýrýlýr. Bu paket en önemli ortak
98 kitaplýklarý, standart C kitaplýðýný ve standart matematik kitaplýðýný
99 içerir. Bu kitaplýklar olmadan Linux sistemi çalýþmayacaktýr. Yerel
100 dil desteði ve zaman dilimi veri tabaný da bu pakette yer alýr.
101
102 %package devel
103 Summary:        Additional libraries required to compile
104 Summary(de):    Weitere Libraries zum Kompilieren
105 Summary(fr):    Librairies supplémentaires nécessaires à la compilation.
106 Summary(pl):    Dodatkowe biblioteki wymagane podczas kompilacji
107 Summary(tr):    Geliþtirme için gerekli diðer kitaplýklar
108 Group:          Development/Libraries
109 Group(de):      Entwicklung/Libraries
110 Group(fr):      Development/Librairies
111 Group(pl):      Programowanie/Biblioteki
112 Requires:       %{name} = %{version}
113
114 %description devel
115 To develop programs which use the standard C libraries (which nearly
116 all programs do), the system needs to have these standard header files
117 and object files available for creating the executables.
118
119 %description -l de devel
120 Bei der Entwicklung von Programmen, die die Standard-C-Libraries
121 verwenden (also fast alle), benötigt das System diese Standard-Header-
122 und Objektdateien zum Erstellen der ausführbaren Programme.
123
124 %description -l fr devel
125 Pour développer des programmes utilisant les bibliothèques standard du
126 C (ce que presque tous les programmes font), le système doit posséder
127 ces fichiers en-têtes et objets standards pour créer les exécutables.
128
129 %description -l pl devel
130 Pakiet ten jest niezbêdny przy tworzeniu w³asnych programów
131 korzystaj±cych ze standardowej biblioteki C. Znajduj± siê tutaj pliki
132 nag³ówkowe oraz pliki objektowe, niezbêdne do kompilacji programów
133 wykonywalnych i innych bibliotek.
134
135 %description -l tr devel
136 C kitaplýðýný kullanan (ki hemen hemen hepsi kullanýyor) programlar
137 geliþtirmek için gereken standart baþlýk dosyalarý ve statik
138 kitaplýklar.
139
140 %package -n nscd
141 Summary:        Name Service Caching Daemon
142 Summary(pl):    Name Service Caching Daemon
143 Group:          Networking/Daemons
144 Group(de):      Netzwerkwesen/Server
145 Group(pl):      Sieciowe/Serwery
146 Prereq:         /sbin/chkconfig
147 Requires:       rc-scripts >= 0.2.0
148 Requires:       %{name} = %{version}
149
150 %description -n nscd
151 nscd caches name service lookups; it can dramatically improve
152 performance with NIS+, and may help with DNS as well. You cannot use
153 nscd with 2.0 kernels, due to bugs in the kernel-side thread support.
154 nscd happens to hit these bugs particularly hard.
155
156 %description -n nscd -l pl
157 nscd zapmiêtuje zapytania i odpowiedzi NIS oraz DNS. Pozwala
158 drastycznie poprawiæ szybko¶æ dzia³ania NIS+. Nie jest mo¿liwe
159 u¿ywanie nscd z j±drami serii 2.0.x z powodu b³adów po stronie j±dra w
160 ods³udze w±tków.
161
162 %package -n localedb-src
163 Summary:        Souce code locale database
164 Summary(pl):    Kod ¬ród³owy bazy locale
165 Group:          Daemons
166 Group(de):      Server
167 Group(pl):      Serwery
168 Requires:       %{name} = %{version}
169
170 %description -n localedb-src
171 This add-on package contains the data needed to build the locale data
172 files to use the internationalization features of the GNU libc. Glibc
173 package contains standard set of locale binary database and You need
174 this package if want build some non standard locale database.
175
176 %description -l pl -n localedb-src
177 Pakiet ten kod ¼ród³owy baz locale który jest potrzebny do zbudowania
178 binarnej wersji baz locale potrzebnej do poprawnego wspierania ró¿nych
179 jêzyków przez glibc. Pakiet glibc zawira binarn± wersjê standardowych
180 baz locale i ten pakiet jest potrzebny tylko w sytuacji kiedy potrzeba
181 wygenerowaæ jak±¶ niestandardow± bazê.
182
183 %package -n iconv
184 Summary:        Convert encoding of given files from one encoding to another
185 Summary(pl):    Program do konwersji plików tekstowych z jednego enkodingu w inny
186 Group:          Daemons
187 Group(de):      Server
188 Group(pl):      Serwery
189 Requires:       %{name} = %{version}
190
191 %description -n iconv
192 Convert encoding of given files from one encoding to another. You need
193 this package if You want to convert some documet from one encoding to
194 another or if You have installed some programs which use Generic
195 Character Set Conversion Interface.
196
197 %description -l pl -n iconv
198 Program do konwersji plików tekstowych z jednego enkodingu w inny.
199 Potrzebujesz mieæ zainstalowany ten pakiet je¿eli wykonujesz konwersjê
200 dokumentów z jednego enkodingu w inny lub je¿eli masz zainstalowane
201 jakie¶ programy które korzystaj± z Generic Character Set Conversion
202 Interface w glibc, czyli z zestawu funkcji z tej biblioteki, które
203 umo¿liwiaj± konwersjê enkodingu danych z poziomu dowolnego programu.
204
205 %package static
206 Summary:        Static libraries
207 Summary(pl):    Biblioteki statyczne
208 Group:          Development/Libraries
209 Group(de):      Entwicklung/Libraries
210 Group(fr):      Development/Librairies
211 Group(pl):      Programowanie/Biblioteki
212 Requires:       %{name}-devel = %{version}
213
214 %description static
215 GNU libc static libraries.
216
217 %description -l pl static
218 Biblioteki statyczne GNU libc.
219
220 %package profile
221 Summary:        glibc with profiling support
222 Summary(de):    glibc mit Profil-Unterstützung
223 Summary(fr):    glibc avec support pour profiling
224 Summary(tr):    Ölçüm desteði olan glibc
225 Group:          Development/Libraries/Libc
226 Group(de):      Entwicklung/Libraries/Libc
227 Group(pl):      Programowanie/Biblioteki/Libc
228 Obsoletes:      libc-profile
229 Requires:       %{name}-devel = %{version}
230
231 %description profile
232 When programs are being profiled used gprof, they must use these
233 libraries instead of the standard C libraries for gprof to be able to
234 profile them correctly.
235
236 %description -l de profile
237 Damit Programmprofile mit gprof richtig erstellt werden, müssen diese
238 Libraries anstelle der üblichen C-Libraries verwendet werden.
239
240 %description -l tr profile
241 gprof kullanýlarak ölçülen programlar standart C kitaplýðý yerine bu
242 kitaplýðý kullanmak zorundadýrlar.
243
244 %package pic
245 Summary:        glibc PIC archive 
246 Group:          Development/Libraries/Libc
247 Group(de):      Entwicklung/Libraries/Libc
248 Group(pl):      Programowanie/Biblioteki/Libc
249 Requires:       %{name}-devel = %{version}
250
251 %description pic
252 GNU C Library PIC archive contains an archive library (ar file)
253 composed of individual shared objects. This is used for creating a
254 library which is a smaller subset of the standard libc shared library.
255
256 %package -n nss_compat
257 Summary:        Old style NYS NSS glibc module
258 Group:          Base
259 Group(de):      Gründsätzlich
260 Group(pl):      Podstawowe
261 Requires:       %{name} = %{version}
262
263 %description -n nss_compat
264 Old style NYS NSS glibc module
265
266 %package -n nss_dns
267 Summary:        BIND NSS glibc module
268 Group:          Base
269 Group(de):      Gründsätzlich
270 Group(pl):      Podstawowe
271 Requires:       %{name} = %{version}
272
273 %description -n nss_dns
274 BIND NSS glibc module.
275
276 %package -n nss_files
277 Summary:        Traditional files databases NSS glibc module
278 Group:          Base
279 Group(de):      Gründsätzlich
280 Group(pl):      Podstawowe
281 Requires:       %{name} = %{version}
282
283 %description -n nss_files
284 Traditional files databases NSS glibc module.
285
286 %package -n nss_hesiod
287 Summary:        Hesiod NSS glibc module
288 Group:          Base
289 Group(de):      Gründsätzlich
290 Group(pl):      Podstawowe
291 Requires:       %{name} = %{version}
292
293 %description -n nss_hesiod
294 Glibc NSS (Name Service Switch) module for databases acces.
295
296 %package -n nss_nis
297 Summary:        NIS(YP) NSS glibc module
298 Group:          Base
299 Group(de):      Gründsätzlich
300 Group(pl):      Podstawowe
301 Requires:       %{name} = %{version}
302
303 %description -n nss_nis
304 Glibc NSS (Name Service Switch) module for NIS(YP) databases acces.
305
306 %package -n nss_nisplus
307 Summary:        NIS+ NSS module
308 Group:          Base
309 Group(de):      Gründsätzlich
310 Group(pl):      Podstawowe
311 Requires:       %{name} = %{version}
312
313 %description -n nss_nisplus
314 Glibc NSS (Name Service Switch) module for NIS+ databases acces.
315
316 %package memusage
317 Summary:        A toy.
318 Group:          Applications
319 Group(de):      Applikationen
320 Group(pl):      Aplikacje
321 Requires:       %{name} = %{version}
322 Requires:       gd
323
324 %description memusage
325 A toy.
326
327 %prep
328 %setup  -q -a 1
329 %patch0 -p1
330 %patch1 -p1
331 %patch2 -p1
332 %patch3 -p1
333 %patch4 -p1
334 %patch5 -p1
335 %patch6 -p1
336 %patch7 -p1
337 %patch8 -p0
338 %patch9 -p1
339 %patch10 -p1
340 %patch11 -p1
341 %patch12 -p1
342
343 %build
344 %configure \
345         --enable-add-ons=linuxthreads \
346         --enable-kernel="%{?kernel:%{kernel}}%{!?kernel:%{min_kernel}}" \
347         --enable-profile \
348         --disable-omitfp
349
350 %{__make}
351
352 %install
353 rm -rf $RPM_BUILD_ROOT
354 install -d $RPM_BUILD_ROOT/{etc/{rc.d/init.d,sysconfig,logrotate.d},%{_mandir}/man{3,8},var/log}
355
356 env LANGUAGE=C LC_ALL=C  \
357 %{__make} install \
358         install_root=$RPM_BUILD_ROOT \
359         infodir=%{_infodir} \
360         mandir=%{_mandir}
361
362 env LANGUAGE=C LC_ALL=C  \
363 %{__make} install-locales -C localedata \
364         install_root=$RPM_BUILD_ROOT
365
366 PICFILES="libc_pic.a libc.map 
367           math/libm_pic.a libm.map 
368           resolv/libresolv_pic.a"
369
370 install $PICFILES                               $RPM_BUILD_ROOT/%{_libdir}
371 install elf/soinit.os                           $RPM_BUILD_ROOT/%{_libdir}/soinit.o
372 install elf/sofini.os                           $RPM_BUILD_ROOT/%{_libdir}/sofini.o
373
374 mv -f $RPM_BUILD_ROOT/lib/libmemusage.so        $RPM_BUILD_ROOT%{_libdir}
375 mv -f $RPM_BUILD_ROOT/lib/libpcprofile.so       $RPM_BUILD_ROOT%{_libdir}
376
377 %{__make} -C linuxthreads/man
378 install linuxthreads/man/*.3thr                 $RPM_BUILD_ROOT%{_mandir}/man3
379
380 rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/{localtime,posixtime,posixrules}
381
382 ln -sf ../../..%{_sysconfdir}/localtime         $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
383 ln -sf localtime                                $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
384 ln -sf localtime                                $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
385 ln -sf ../..%{_libdir}/libbsd-compat.a          $RPM_BUILD_ROOT%{_libdir}/libbsd.a
386
387 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
388
389 install %{SOURCE2}              $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
390 install %{SOURCE3}              $RPM_BUILD_ROOT/etc/sysconfig/nscd
391 install %{SOURCE4}              $RPM_BUILD_ROOT/etc/logrotate.d/nscd
392 install nscd/nscd.conf          $RPM_BUILD_ROOT%{_sysconfdir}
393 install nss/nsswitch.conf       $RPM_BUILD_ROOT%{_sysconfdir}
394
395
396 install %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man8/
397 touch   $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.{cache,conf}
398
399 :> $RPM_BUILD_ROOT/var/log/nscd
400
401 rm -rf documentation
402 install -d documentation
403
404 cp linuxthreads/ChangeLog  documentation/ChangeLog.threads
405 cp linuxthreads/Changes documentation/Changes.threads
406 cp linuxthreads/README documentation/README.threads
407 cp crypt/README.ufc-crypt documentation/
408
409 cp ChangeLog ChangeLog.8 documentation
410
411 gzip -9nf README NEWS FAQ BUGS NOTES PROJECTS documentation/*
412
413 # Collect locale files and mark them with %%lang()
414 rm -f glibc.lang
415 for i in $RPM_BUILD_ROOT%{_datadir}/locale/* $RPM_BUILD_ROOT%{_libdir}/locale/* ; do
416         if [ -d $i ]; then
417                 lang=`echo $i | sed -e 's/.*locale\///' -e 's/\/.*//'`
418                 dir=`echo $i | sed "s#$RPM_BUILD_ROOT##"`
419                 echo "%lang($lang) $dir" >>glibc.lang
420         fi
421
422 done
423
424 %post   -p /sbin/ldconfig
425 %postun -p /sbin/ldconfig
426
427 %post   memusage -p /sbin/ldconfig
428 %postun memusage -p /sbin/ldconfig
429
430 %post devel
431 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
432
433 %postun devel
434 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
435
436 %post -n nscd
437 /sbin/chkconfig --add nscd
438 touch /var/log/nscd && (chown root.root /var/log/nscd ; chmod 640 /var/log/nscd)
439 if [ -f /var/lock/subsys/nscd ]; then
440         /etc/rc.d/init.d/nscd restart 1>&2
441 else
442         echo "Run \"/etc/rc.d/init.d/nscd start\" to start nscd daemon." 1>&2
443 fi
444
445 %preun -n nscd
446 if [ "$1" = "0" ]; then
447         if [ -f /var/lock/subsys/nscd ]; then
448                 /etc/rc.d/init.d/nscd stop 1>&2
449         fi
450         /sbin/chkconfig --del nscd
451 fi
452
453 %clean
454 rm -rf $RPM_BUILD_ROOT
455
456 %files -f glibc.lang
457 %defattr(644,root,root,755)
458 %doc {README,NEWS,FAQ,BUGS}.gz
459
460 %config(noreplace) %verify(not mtime md5 size) %{_sysconfdir}/nsswitch.conf
461 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ld.so.conf
462 %config %{_sysconfdir}/rpc
463 %ghost %{_sysconfdir}/ld.so.cache
464
465 %attr(755,root,root) /sbin/*
466 %attr(755,root,root) %{_bindir}/catchsegv
467 %attr(755,root,root) %{_bindir}/getent
468 %attr(755,root,root) %{_bindir}/glibcbug
469 %attr(755,root,root) %{_bindir}/ldd
470 %ifnarch alpha
471 %attr(755,root,root) %{_bindir}/lddlibc4
472 %endif
473 %attr(755,root,root) %{_bindir}/locale
474 %attr(755,root,root) %{_bindir}/rpcgen
475 %attr(755,root,root) %{_bindir}/tzselect
476
477 %attr(755,root,root) %{_sbindir}/rpcinfo
478 %attr(755,root,root) %{_sbindir}/zdump
479 %attr(755,root,root) %{_sbindir}/zic
480
481 %attr(755,root,root) /lib/ld-*
482 %attr(755,root,root) /lib/libdl*
483 %attr(755,root,root) /lib/libnsl*
484 %attr(755,root,root) /lib/lib[BScmprtu]*
485
486 %dir %{_datadir}/locale
487 %{_datadir}/locale/locale.alias
488 %{_datadir}/zoneinfo
489
490 %dir %{_libdir}/locale
491
492 %{_mandir}/man8/ldconfig*
493
494 #%files -n nss_dns
495 %defattr(644,root,root,755)
496 %attr(755,root,root) /lib/libnss_dns*.so*
497
498 #%files -n nss_files
499 %defattr(644,root,root,755)
500 %attr(755,root,root) /lib/libnss_files*.so*
501
502 %files -n nss_compat
503 %defattr(644,root,root,755)
504 %attr(755,root,root) /lib/libnss_compat*.so*
505
506 %files -n nss_hesiod
507 %defattr(644,root,root,755)
508 %attr(755,root,root) /lib/libnss_hesiod*.so*
509
510 %files -n nss_nis
511 %defattr(644,root,root,755)
512 %attr(755,root,root) /lib/libnss_nis.so.*
513 %attr(755,root,root) /lib/libnss_nis-*.so
514
515 %files -n nss_nisplus
516 %defattr(644,root,root,755)
517 %attr(755,root,root) /lib/libnss_nisplus*.so*
518
519 %files memusage
520 %defattr(644,root,root,755)
521 %attr(755,root,root) %{_bindir}/memusage*
522 %attr(755,root,root) %{_libdir}/libmemusage*
523
524 %files devel
525 %defattr(644,root,root,755)
526 %doc documentation/* {NOTES,PROJECTS}.gz
527 %attr(755,root,root) %{_bindir}/gencat
528 %attr(755,root,root) %{_bindir}/getconf
529 %attr(755,root,root) %{_bindir}/*prof*
530 %attr(755,root,root) %{_bindir}/*trace
531
532 %{_includedir}/*
533
534 %{_infodir}/libc.info*
535
536 %attr(755,root,root) %{_libdir}/lib*.so
537 %attr(755,root,root) %{_libdir}/*crt*.o
538 %{_libdir}/libc_nonshared.a
539
540 %{_mandir}/man3/*
541
542 %files -n nscd
543 %defattr(644,root,root,755)
544 %attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/nscd
545 %attr(640,root,root) %config(noreplace) %verify(not mtime md5 size) %{_sysconfdir}/nscd.*
546 %attr(754,root,root) /etc/rc.d/init.d/nscd
547 %attr(755,root,root) %{_sbindir}/nscd*
548 %attr(640,root,root) /etc/logrotate.d/nscd
549 %attr(640,root,root) %ghost /var/log/nscd
550
551 %files -n localedb-src
552 %defattr(644,root,root,755)
553 %attr(755,root,root) %{_bindir}/localedef
554 %{_datadir}/i18n
555
556 %files -n iconv
557 %defattr(644,root,root,755)
558 %attr(755,root,root) %{_bindir}/iconv
559 %dir %{_libdir}/gconv
560 %{_libdir}/gconv/gconv-modules
561 %attr(755,root,root) %{_libdir}/gconv/*.so
562
563 %files static
564 %defattr(644,root,root,755)
565 %{_libdir}/libBrokenLocale.a
566 %{_libdir}/libbsd-compat.a
567 %{_libdir}/libbsd.a
568 %{_libdir}/libc.a
569 %{_libdir}/libcrypt.a
570 %{_libdir}/libdl.a
571 %{_libdir}/libg.a
572 %{_libdir}/libieee.a
573 %{_libdir}/libm.a
574 %{_libdir}/libmcheck.a
575 %{_libdir}/libnsl.a
576 %{_libdir}/libpthread.a
577 %{_libdir}/libresolv.a
578 %{_libdir}/librpcsvc.a
579 %{_libdir}/librt.a
580 %{_libdir}/libutil.a
581
582 %files profile
583 %defattr(644,root,root,755)
584 %{_libdir}/lib*_p.a
585
586 %files pic
587 %defattr(644,root,root,755)
588 %{_libdir}/lib*_pic.a
589 %{_libdir}/lib*.map
590 %{_libdir}/soinit.o
591 %{_libdir}/sofini.o
This page took 0.08447 seconds and 4 git commands to generate.