From a9ecbe8e9d0edf3c1ef51c4a0061a7b0df64716c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=27Wolvverine=27=20Panasiewicz?= Date: Sat, 25 Jun 2005 07:14:47 +0000 Subject: [PATCH] - initial - NFY Changed files: esmtp.spec -> 1.1 --- esmtp.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 esmtp.spec diff --git a/esmtp.spec b/esmtp.spec new file mode 100644 index 0000000..a0c9c71 --- /dev/null +++ b/esmtp.spec @@ -0,0 +1,56 @@ +# +Summary: esmtp +Summary(pl): esmtp +Name: esmtp +Version: 0.5.1 +Release: 0.1 +Epoch: 0 +License: GPL +Group: Applications +#Icon: - +Source0: http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2 +# Source0-md5: 9f0b809e891a548910f099efc4315b02 +URL: http://esmtp.sourceforge.net/ +BuildRequires: libesmtp-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +esmtp is a user configurable relay-only Mail Transfer +Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP +supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) +and the StartTLS SMTP extensions. + +%description -l pl +esmtp + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%pre + +%post + +%preun + +%postun + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%doc %{_mandir}/man1/esmtp.1.gz +%doc %{_mandir}/man5/esmtprc.5.gz +#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -- 2.44.0