]> git.pld-linux.org Git - packages/esmtp.git/blobdiff - esmtp.spec
- release 2 (by relup.sh)
[packages/esmtp.git] / esmtp.spec
index b5dd188930e98a833989d75418d707176bf490e6..48fb6bc4d11a65ec3da6b4530462e5f598c78620 100644 (file)
@@ -1,28 +1,27 @@
 Summary:       esmtp - relay-only Mail Transfer Agent
-Summary(pl):   esmtp - MTA obs³uguj±cy tylko przekazywanie poczty do serwera (E)SMTP
+Summary(pl.UTF-8):     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
+Version:       1.2
+Release:       2
+License:       GPL v2
+Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: 9f0b809e891a548910f099efc4315b02
+# Source0-md5: 79a9c1f9023d53f35bb82bf446150a72
 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
+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 to konfigurowalny przez u¿ytkownika MTA (Mail Transfer Agent) o
-sk³adni kompatybilnej z sendmailem, obs³uguj±cy wy³±cznie
+%description -l pl.UTF-8
+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
+obsługuje AUTH (włącznie z mechanizmami SASL CRAM-MD5 i NTLM) oraz
 rozszerzenia SMTP StartTLS.
 
 %prep
@@ -34,17 +33,20 @@ rozszerzenia SMTP StartTLS.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install sample.esmtprc $RPM_BUILD_ROOT%{_sysconfdir}/esmtprc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_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}
This page took 0.068984 seconds and 4 git commands to generate.