OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jun-2004 11:55:19
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/spamassassin
spamassassin.spec
Log:
upgrading package: spamassassin 2.63 -> 3.000000pre1
Summary:
Revision Changes Path
1.40 +0 -0 openpkg-src/spamassassin/spamassassin.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spamassassin/spamassassin.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 spamassassin.spec
--- openpkg-src/spamassassin/spamassassin.spec 26 Apr 2004 13:49:56 -0000
1.39
+++ openpkg-src/spamassassin/spamassassin.spec 22 Jun 2004 09:55:18 -0000
1.40
@@ -23,6 +23,11 @@
## SUCH DAMAGE.
##
+# package version
+%define V_real 3.000000-pre1
+%define V_here 3.000000pre1
+%define V_sdir 3.000000
+
# package information
Name: spamassassin
Summary: Mail Filter Identifying Spam
@@ -33,14 +38,14 @@
Class: BASE
Group: Mail
License: GPL/Artistic
-Version: 2.63
-Release: 20040426
+Version: %{V_here}
+Release: 20040622
# package options
%option with_fsl yes
# list of sources
-Source0:
http://www.spamassassin.org/released/Mail-SpamAssassin-%{version}.tar.gz
+Source0:
http://www.spamassassin.org/released/Mail-SpamAssassin-%{V_real}.tar.gz
Source1: rc.spamassassin
Source2: local.cf
Source3: fsl.spamassassin
@@ -68,17 +73,17 @@
%track
prog spamassassin = {
- version = %{version}
+ version = %{V_real}
url = http://www.spamassassin.org/released/
regex = Mail-SpamAssassin-(__VER__)\.tar\.gz
}
%prep
- %setup -q -n Mail-SpamAssassin-%{version}
+ %setup -q -n Mail-SpamAssassin-%{V_sdir}
%if "%{with_fsl}" == "yes"
%{l_shtool} subst \
-e 's/openlog.*(\(.*\),\(.*\),.*)/openlog(\1,\2, LOG_USER)/' \
- spamd/spamc.c
+ spamc/spamc.c
%endif
%build
@@ -95,7 +100,6 @@
-A LOCALRULESDIR="%{l_prefix}/etc/spamassassin" \
-A DATADIR="%{l_prefix}/share/spamassassin" \
-A PERL_BIN="%{l_prefix}/bin/perl"
- %{l_make} %{l_mflags} spamd/binaries.mk
# build package
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]