OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Oct-2005 08:18:21
Branch: HEAD Handle: 2005100707182100
Modified files:
openpkg-src/dspam dspam.spec
Log:
cleanup packaging and downgrade to latest available stable version
Summary:
Revision Changes Path
1.34 +5 -11 openpkg-src/dspam/dspam.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dspam/dspam.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 dspam.spec
--- openpkg-src/dspam/dspam.spec 6 Oct 2005 18:42:16 -0000 1.33
+++ openpkg-src/dspam/dspam.spec 7 Oct 2005 06:18:21 -0000 1.34
@@ -22,10 +22,6 @@
## SUCH DAMAGE.
##
-# package version
-%define V_dist 3.5.3
-%define V_opkg 3.5.3
-
# package information
Name: dspam
Summary: Statistical Anti-Spam Filter
@@ -36,11 +32,11 @@
Class: PLUS
Group: Mail
License: GPL
-Version: %{V_opkg}
-Release: 20051006
+Version: 3.4.9
+Release: 20051007
# list of sources
-Source0:
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{V_dist}.tar.gz
+Source0:
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -65,19 +61,17 @@
%track
prog dspam = {
- version = %{V_dist}
+ version = %{version}
url = http://www.nuclearelephant.com/projects/dspam/sources/
regex = dspam-(\d+\.\d+\.\d+)\.tar\.gz
}
%prep
- %setup -q -n dspam-%{V_dist}
+ %setup -q
%build
CC="%{l_cc}" \
- CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]