rpms/esmtp/devel .cvsignore, 1.3, 1.4 esmtp.spec, 1.13, 1.14 sources, 1.3, 1.4

Patrice Dumas pertusus at fedoraproject.org
Mon Nov 24 14:38:41 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/esmtp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9051

Modified Files:
	.cvsignore esmtp.spec sources 
Log Message:
* Mon Nov 24 2008 Patrice Dumas <pertusus at free.fr> 1.0-1
- update to 1.0
- add a subpackage with local delivery enabled and dependency on procmail



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/esmtp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Oct 2007 07:11:55 -0000	1.3
+++ .cvsignore	24 Nov 2008 14:38:10 -0000	1.4
@@ -1 +1 @@
-esmtp-0.6.0.tar.bz2
+esmtp-1.0.tar.bz2


Index: esmtp.spec
===================================================================
RCS file: /cvs/extras/rpms/esmtp/devel/esmtp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- esmtp.spec	19 Feb 2008 18:11:48 -0000	1.13
+++ esmtp.spec	24 Nov 2008 14:38:10 -0000	1.14
@@ -1,10 +1,13 @@
-Summary:        User configurable relay-only Mail Transfer Agent (MTA)
+Summary:        User configurable send-only Mail Transfer Agent
 Summary(de):    Benutzerkonfigurierbarer nur versendender Mail Transfer Agent (MTA)
 Name:           esmtp
-Version:        0.6.0
-Release:        4%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:        esmtp-0.4.1-mutt
+# esmtp system config file configuring procmail as mda, for the local-delivery
+# sub-package
+Source2:        esmtprc-mda
 Url:            http://esmtp.sourceforge.net/
 # no license in files. Some come from fetchmail, another from libesmtp
 # esmtp-wrapper is GPLv2+
@@ -20,11 +23,11 @@
 Provides:        %{_bindir}/mailq
 # for esmtp-wrapper
 Requires:       mktemp
-# esmtp doesn't listen on port 25, so it cannot provide smtpdaemon. 
+# esmtp doesn't listen on port 25, so it cannot provide server(smtp). 
 # This implies that any program requiring a program that sends mail
 # on port 25 should rely on another package than esmtp to fulfill the 
 # dependency.
-#Provides:       smtpdaemon
+#Provides:       server(smtp)
 
 %description
 ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a
@@ -38,6 +41,16 @@
 libESMTP und unterstützt AUTH (mit CRAM-MD5 und NTLM SASL) und StartTLS
 SMTP.
 
+%package local-delivery
+Summary:        Configuration for esmtp allowing for local delivery
+Requires:       %{name} = %{version}-%{release}
+Requires:       procmail
+Provides:       mail(local)
+
+%description local-delivery
+This packages contains the system ESMTP configuration file with local
+delivery through an external mail delivery agent configured.
+
 %prep
 %setup -q
 cp -p %{SOURCE1} mutt-esmtp
@@ -52,6 +65,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
+install -p -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/esmtprc
 install -p -m0755 esmtp-wrapper $RPM_BUILD_ROOT%{_bindir}
 # remove all the sendmail alternative installed, it is done in %post
 rm $RPM_BUILD_ROOT%{_bindir}/mailq \
@@ -88,7 +103,15 @@
 %{_bindir}/esmtp
 %{_mandir}/man[^3]/esmtp*
 
+%files local-delivery
+%defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/esmtprc
+
 %changelog
+* Mon Nov 24 2008 Patrice Dumas <pertusus at free.fr> 1.0-1
+- update to 1.0
+- add a subpackage with local delivery enabled and dependency on procmail
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.0-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/esmtp/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Oct 2007 07:11:55 -0000	1.3
+++ sources	24 Nov 2008 14:38:10 -0000	1.4
@@ -1 +1 @@
-3f97c38f8e59978f1a25fe10bb68cdff  esmtp-0.6.0.tar.bz2
+e4c4e00eecb70b528a9d772d2e633b29  esmtp-1.0.tar.bz2




More information about the fedora-extras-commits mailing list