OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Jan-2003 12:34:14
Branch: HEAD Handle: 2003010311341301
Modified files:
openpkg-src/postfix postfix.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.103 +8 -10 openpkg-src/postfix/postfix.spec
1.2528 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.102 -r1.103 postfix.spec
--- openpkg-src/postfix/postfix.spec 2 Jan 2003 07:47:33 -0000 1.102
+++ openpkg-src/postfix/postfix.spec 3 Jan 2003 11:34:14 -0000 1.103
@@ -28,11 +28,6 @@
%define V_tls 0.8.12-2.0.0.1-0.9.6h
%define V_pflogsumm 1.0.7
-# package options
-%option with_tls no
-%option with_sasl no
-%option with_mysql no
-
# package information
Name: postfix
Summary: Mail Transfer Agent (MTA)
@@ -43,7 +38,12 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20030102
+Release: 20030103
+
+# package options
+%option with_tls no
+%option with_sasl no
+%option with_mysql no
# list of sources
Source0:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz
@@ -56,8 +56,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, perl, fsl
-PreReq: OpenPKG, openpkg >= 20021230, perl, fsl, procmail, perl-time
+BuildPreReq: OpenPKG, openpkg >= 20030103, perl, fsl
+PreReq: OpenPKG, openpkg >= 20030103, perl, fsl, procmail, perl-time
BuildPreReq: db, pcre
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
@@ -87,8 +87,6 @@
o Optional STARTTLS support (see package options below)
o Optional SASL2 authentication support (see package options below)
o Optional MySQL support (see package options below)
-
- %options -p10
%prep
# unpack distribution files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2527 -r1.2528 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:33:35 -0000 1.2527
+++ openpkg-web/news.txt 3 Jan 2003 11:34:13 -0000 1.2528
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<postfix-2.0.0.2-20030103>
03-Jan-2003: New package: P<perl-xml-20030103-20030103>
03-Jan-2003: New package: P<perl-dbi-20030103-20030103>
03-Jan-2003: New package: P<mysql-3.23.54a-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]