[packages/msmtp] - up to 1.6.0 - run autotools - updated BRs - explicilty enable features by passing flags to configu

atler atler at pld-linux.org
Wed Dec 31 10:49:27 CET 2014


commit b6bb3cf126386776f27e4115ad38406b60b11edc
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Dec 31 10:46:15 2014 +0100

    - up to 1.6.0
    - run autotools
    - updated BRs
    - explicilty enable features by passing flags to configure

 msmtp.spec | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/msmtp.spec b/msmtp.spec
index 94517a8..f38edfe 100644
--- a/msmtp.spec
+++ b/msmtp.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/msmtp.git/commitdiff/b6bb3cf126386776f27e4115ad38406b60b11edc



More information about the pld-cvs-commit mailing list