]> Pileus Git - ~andy/fetchmail/blob - specgen.sh
Typo fix.
[~andy/fetchmail] / specgen.sh
1 cat <<EOF
2 Description: Remote mail fetch daemon for POP2, POP3, APOP, IMAP
3 Name: fetchmail
4 Version: ${1}
5 Release: 1
6 Source: locke.ccil.org:/pub/esr/fetchmail/fetchmail-${1}.tar.gz
7 Copyright: freely redistributable
8 Group: Mail
9 Requires: smtpdaemon
10
11 %prep
12 %setup
13
14 %build
15 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
16 make
17
18 %install
19 make install
20
21 %files
22 %doc README NEWS NOTES fetchmail-FAQ.html FAQ COPYING INSTALL sample.rcfile
23
24 %ifarch i386
25 %endif
26
27 /usr/bin/fetchmail
28 /usr/man/man1/fetchmail.1
29 EOF