|
|
@@ -23,6 +23,10 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package version
|
|
|
+%define V_vendor 2.3-beta-1
|
|
|
+%define V_openpkg 2.3b1
|
|
|
+
|
|
|
# package information
|
|
|
Name: mapson
|
|
|
Summary: The mapSoN Spam Filter
|
|
|
@@ -32,11 +36,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
-Version: 2.1
|
|
|
-Release: 20021204
|
|
|
+Version: %{V_openpkg}
|
|
|
+Release: 20030105
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{version}.tar.gz
|
|
|
+Source0: http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{V_vendor}.tar.gz
|
|
|
Patch0: mapson.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -53,7 +57,7 @@ AutoReqProv: no
|
|
|
verifying the sender through a requested reply.
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
+ %setup -q -n mapson-%{V_vendor}
|
|
|
%patch -p0
|
|
|
|
|
|
%build
|