From c50b1d7896a370af66c972c0f2090a61622e8a37 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Mar 1998 16:42:02 +0000 Subject: Ready to ship. svn path=/trunk/; revision=1691 --- specgen.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'specgen.sh') diff --git a/specgen.sh b/specgen.sh index 46223799..5943faa0 100755 --- a/specgen.sh +++ b/specgen.sh @@ -9,7 +9,6 @@ Group: Applications/Mail Copyright: GPL Icon: fetchmail.gif Requires: smtpdaemon -BuildRoot: /tmp/fetchmail-%{version}-root %description fetchmail is a free, full-featured, robust, and well-documented remote @@ -27,16 +26,13 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr make %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man1} -make prefix=$RPM_BUILD_ROOT/usr install +make install %clean rm -rf $RPM_BUILD_ROOT %files -%attr(-,root,root) %doc README NEWS NOTES fetchmail-FAQ.html FAQ COPYING INSTALL -sample.rcfile -%attr(-,root,root) /usr/bin/fetchmail -%attr(-,root,root) /usr/man/man1/fetchmail.1 +%doc README NEWS NOTES fetchmail-FAQ.html FAQ COPYING INSTALL sample.rcfile +/usr/bin/fetchmail +/usr/man/man1/fetchmail.1 EOF -- cgit v1.2.3