]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- simplified Source0 URL, pl description, removed COPYING (just GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Aug 2003 08:50:57 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    msmtp.spec -> 1.4

msmtp.spec

index 0f9653e6d3015f95a60af39a993523de2eb37f92..a3788b3313ffaa6e66fda18d0e26a16658bb003e 100644 (file)
@@ -1,11 +1,13 @@
 Summary:       SMTP "plugin" for MUAs
+Summary(pl):   "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
 Version:       0.3.1
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: ca7becb55bcc8177d75f1912f5668ff5
+URL:           http://msmtp.sourceforge.net/
 BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,9 +22,27 @@ Features include:
 - robustness
 - detailed error messages if something goes wrong (including the full
   answer of the SMTP server)
-- sendmail compatible exit codes (which most MUAs understand). Simply
-  tell your MUA to call msmtp instead of /usr/sbin/sendmail (with Mutt
-  that's just one additional line in the config file).
+- sendmail compatible exit codes (which most MUAs understand).
+
+Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail (with
+Mutt that's just one additional line in the config file).
+
+%description -l pl
+msmtp to prosty program dzia³aj±cy jako "wtyczka SMTP" dla Mutta i
+prawdopodobnie innych klientów pocztowych (MUA - mail user agents).
+Przekierowuje wiadomo¶ci do serwera SMTP (na przyk³ad providera
+darmowych kont e-mail), który je dostarcza. Mo¿liwo¶ci obejmuj±:
+- obs³ugê SMTP AUTH - metod PLAIN, LOGIN i CRAM-MD5
+- szyfrowane po³±czenia TLS
+- obs³ugê IPv6
+- szczegó³owe komunikaty b³êdów w przypadku niepowodzenia (w³±cznie z
+  pe³n± odpowiedzi± serwera SMTP)
+- kody wyj¶cia kompatybilne z sendmailem (które rozumie wiêkszo¶æ
+  MUA).
+
+Wystarczy przekazaæ klientowi pocztowemu, aby wywo³ywa³ msmtp zamiast
+/usr/sbin/sendmail (w Mutcie to po prostu dodatkowa linia w pliku
+konfiguracyjnym).
 
 %prep
 %setup -q
@@ -44,6 +64,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README THANKS
+%doc AUTHORS ChangeLog README THANKS
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/msmtp*
This page took 0.097819 seconds and 4 git commands to generate.