]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
up to 1.8.2
[packages/msmtp.git] / msmtp.spec
index 7222a01d0372e3fc9c15bcbb8af4b886aee64dd2..1a9008196de0a4ad8421400a475327c7e8c5a14d 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.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
This page took 0.067912 seconds and 4 git commands to generate.