repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
($(inst_libdir)/libndbm.a, $(inst_libdir)/libndbm.so): New targets.
[glibc.git]
/
rpm
/
template
blob
319f62c92f87de3d2fcea09e5b3228b54c9d963d
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
8
9
%prep
10
%setup
11
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
19
fi
20
make
21
22
%install
23
make install
24
25
%files
26
%doc FAQ NEWS NOTES README INSTALL