]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
- updated to 1.8.6
[packages/msmtp.git] / msmtp.spec
index b521342d4ac126a621e5dc35b34560231a384093..a1d5647e18feef6ae3590f8482df297f004433a4 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.24
+Version:       1.8.6
 Release:       1
 License:       GPL v3+
 Group:         Networking/Utilities
-Source0:       http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: 3ed704fbd3e7419cab5c65bb7928d9ba
+Source0:       https://marlam.de/msmtp/releases/%{name}-%{version}.tar.xz
+# Source0-md5: adff4a9992e1b47aa5468b974550304e
 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.907454 seconds and 4 git commands to generate.