summaryrefslogtreecommitdiff
path: root/rpm/template
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/template')
-rw-r--r--rpm/template16
1 files changed, 16 insertions, 0 deletions
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 <<EOF
+slibdir=/lib
+sysconfdir=/etc
+EOF
+make
+
+%install
+make install
%files
+%doc FAQ NEWS NOTES README