rpms/udev-extras/devel udev-extras.spec,1.12,1.13

Bastien Nocera hadess at fedoraproject.org
Mon Jun 8 20:44:13 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/udev-extras/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30641

Modified Files:
	udev-extras.spec 
Log Message:
Disable introspection for now, as it breaks the build


Index: udev-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev-extras/devel/udev-extras.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- udev-extras.spec	8 Jun 2009 20:20:05 -0000	1.12
+++ udev-extras.spec	8 Jun 2009 20:43:42 -0000	1.13
@@ -53,6 +53,8 @@ glib-based applications using libudev fu
 %setup -q
 
 %build
+
+# FIXME disable introspection for now
 %configure --with-selinux \
            --prefix=%{_prefix} \
            --exec-prefix="" \
@@ -60,7 +62,7 @@ glib-based applications using libudev fu
            --with-libdir-name=%{_lib} \
            --sbindir="/sbin" \
            --enable-gtk-doc \
-           --enable-introspection
+           --enable-introspection=no
 make %{?_smp_mflags}
 
 %install




More information about the fedora-extras-commits mailing list