]> git.pld-linux.org Git - packages/glib2.git/blobdiff - glib2.spec
- fix systemtap/tapse install dir on ix86
[packages/glib2.git] / glib2.spec
index c537a054126e80b18c05a5986bddd7f7d50bab3f..939df078e1253edd8338fd8a87d924e9721a238d 100644 (file)
@@ -19,13 +19,13 @@ Summary(pt_BR.UTF-8):       Conjunto de funções gráficas utilitárias
 Summary(tr.UTF-8):     Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
-Version:       2.54.3
-Release:       1
+Version:       2.56.2
+Release:       2
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.54/glib-%{version}.tar.xz
-# Source0-md5: 16e886ad677bf07b7d48eb8188bcf759
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/glib-%{version}.tar.xz
+# Source0-md5: 568b6b872d088ac9593b7a8d740812b4
 Patch0:                %{name}-makefile.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
@@ -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 \
@@ -428,7 +431,7 @@ umask 022
 %if %{with systemtap}
 %files -n systemtap-glib2
 %defattr(644,root,root,755)
-%{_datadir}/systemtap/tapset/libgio-2.0*.stp
-%{_datadir}/systemtap/tapset/libglib-2.0*.stp
-%{_datadir}/systemtap/tapset/libgobject-2.0*.stp
+%{_datadir}/systemtap/tapset/*/libgio-2.0*.stp
+%{_datadir}/systemtap/tapset/*/libglib-2.0*.stp
+%{_datadir}/systemtap/tapset/*/libgobject-2.0*.stp
 %endif
This page took 0.031363 seconds and 4 git commands to generate.