Author: qboosh Date: Sun Jun 26 14:37:27 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanup, added missing Log
---- Files affected: SPECS: esmtp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/esmtp.spec diff -u SPECS/esmtp.spec:1.1 SPECS/esmtp.spec:1.2 --- SPECS/esmtp.spec:1.1 Sat Jun 25 09:14:47 2005 +++ SPECS/esmtp.spec Sun Jun 26 16:37:22 2005 @@ -1,18 +1,16 @@ # $Revision$, $Date$ -# -Summary: esmtp -Summary(pl): esmtp +Summary: esmtp - relay-only Mail Transfer Agent +Summary(pl): esmtp - MTA obsługujący tylko przekazywanie poczty do serwera (E)SMTP 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 +BuildRequires: libesmtp-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -22,10 +20,14 @@ and the StartTLS SMTP extensions. %description -l pl -esmtp +esmtp to konfigurowalny przez użytkownika MTA (Mail Transfer Agent) o +składni kompatybilnej z sendmailem, obsługujący wyłącznie +przekazywanie poczty do serwera (E)SMTP. Jest oparty na libESMTP, +obsługuje AUTH (włącznie z mechanizmami SASL CRAM-MD5 i NTLM) oraz +rozszerzenia SMTP StartTLS. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %configure @@ -40,19 +42,11 @@ %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 +%{_mandir}/man1/esmtp.1* +%{_mandir}/man5/esmtprc.5* #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} @@ -61,3 +55,10 @@ * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.2 2005/06/26 14:37:22 qboosh +- pl, cleanup, added missing Log + +Revision 1.1 2005/06/25 07:14:47 wolvvering +- initial +- NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/esmtp.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
