|
|
@@ -23,10 +23,6 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-# package version
|
|
|
-%define V_major 2.60
|
|
|
-%define V_minor 12
|
|
|
-
|
|
|
# package information
|
|
|
Name: ssmtp
|
|
|
Summary: Simple SMTP Send-Only MTA
|
|
|
@@ -37,15 +33,15 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
-Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20041209
|
|
|
+Version: 2.61
|
|
|
+Release: 20050323
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
%option with_ssl no
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
|
|
|
Source1: ssmtp.conf
|
|
|
Source2: rc.ssmtp
|
|
|
Source3: fsl.ssmtp
|
|
|
@@ -81,11 +77,11 @@ Conflicts: exim, postfix, sendmail
|
|
|
prog ssmtp = {
|
|
|
version = %{version}
|
|
|
url = ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
|
|
|
- regex = ssmtp_(__VER__)\.tar\.gz
|
|
|
+ regex = ssmtp_(__VER__)(\.orig)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n ssmtp-%{V_major}
|
|
|
+ %setup -q
|
|
|
%patch -p0
|
|
|
|
|
|
%build
|