[gstreamer-rtsp] Disable introspection for now

Bastien Nocera hadess at fedoraproject.org
Tue Nov 9 01:21:20 UTC 2010


commit cf42a0cc08d829c3778d20ac2a5d19cbb12f3e57
Author: Bastien Nocera <hadess at hadess.net>
Date:   Tue Nov 9 01:21:16 2010 +0000

    Disable introspection for now

 gstreamer-rtsp.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer-rtsp.spec b/gstreamer-rtsp.spec
index 69fc989..fc8df89 100644
--- a/gstreamer-rtsp.spec
+++ b/gstreamer-rtsp.spec
@@ -64,7 +64,8 @@ aclocal -Icommon/m4/
 autoreconf -f
 
 %build
-%configure
+# Until https://bugzilla.gnome.org/show_bug.cgi?id=634376 is fixed, disable introspection
+%configure --enable-introspection=no
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool


More information about the scm-commits mailing list