From 78b5ba3eb73f9fce0eb72061747846c507fd6cd2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Jun 1996 15:00:08 +0000 Subject: Sat Jun 22 10:44:09 1996 Roland McGrath * rpm/template (Source): New field. (%prep, %build, %install): New sections. (%files): Add %doc FAQ NEWS NOTES README. * rpm/rpmrc (builddir): Removed. --- rpm/rpmrc | 1 - rpm/template | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'rpm') diff --git a/rpm/rpmrc b/rpm/rpmrc index e4d66e971d..5579659a82 100644 --- a/rpm/rpmrc +++ b/rpm/rpmrc @@ -1,4 +1,3 @@ -builddir: . rpmdir: . srcrpmdir: . specdir: . diff --git a/rpm/template b/rpm/template index 3d88336608..f4c2e9f7d7 100644 --- a/rpm/template +++ b/rpm/template @@ -4,5 +4,21 @@ Group: Development/Libraries/Libc Version: @VERSION@ Release: 1 Copyright: LGPL, GPL +Source: glibc-@VERSION@.tar.gz + +%prep +%setup + +%build +configure --prefix=/usr +cat >configparms <