glibc/rpm/template
Roland McGrath 78b5ba3eb7 Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* rpm/template (Source): New field.
	(%prep, %build, %install): New sections.
	(%files): Add %doc FAQ NEWS NOTES README.
	* rpm/rpmrc (builddir): Removed.
1996-06-22 15:00:08 +00:00

25 lines
315 B
Plaintext

Name: glibc
Description: GNU libc
Group: Development/Libraries/Libc
Version: @VERSION@
Release: 1
Copyright: LGPL, GPL
Source: glibc-@VERSION@.tar.gz
%prep
%setup
%build
configure --prefix=/usr
cat >configparms <<EOF
slibdir=/lib
sysconfdir=/etc
EOF
make
%install
make install
%files
%doc FAQ NEWS NOTES README