[packages/glib2] - fix systemtap/tapse install dir on ix86 - rel 2

baggins baggins at pld-linux.org
Tue Aug 21 23:31:57 CEST 2018


commit 1344eef0a0842ba8ba4d7df623fd81dad4318270
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Aug 21 23:31:29 2018 +0200

    - fix systemtap/tapse install dir on ix86
    - rel 2

 glib2.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/glib2.spec b/glib2.spec
index d8f052c..939df07 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -20,7 +20,7 @@ Summary(tr.UTF-8):	Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):	实用工具函数库
 Name:		glib2
 Version:	2.56.2
-Release:	1
+Release:	2
 Epoch:		1
 License:	LGPL v2+
 Group:		Libraries
@@ -258,6 +258,9 @@ echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
 	CPPFLAGS="%{rpmcppflags} -Wall" \
 	--enable-debug=%{?debug:yes} \
 	%{!?with_systemtap:--disable-dtrace} \
+%ifarch %{ix86}
+	%{?with_systemtap:--with-tapset-install-dir=%{_datadir}/systemtap/tapset/i386} \
+%endif
 	%{__enable_disable apidocs gtk-doc} \
 	%{__enable_disable selinux} \
 	--disable-silent-rules \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/1344eef0a0842ba8ba4d7df623fd81dad4318270



More information about the pld-cvs-commit mailing list