|
|
@@ -23,8 +23,8 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-%define V_real 2.0-beta-2
|
|
|
-%define V_here 2.0b2
|
|
|
+%define V_real 2.0-beta-4
|
|
|
+%define V_here 2.0b4
|
|
|
|
|
|
# package information
|
|
|
Name: mapson
|
|
|
@@ -36,7 +36,7 @@ Distribution: OpenPKG [EXP]
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: %{V_here}
|
|
|
-Release: 20020208
|
|
|
+Release: 20020412
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://prdownloads.sourceforge.net/mapson/mapson-%{V_real}.tar.gz
|
|
|
@@ -73,10 +73,8 @@ AutoReqProv: no
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
- mv $RPM_BUILD_ROOT%{l_prefix}/etc/mapson/config-sample \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/etc/mapson/config
|
|
|
- mv $RPM_BUILD_ROOT%{l_prefix}/share/mapson/reqmail.template-sample \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/share/mapson/reqmail.template
|
|
|
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/mapson/*-sample
|
|
|
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/share/mapson/*-sample
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|