SPECS: esmtp.spec (NEW) - initial - NFY

wolvverine wolvverine at pld-linux.org
Sat Jun 25 09:14:52 CEST 2005


Author: wolvverine                   Date: Sat Jun 25 07:14:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- NFY

---- Files affected:
SPECS:
   esmtp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/esmtp.spec
diff -u /dev/null SPECS/esmtp.spec:1.1
--- /dev/null	Sat Jun 25 09:14:52 2005
+++ SPECS/esmtp.spec	Sat Jun 25 09:14:47 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+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}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
================================================================



More information about the pld-cvs-commit mailing list