|
|
|
|
@ -31,15 +31,15 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: BASE |
|
|
|
|
Group: Mail |
|
|
|
|
License: GPL |
|
|
|
|
Version: 2.63 |
|
|
|
|
Release: 20090707 |
|
|
|
|
Version: 2.64 |
|
|
|
|
Release: 20110731 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_fsl yes |
|
|
|
|
%option with_ssl no |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz |
|
|
|
|
Source0: http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.bz2 |
|
|
|
|
Source1: ssmtp.conf |
|
|
|
|
Source2: rc.ssmtp |
|
|
|
|
Source3: fsl.ssmtp |
|
|
|
|
@ -71,7 +71,7 @@ Conflicts: exim, postfix, sendmail
|
|
|
|
|
prog ssmtp = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://ftp.debian.org/debian/pool/main/s/ssmtp/ |
|
|
|
|
regex = ssmtp_(__VER__)(\.orig)\.tar\.gz |
|
|
|
|
regex = ssmtp_(__VER__)(\.orig)\.tar\.bz2 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|