($(inst_libdir)/libndbm.a, $(inst_libdir)/libndbm.so): New targets.
[glibc.git] / rpm / template
blob319f62c92f87de3d2fcea09e5b3228b54c9d963d
1 Name: glibc
2 Description: GNU libc
3 Group: Development/Libraries/Libc
4 Version: @VERSION@
5 Release: 1
6 Copyright: LGPL, GPL
7 Source: glibc-@VERSION@.tar.gz
9 %prep
10 %setup
12 %build
13 configure --prefix=@prefix@
14 if test x@prefix@ = x/usr; then
15   cat >configparms <<EOF
16 slibdir=/lib
17 sysconfdir=/etc
18 EOF
20 make
22 %install
23 make install
25 %files
26 %doc FAQ NEWS NOTES README INSTALL