]> Pileus Git - ~andy/fetchmail/commitdiff
The RPM now has an icon.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 18 Dec 1997 00:15:10 +0000 (00:15 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 18 Dec 1997 00:15:10 +0000 (00:15 -0000)
svn path=/trunk/; revision=1577

Makefile.in
specgen.sh

index eac7d3e89e1543244be7f096322f0fcbbaad92be..315c5690038440f1259551f640f5e024ae73a285 100644 (file)
@@ -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)
index 5297ee60ba504fa46b08046e0719760ed8061b65..234d7fee1366903a35fd8c79a2fd4af63fae73f2 100755 (executable)
@@ -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