]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- up to 1.6.0 auto/th/msmtp-1.6.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 31 Dec 2014 09:46:15 +0000 (10:46 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 31 Dec 2014 09:46:15 +0000 (10:46 +0100)
- run autotools
- updated BRs
- explicilty enable features by passing flags to configure

msmtp.spec

index 94517a8379f700f3ddacd26414d4190e840506e0..f38edfe5ebd6f842ec5eedcf8b5785578eedb362 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.32
+Version:       1.6.0
 Release:       1
 License:       GPL v3+
 Group:         Networking/Utilities
-Source0:       http://downloads.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: aa60e22211118f222470439cea60f795
+Source0:       http://downloads.sourceforge.net/msmtp/%{name}-%{version}.tar.xz
+# Source0-md5: 1c166853b63c02ae2ab56b50f1aae57b
 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.244582 seconds and 4 git commands to generate.