diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-04 22:37:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-04 22:37:12 +0000 |
commit | 53b50716e3d468da291c646829671f794bf034f0 (patch) | |
tree | 48688c04510aff124ae4be613b6fc67783fcbf86 /specgen.sh | |
parent | 1ca56b9f77ca7f06d5d4ccf37b606c20354c94ff (diff) | |
download | fetchmail-53b50716e3d468da291c646829671f794bf034f0.tar.gz fetchmail-53b50716e3d468da291c646829671f794bf034f0.tar.bz2 fetchmail-53b50716e3d468da291c646829671f794bf034f0.zip |
Ready to ship 3.9.1.
svn path=/trunk/; revision=951
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ cat <<EOF -Description: Remote mail fetcher for POP2, POP3, APOP, IMAP +Description: Remote mail fetch daemon for POP2, POP3, APOP, IMAP Name: fetchmail Version: ${1} Release: ${2} Source: locke.ccil.org:/pub/esr/fetchmail/fetchmail-${1}.tar.gz -Copyright: distributable +Copyright: freely redistributable Group: Mail %prep @@ -18,7 +18,7 @@ make make install %files -%doc README NEWS NOTES FAQ COPYING INSTALL sample.rcfile +%doc README NEWS NOTES fetchmail.FAQ.html FAQ COPYING INSTALL sample.rcfile %ifarch i386 %endif |