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
Wed Jul 17 21:53:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git]
/
rpm
/
template
blob
7b03ed5ab20d5b9767d2b02b4df669a9f5bd5797
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@ = /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