[packages/gnome-common] - use --with-autoconf-archive instead of manual removal

qboosh qboosh at pld-linux.org
Tue Sep 29 18:29:40 CEST 2015


commit 0b4ebc8a9a8196ab5d93f2d5fbc5bd07968fd8eb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Sep 29 18:30:35 2015 +0200

    - use --with-autoconf-archive instead of manual removal

 gnome-common.spec | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gnome-common.spec b/gnome-common.spec
index 63ee74d..c97aeba 100644
--- a/gnome-common.spec
+++ b/gnome-common.spec
@@ -40,7 +40,8 @@ Ten pakiet dostarcza makra do budowania pakietów GNOME.
 %{__automake}
 %{__autoconf}
 %configure \
-	--build=%{_build}
+	--build=%{_build} \
+	--with-autoconf-archive
 
 %{__make}
 
@@ -50,9 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 	INSTALL="install -p" \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_aclocaldir}/ax_check_enable_debug.m4
-%{__rm} $RPM_BUILD_ROOT%{_aclocaldir}/ax_code_coverage.m4
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-common.git/commitdiff/0b4ebc8a9a8196ab5d93f2d5fbc5bd07968fd8eb



More information about the pld-cvs-commit mailing list