Browse Source

upgrading package: mapson 2.1 -> 2.3b1

Ralf S. Engelschall 23 years ago
parent
commit
b8e0c628fe
1 changed files with 8 additions and 4 deletions
  1. 8 4
      mapson/mapson.spec

+ 8 - 4
mapson/mapson.spec

@@ -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