[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Zmailer-2.99.56



MW Mike Weiner (5028) wrote:

> Does any one happen to have an RPM for zmailer handy that compiles/runs
> under Fedora Core 1 (preferably version 2.99.56)?

ZMailer _already_ brings files to do the rpm package. They are in
zmailer-2.99.56/packaging/rpm/

To build the Fedora package you need to apply this patch:
# cd zmailer-2.99.56 ;  patch -p1 < rpm.diff
and read packaging/rpm/README-RPM

It also works with latest CVS version(2003-11-29).

As usual, more info -> http://www.zmailer.org

-- 
Software is like sex, it's better when it's bug free.
diff -Nuar zmailer-2.99.56/packaging/rpm/README-RPM zmailer-new/packaging/rpm/README-RPM
--- zmailer-2.99.56/packaging/rpm/README-RPM	2003-11-18 19:02:01.000000000 +0100
+++ zmailer-new/packaging/rpm/README-RPM	2003-11-03 01:33:55.000000000 +0100
@@ -34,6 +34,9 @@
 	
 	# tar xvfz zmailer-{version}.tar.gz
 	# cd zmailer-{version}/packaging/rpm/
+   and then :
+	# rpm -ihv zmailer-{version}.nosrc.rpm
+   or copy them by hand:
 	# cp zmailer.spec /usr/src/redhat_or_rpm/SPECS/
 	# cp zmailer.* /usr/src/redhat_or_rpm/SOURCES/
 
@@ -79,7 +82,7 @@
 Changelog:
 
 Last updated: Mon Nov  3 02:13:25 CET 2003 by <xose wanadoo es>
-a little of cleaning and reorganization.
+clear things a little.
 
 Updated: Thu Sep 25 16:15:47 CEST 2003 by <xose wanadoo es>
 minor fixes.
diff -Nuar zmailer-2.99.56/packaging/rpm/zmailer.spec zmailer-new/packaging/rpm/zmailer.spec
--- zmailer-2.99.56/packaging/rpm/zmailer.spec	2003-11-18 19:02:03.000000000 +0100
+++ zmailer-new/packaging/rpm/zmailer.spec	2004-01-27 16:51:27.000000000 +0100
@@ -21,8 +21,8 @@
 Summary(es): Agente de entrega de correo seguro para demandas de rendimiento extremas.
 Name: zmailer
 Version: 2.99.56
-Release: 12
-License: Free/Open Source Licenses, see %{_defaultdocdir}/%{name}-%{version}/README.LICENSES
+Release: 13
+License: Free/Open Source Licenses, see %{_defaultdocdir}/%{name}-%{version}/README
 Group: System Environment/Daemons
 Provides: MTA smtpd smtpdaemon %{_bindir}/newaliases %{_bindir}/mailq %{_bindir}/rmail %{_bindir}/vacation %{_sbindir}/sendmail
 Packager: Xose Vazquez Perez <http://www.zmailer.org/buglog.html>
@@ -124,7 +124,7 @@
 	--libdir=%{_libdir} \
 	--mandir=%{_mandir} \
 	--prefix=%{_prefix} \
-	--with-perl-installdirs=PREFIX=%{buildroot}/%{_prefix} \
+	--with-perl-installdirs=PREFIX=%{_prefix} \
 	--with-zconfig=%{_Zsysconfdir}/zmailer.conf \
 	--with-logdir=%{_Zlogdir} \
 	--with-mailbin=%{_Zlibexecdir} \
@@ -367,7 +367,7 @@
 %attr(2700,root,root) %{_Zpostoffdir}/TLSclntcache
 %attr(2700,root,root) %{_Zpostoffdir}/TLSsrvrcache
 
-%doc README.LICENSES LICENSES
+%doc LICENSES LICENSES/README
 
 # ##################
 # doc package files
@@ -386,7 +386,7 @@
 %{_Zincludedir}/zmailer.h
 %{_mandir}/man3
 
-%doc README.LICENSES LICENSES
+%doc LICENSES LICENSES/README
 
 # ##################
 # changelog

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]