]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
up to 1.6.4
[packages/msmtp.git] / msmtp.spec
index 6f4adbd36996ff007a48201892736539ab26f416..487318bd1cce02110cf0037271b533965bfd9cd8 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.20
+Version:       1.6.4
 Release:       1
 License:       GPL v3+
 Group:         Networking/Utilities
-Source0:       http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: 065042eaaee40c2779cf0bcfffe72aae
+Source0:       http://downloads.sourceforge.net/msmtp/%{name}-%{version}.tar.xz
+# Source0-md5: aa829b5e9faeca5139f7983e6637f0d6
 Patch0:                %{name}-home_etc.patch
 Source1:       %{name}rc
 URL:           http://msmtp.sourceforge.net/
+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-ssl=gnutls
 %{__make}
 
 %install
This page took 0.41505 seconds and 4 git commands to generate.