]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
up to 1.8.13
[packages/msmtp.git] / msmtp.spec
index ed3b2ade25982e3e320878a9e3a3f135fea58924..16f054de7bc8740b97f131b7f86822f573293526 100644 (file)
@@ -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.17
+Version:       1.8.13
 Release:       1
 License:       GPL v3+
 Group:         Networking/Utilities
-Source0:       http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: b0b74f1144812b60688f590c62a0d3dd
+Source0:       https://marlam.de/msmtp/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 203b4ef3ab163e3e80e9507a9bc67b74
 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
This page took 0.131615 seconds and 4 git commands to generate.