]> git.pld-linux.org Git - packages/glibc.git/blob - glibc.spec
f8b55bd92d842355ca315c068c022ef72f30efac
[packages/glibc.git] / glibc.spec
1 Summary:        GNU libc
2 Summary(de):    GNU libc
3 Summary(fr):    GNU libc
4 Summary(pl):    GNU libc
5 Summary(tr):    GNU libc
6 name:           glibc
7 Version:        2.1
8 Release:        7
9 Copyright:      LGPL
10 Group:          Libraries
11 Group(pl):      Biblioteki
12 Source0:        ftp://sourceware.cygnus.com/pub/glibc/%{name}-%{version}.tar.gz
13 Source1:        ftp://sourceware.cygnus.com/pub/glibc/%{name}-linuxthreads-%{version}.tar.gz
14 Source2:        http://www.ozemail.com.au/~geoffk/glibc-crypt/%{name}-crypt-%{version}.tar.gz
15 Source3:        utmpd.init
16 Source4:        nscd.init
17 Patch0:         glibc-info.patch
18 URL:            http://www.gnu.org/software/libc/
19 Provides:       ld.so.2
20 Obsoletes:      %{name}-profile
21 Obsoletes:      %{name}-debug
22 Autoreq:        false
23 BuildRoot:      /tmp/%{name}-%{version}-root
24
25 %description
26 Contains the standard libraries that are used by multiple programs on
27 the system. In order to save disk space and memory, as well as to
28 ease upgrades, common system code is kept in one place and shared between
29 programs. This package contains the most important sets of shared libraries,
30 the standard C library and the standard math library. Without these, a
31 Linux system will not function. It also contains national language (locale)
32 support and timezone databases.
33
34 %description -l de
35 Enthält die Standard-Libraries, die von verschiedenen Programmen im System
36 benutzt werden. Um Festplatten- und Arbeitsspeicher zu sparen und zur
37 Vereinfachung von Upgrades ist der gemeinsame Systemcode an einer einzigen
38 Stelle gespeichert und wird von den Programmen gemeinsam genutzt. Dieses
39 Paket enthält die wichtigsten Sets der shared Libraries, die
40 Standard-C-Library und die Standard-Math-Library, ohne die das Linux-System
41 nicht funktioniert. Ferner enthält es den Support für die verschiedenen
42 Sprachgregionen (locale) und die Zeitzonen-Datenbank.
43
44 %description -l fr
45 Contient les bibliothèques standards utilisées par de nombreux programmes
46 du système. Afin d'économiser l'espace disque et mémoire, et de faciliter
47 les mises à jour, le code commun au système est mis à un endroit et partagé
48 entre les programmes. Ce paquetage contient les bibliothèques partagées les
49 plus importantes, la bibliothèque standard du C et la bibliothèque
50 mathématique standard. Sans celles-ci, un système Linux ne peut fonctionner.
51 Il contient aussi la gestion des langues nationales (locales) et les bases
52 de données des zones horaires.
53
54 %description -l pl
55 W pakiecie znajduj± siê podstawowe biblioteki, u¿ywane przez ró¿ne programy
56 w Twoim systemie. U¿ywanie przez programy bibliotek z tego pakietu oszczêdza
57 miejsce na dysku i pamiêæ. Wiekszo¶æ kodu systemowego jest usytuowane w
58 jednym miejscu i dzielone miêdzy wieloma programami. Pakiet ten zawiera
59 bardzo wa¿ny zbiór bibliotek standardowych wspó³dzielonych (dynamicznych)
60 bibliotek C i matematycznych. Bez glibc system Linux nie jest w stanie
61 funkcjonowaæ. Znajduj± siê tutaj równie¿ definicje ró¿nych informacji dla
62 wielu jêzyków (locale) oraz definicje stref czasowych.
63
64 %description -l tr
65 Bu paket, birçok programýn kullandýðý standart kitaplýklarý içerir. Disk
66 alaný ve bellek kullanýmýný azaltmak ve ayný zamanda güncelleme iþlemlerini
67 kolaylaþtýrmak için ortak sistem kodlarý tek bir yerde tutulup programlar
68 arasýnda paylaþtýrýlýr. Bu paket en önemli ortak kitaplýklarý, standart
69 C kitaplýðýný ve standart matematik kitaplýðýný içerir. Bu kitaplýklar olmadan
70 Linux sistemi çalýþmayacaktýr. Yerel dil desteði ve zaman dilimi veri tabaný
71 da bu pakette yer alýr.
72
73 %package        devel
74 Summary:        Additional libraries required to compile
75 Summary(de):    Weitere Libraries zum Kompilieren
76 Summary(fr):    Librairies supplémentaires nécessaires à la compilation.
77 Summary(pl):    Dodatkowe biblioteki wymagane podczas kompilacji
78 Summary(tr):    Geliþtirme için gerekli diðer kitaplýklar
79 Group:          Development/Libraries
80 Group(pl):      Programowanie/Biblioteki
81 Prereq:         /sbin/install-info
82 Requires:       %{name} = %{version}
83
84 %description devel
85 To develop programs which use the standard C libraries (which nearly all
86 programs do), the system needs to have these standard header files and object
87 files available for creating the executables.
88
89 %description -l de devel
90 Bei der Entwicklung von Programmen, die die Standard-C-Libraries verwenden
91 (also fast alle), benötigt das System diese Standard-Header- und Objektdateien
92 zum Erstellen der ausführbaren Programme.
93
94 %description -l fr devel
95 Pour développer des programmes utilisant les bibliothèques standard du C
96 (ce que presque tous les programmes font), le système doit posséder ces
97 fichiers en-têtes et objets standards pour créer les exécutables.
98
99 %description -l pl devel
100 Pakiet ten jest niezbêdny przy tworzeniu w³asnych programów korzystaj±cych
101 ze standardowej biblioteki C. Znajduj± siê tutaj pliki nag³ówkowe oraz pliki 
102 objektowe, niezbêdne do kompilacji programów wykonywalnych i innych bibliotek.
103
104 %description -l tr devel
105 C kitaplýðýný kullanan (ki hemen hemen hepsi kullanýyor) programlar
106 geliþtirmek için gereken standart baþlýk dosyalarý ve statik kitaplýklar.
107
108 %prep 
109 %setup -q -a 1 -a 2
110 %patch -p1
111
112 %build
113 install -d sunrpc/cpp; ln -s /lib/cpp sunrpc/cpp/cpp 
114 CFLAGS="$RPM_OPT_FLAGS -pipe" \
115 %ifarch sparc sparc64
116 sparc32 \
117 %endif
118 ./configure \
119         --enable-add-ons=crypt,linuxthreads \
120         --disable-profile \
121         --prefix=/usr \
122         --disable-omitfp
123 make  
124
125 %install
126 rm -rf $RPM_BUILD_ROOT
127 install -d $RPM_BUILD_ROOT/{etc/rc.d/init.d,usr/man/man3,var/db}
128
129 make install_root=$RPM_BUILD_ROOT install
130 make install_root=$RPM_BUILD_ROOT install-locales -C localedata
131
132 make -C linuxthreads/man
133 install linuxthreads/man/*.3thr $RPM_BUILD_ROOT/usr/man/man3
134
135 rm -rf $RPM_BUILD_ROOT/usr/share/zoneinfo/{localtime,posixtime,posixrules}
136
137 ln -sf ../../../etc/localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/localtime
138 ln -sf localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/posixtime
139 ln -sf localtime $RPM_BUILD_ROOT/usr/share/zoneinfo/posixrules
140 ln -sf ../../usr/lib/libbsd-compat.a $RPM_BUILD_ROOT/usr/lib/libbsd.a
141
142 rm -f $RPM_BUILD_ROOT/etc/localtime
143
144 install %{SOURCE3} $RPM_BUILD_ROOT/etc/nsswitch.conf
145
146 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
147 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/utmpd
148
149 install nscd/nscd.conf          $RPM_BUILD_ROOT/etc
150 install nss/nsswitch.conf       $RPM_BUILD_ROOT/etc
151
152 install nss/db-Makefile $RPM_BUILD_ROOT/var/db
153
154 cat << EOF > $RPM_BUILD_ROOT/usr/bin/create-db
155 #!/bin/sh
156 /usr/bin/make -f /var/db/db-Makefile
157 EOF
158
159 ln -sf create-db $RPM_BUILD_ROOT/usr/bin/update-db 
160
161 rm -rf documentation
162 install -d documentation
163
164 cp linuxthreads/ChangeLog  documentation/ChangeLog.threads
165 cp linuxthreads/Changes documentation/Changes.threads
166 cp linuxthreads/README documentation/README.threads
167 cp login/README.utmpd documentation/
168 cp crypt/README documentation/README.crypt
169
170 cp ChangeLog ChangeLog.8 documentation
171
172 bzip2 -9 documentation/*
173
174 strip $RPM_BUILD_ROOT/{sbin/*,usr/{bin/*,sbin/*}} || :
175
176 bzip2 -9 README NEWS FAQ BUGS NOTES PROJECTS
177
178 gzip -9fn $RPM_BUILD_ROOT/usr/{man/man*/*,info/libc*}
179
180 %post   -p /sbin/ldconfig
181 %postun -p /sbin/ldconfig
182
183 %post devel
184 /sbin/install-info /usr/info/libc.info.gz /etc/info-dir
185
186 %preun devel
187 if [ "$1" = 0 ]; then
188         /sbin/install-info --delete /usr/info/libc.info.gz /etc/info-dir
189 fi
190
191 %clean
192 rm -rf $RPM_BUILD_ROOT
193
194 %files
195 %defattr(644,root,root,755)
196 %doc {README,NEWS,FAQ,BUGS}.bz2
197
198 %attr(640,root,root) %config(noreplace) %verify(not mtime md5 size) /etc/nscd.*
199 %config(noreplace) %verify(not mtime md5 size) /etc/nsswitch.conf
200 %config /etc/rpc
201
202 %attr(754,root,root) /etc/rc.d/init.d/*
203
204 %attr(755,root,root) /sbin/*
205 %attr(755,root,root) /usr/bin/*
206 %attr(755,root,root) /usr/sbin/*
207
208 %attr(755,root,root) /lib/ld-*
209 %attr(755,root,root) /lib/lib*
210
211 %dir /usr/lib/gconv
212 /usr/lib/gconv/gconv-modules
213
214 /usr/share/i18n
215 /usr/share/locale
216 /usr/share/zoneinfo
217
218 %dir /var/db
219 %config /var/db/db-*
220
221 %files devel
222 %defattr(644,root,root,755)
223 %doc documentation/* {NOTES,PROJECTS}.bz2
224
225 /usr/include/*.h
226 /usr/include/arpa
227 /usr/include/bits
228 /usr/include/db1
229 /usr/include/gnu
230 /usr/include/net
231 /usr/include/netash
232 /usr/include/netatalk
233 /usr/include/netax25
234 /usr/include/neteconet
235 /usr/include/netinet
236 /usr/include/netipx
237 /usr/include/netpacket
238 /usr/include/netrom
239 /usr/include/netrose
240 /usr/include/nfs
241 /usr/include/protocols
242 /usr/include/rpc
243 /usr/include/rpcsvc
244 /usr/include/scsi
245 /usr/include/sys
246
247 /usr/info/libc.inf*.gz
248
249 %attr(755,root,root) /usr/lib/lib*.so
250 /usr/lib/*.o
251 /usr/lib/lib*.a
252
253 %attr(755,root,root) /usr/lib/gconv/*.so
254 /usr/man/man3/*
255
256 %changelog
257 * Mon Mar 15 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.
258   [2.1-7]
259 - on sparc{64} ./configure must be runed throw sparc32 wrapper.
260
261 * Sun Mar 14 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
262   [2.1-6]
263 - updated glibc-crypt to version-2.1
264
265 * Sat Mar 06 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
266   [2.1-5]
267 - removed striping of shared libraries -- no debug info in this libs,
268 - fixed permission of /var/db directory -- should be 755...
269
270 * Mon Feb 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
271   [2.1-4]
272 - removed man group from man pages,
273 - standarized {un}registering info pages (added libc-info.patch),
274 - changed base source url to ftp://sourceware.cygnus.com/pub/glibc/,
275 - changed URL,
276 - siplifications in %files devel,
277 - Group in devel changed to Development/Libraries,
278 - removed some %doc (INSTALL and outdated ChangeLog),
279 - removed %config and %verify rules fromn /etc/rc.d/init.d/* files,
280 - changed permission to 754 on /etc/rc.d/init.d/*,
281 - added striping shared libraries.
282
283 * Sun Feb 14 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
284   [2.1-3d]
285 - updated to stable version,
286 - fixed stripping ELF binaries,
287 - removed obsoletes /usr/include/{asm,linux}
288
289 * Fri Jan 29 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
290   [2.0.111-1d]
291 - updated to latest snapshoot,
292 - added utmpd.init, (don't run this piece of ... by default)
293 - added /var/db, (don't generate a data base by default)
294 - removed unused /usr/libexec/pt_ch*
295 - other changes.
296
297 * Sat Nov 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
298   [2.0.100-1d]
299 - updated to latest snapshoot,
300 - added install-locales,
301 - minor changes.
302
303 * Tue Oct 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
304   [2.0.99-1d]
305 - updated to 2.0.99,
306 - added Obsoletes: glibc-debug, glibc-profile
307
308 * Thu Aug 06 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
309   [2.0.96-1d]
310 - updated to 2.0.96,
311 - translation modified for pl, 
312   (follow the suggestions Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>)
313 - major changes.
314       (rewrote spec file -- follow the PLD policy)
315
316 * Wed Jul 16 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
317   [2.0.94-2d]
318 - added nscd.init and config
319 - fixed permision of pt_chown to 4711 
320 - added %defattr
321 - moved linux include links from kernel-headers to glibc-devel
322
323 * Tue Jun 2 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
324   [2.0.94-1d]
325 - updated to glibc 2.0.94
326
327 * Sun May 24 1998 Marcin Korzonek <mkorz@euler.mat.univ.szczecin.pl>
328   [2.0.93-1d]
329 - updated for glibc 2.0.93
330 - build prepare for PLD-1.1 Tornado
331 - removed glibc-debug and glibc-profile packages generation (it took too
332   long to compile the full featured version on my home linux box ;)
333 - compilation is now performed in compile directory as advised 
334   in Glibc HOWTO,
335 - start at invalid RH spec file.  
336
337
338   [2.1.1-1]
339 - based on RH spec,
340 - spec rewrited by PLD team,
341   we start at GNU libc 2.0.92 one year ago ...
342 - pl translation by Wojtek ¦lusarczyk <wojtek@shadow.eu.org>.
This page took 1.971458 seconds and 3 git commands to generate.