aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-12-18 00:15:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-12-18 00:15:10 +0000
commitaedf4074310ecf6d0e02b219ebeaff602ae0c57a (patch)
tree360d99db2f639a6877af1a69ed251e5f9833384d
parentb498c1ee5595956ec3e9c6139dfcc73a3dae070d (diff)
downloadfetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.tar.gz
fetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.tar.bz2
fetchmail-aedf4074310ecf6d0e02b219ebeaff602ae0c57a.zip
The RPM now has an icon.
svn path=/trunk/; revision=1577
-rw-r--r--Makefile.in2
-rwxr-xr-xspecgen.sh7
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index eac7d3e8..315c5690 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -245,7 +245,7 @@ RPMROOT=/usr/src/redhat
RPM = rpm
RPMFLAGS = -ba
rpm: dist
- cp fetchmail-$(VERS).tar.gz $(RPMROOT)/SOURCES;
+ cp fetchmail-$(VERS).tar.gz fetchmail.gif $(RPMROOT)/SOURCES;
$(srcdir)/specgen.sh $(VERS) >$(RPMROOT)/SPECS/fetchmail.spec
cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) fetchmail.spec
cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/fetchmail-$(VERS)*.rpm $(srcdir)
diff --git a/specgen.sh b/specgen.sh
index 5297ee60..234d7fee 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -3,9 +3,12 @@ Description: Remote mail fetch daemon for POP2, POP3, APOP, IMAP
Name: fetchmail
Version: ${1}
Release: 1
+Vendor: Eric Conspiracy Secret Labs
Source: locke.ccil.org:/pub/esr/fetchmail/fetchmail-${1}.tar.gz
-Copyright: freely redistributable
-Group: Mail
+URL: http://www.ccil.org/~esr/fetchmail
+Group: Applications/Mail
+Copyright: GPL
+Icon: fetchmail.gif
Requires: smtpdaemon
%prep