|
|
@@ -21,6 +21,10 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package version
|
|
|
+%define V_opkg 1.0.0b0
|
|
|
+%define V_dist 1.0.0.Beta0
|
|
|
+
|
|
|
# package information
|
|
|
Name: milter-sid
|
|
|
Summary: Mail Filter for Sender-ID
|
|
|
@@ -31,14 +35,14 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Mail
|
|
|
License: Open Source
|
|
|
-Version: 0.2.14
|
|
|
-Release: 20080101
|
|
|
+Version: %{V_opkg}
|
|
|
+Release: 20080528
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://switch.dl.sourceforge.net/sid-milter/sid-milter-%{version}.tar.gz
|
|
|
+Source0: http://switch.dl.sourceforge.net/sid-milter/sid-milter-%{V_dist}.tar.gz
|
|
|
Source1: rc.milter-sid
|
|
|
Source2: fsl.milter-sid
|
|
|
Patch0: milter-sid.patch
|
|
|
@@ -69,7 +73,7 @@ AutoReqProv: no
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n sid-milter-%{version}
|
|
|
+ %setup -q -n sid-milter-%{V_dist}
|
|
|
%patch -p0
|
|
|
|
|
|
%build
|