]> Pileus Git - ~andy/fetchmail/blobdiff - specgen.sh
The RPM now has an icon.
[~andy/fetchmail] / specgen.sh
index bab75f562c42e538395338439715d929ae208d85..234d7fee1366903a35fd8c79a2fd4af63fae73f2 100755 (executable)
@@ -1,11 +1,15 @@
 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}
+Release: 1
+Vendor: Eric Conspiracy Secret Labs
 Source: locke.ccil.org:/pub/esr/fetchmail/fetchmail-${1}.tar.gz
-Copyright: distributable
-Group: Mail
+URL: http://www.ccil.org/~esr/fetchmail
+Group: Applications/Mail
+Copyright: GPL
+Icon: fetchmail.gif
+Requires: smtpdaemon
 
 %prep
 %setup
@@ -18,7 +22,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