OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Sep-2007 20:46:17
Branch: HEAD Handle: 2007092119461600
Modified files:
openpkg-src/dbmail dbmail.spec
Log:
release 2.2.6 has been withdrawn by the vendor, so track release
candidates as well and upgrade to 2.2.7-rc2
Summary:
Revision Changes Path
1.28 +8 -6 openpkg-src/dbmail/dbmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dbmail/dbmail.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 dbmail.spec
--- openpkg-src/dbmail/dbmail.spec 15 Sep 2007 13:05:05 -0000 1.27
+++ openpkg-src/dbmail/dbmail.spec 21 Sep 2007 18:46:16 -0000 1.28
@@ -24,7 +24,9 @@
# package component versions
%define V_major 2.2
-%define V_minor 6
+%define V_minor 7
+%define V_micro rc1
+%define V_micro_sep -rc1
# package information
Name: dbmail
@@ -36,8 +38,8 @@
Class: EVAL
Group: Mail
License: GPL
-Version: %{V_major}.%{V_minor}
-Release: 20070915
+Version: %{V_major}.%{V_minor}%{V_micro}
+Release: 20070921
# package options
%option with_fsl yes
@@ -53,7 +55,7 @@
%endif
# list of sources
-Source0:
http://www.dbmail.org/download/%{V_major}/dbmail-%{V_major}.%{V_minor}.tar.gz
+Source0:
http://www.dbmail.org/download/%{V_major}/dbmail-%{V_major}.%{V_minor}%{V_micro_sep}.tar.gz
Source1: fsl.dbmail
Source2: rc.dbmail
Source3: dbmail-setup.sh
@@ -104,11 +106,11 @@
prog dbmail = {
version = %{version}
url = http://www.dbmail.org/index.php?page=download
- regex = dbmail-(\d+\.[02468](?:\.\d+)+)\.tar\.gz
+ regex = dbmail-(\d+\.[02468](?:\.\d+)+(-?rc\d+)?)\.tar\.gz
}
%prep
- %setup -q
+ %setup -q -n dbmail-%{V_major}.%{V_minor}%{V_micro_sep}
%patch -p0
%build
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]