]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
- massive change: BR openssl-devel >= 0.9.7d
[packages/msmtp.git] / msmtp.spec
index 0f9653e6d3015f95a60af39a993523de2eb37f92..6a9eb12ddc87b9ae4d02d5c397b1ccdd2434a336 100644 (file)
@@ -1,12 +1,17 @@
 Summary:       SMTP "plugin" for MUAs
+Summary(pl):   "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
-Version:       0.3.1
-Release:       0.1
+Version:       0.7.0
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: ca7becb55bcc8177d75f1912f5668ff5
-BuildRequires: openssl-devel
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: a6ef757fb22b7b6bafb97baecd53402d
+Patch0:                %{name}-home_etc.patch
+URL:           http://msmtp.sourceforge.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,30 +25,57 @@ 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
+%patch0 -p1
 
 %build
-%{__make} \
-        CC="%{__cc}" \
-        CFLAGS="%{rpmcflags}"
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+# could use gnutls instead (but is not ready for current libgcrypt)
+# disable gsasl for now (see README.gsasl)
+%configure \
+       --with-ssl=openssl \
+       --disable-gsasl
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install msmtp $RPM_BUILD_ROOT%{_bindir}/msmtp
-install msmtp.1 $RPM_BUILD_ROOT%{_mandir}/man1
+%{__make} \
+       install\
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README THANKS
+%doc AUTHORS ChangeLog README THANKS doc/msmtprc.example
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/msmtp*
This page took 0.109606 seconds and 4 git commands to generate.