X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmsmtp.git;a=blobdiff_plain;f=msmtp.spec;h=1a9008196de0a4ad8421400a475327c7e8c5a14d;hp=7222a01d0372e3fc9c15bcbb8af4b886aee64dd2;hb=84982d0;hpb=7aa0208fdde94d315ac480a0e3f290186ebf7dd9 diff --git a/msmtp.spec b/msmtp.spec index 7222a01..1a90081 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -1,17 +1,22 @@ Summary: SMTP "plugin" for MUAs Summary(pl.UTF-8): "Wtyczka" SMTP dla klientów pocztowych (MUA) Name: msmtp -Version: 1.4.27 +Version: 1.8.2 Release: 1 License: GPL v3+ Group: Networking/Utilities -Source0: http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2 -# Source0-md5: 2d6d10d9c59ed2b2635554ed35fb9226 +Source0: https://marlam.de/msmtp/releases/%{name}-%{version}.tar.xz +# Source0-md5: 9388d90dbec020f8930697b0b08fce53 Patch0: %{name}-home_etc.patch Source1: %{name}rc -URL: http://msmtp.sourceforge.net/ +URL: https://marlam.de/msmtp/ +BuildRequires: autoconf +BuildRequires: automake >= 1:1.11.1 +BuildRequires: gettext-tools BuildRequires: gnutls-devel >= 1.2.0 BuildRequires: gsasl-devel +BuildRequires: libidn-devel +BuildRequires: libsecret-devel BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -68,7 +73,17 @@ Dowiązania symboliczne msmtp do sendmaila. %patch0 -p1 %build -%configure +%{__gettextize} +%{__aclocal} +%{__autoheader} +%{__automake} +%{__autoconf} +%configure \ + --disable-silent-rules \ + --with-libgsasl \ + --with-libidn \ + --with-libsecret \ + --with-tls=gnutls %{__make} %install