[packages/shapelib] - disable silent-rules

qboosh qboosh at pld-linux.org
Mon Apr 8 21:15:17 CEST 2019


commit cef3a184241f702ae1a35eeba6e6f712151999f6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Apr 8 21:15:14 2019 +0200

    - disable silent-rules

 shapelib.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/shapelib.spec b/shapelib.spec
index 3993ad7..45d1e61 100644
--- a/shapelib.spec
+++ b/shapelib.spec
@@ -9,8 +9,8 @@ Source0:	http://download.osgeo.org/shapelib/%{name}-%{version}.tar.gz
 # Source0-md5:	e397d4e7e734537ec36d0491d524b4ea
 URL:		http://shapelib.maptools.org/
 BuildRequires:	autoconf >= 2.62
-BuildRequires:	automake
-BuildRequires:	libtool
+BuildRequires:	automake >= 1:1.11
+BuildRequires:	libtool >= 2:2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -52,10 +52,11 @@ Statyczna biblioteka shapelib.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--disable-silent-rules
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/shapelib.git/commitdiff/cef3a184241f702ae1a35eeba6e6f712151999f6



More information about the pld-cvs-commit mailing list