[libsocialweb] disable introspection for the moment

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 28 01:41:50 UTC 2011


commit 4f6f91012e8a71fdcc509a9475998379eb012e25
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 28 02:41:42 2011 +0100

    disable introspection for the moment

 libsocialweb.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libsocialweb.spec b/libsocialweb.spec
index c3f8d55..448b1ad 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -20,7 +20,7 @@ BuildRequires: dbus-glib-devel
 BuildRequires: glib2-devel
 BuildRequires: GConf2-devel
 BuildRequires: gnome-keyring-devel
-BuildRequires: gobject-introspection-devel
+#BuildRequires: gobject-introspection-devel
 BuildRequires: intltool
 BuildRequires: json-glib-devel
 BuildRequires: libsoup-devel
@@ -65,7 +65,7 @@ Keys allowing access to various web services through libsocialweb.
 chmod 644 examples/*.py 
 
 %build
-%configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-introspection --enable-vala-bindings
+%configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-vala-bindings
 
 # 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
@@ -94,7 +94,7 @@ cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot
 %doc AUTHORS COPYING TODO
 %{_libdir}/libsocialweb*.so.*
 %{_libdir}/libsocialweb/
-%{_libdir}/girepository-1.0/SocialWebClient-0.25.typelib
+# %{_libdir}/girepository-1.0/SocialWebClient-0.25.typelib
 %dir %{_datadir}/libsocialweb/
 %{_datadir}/libsocialweb/services/
 %{_datadir}/dbus-1/services/libsocialweb.service
@@ -109,7 +109,7 @@ cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot
 %{_includedir}/libsocialweb
 %{_libdir}/pkgconfig/libsocialweb*
 %{_libdir}/libsocialweb*so
-%{_datadir}/gir-1.0/SocialWebClient-0.25.gir
+# %{_datadir}/gir-1.0/SocialWebClient-0.25.gir
 %{_datadir}/vala/vapi/libsocialweb-client.deps
 %{_datadir}/vala/vapi/libsocialweb-client.vapi
 
@@ -126,7 +126,7 @@ cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot
 
 * Wed Mar 23 2011 Peter Robinson <pbrobinson at gmail.com> 0.25.12-1
 - Update to 0.25.12
-- vala and gobject-introspection support added
+- vala support added
 
 * Tue Feb 22 2011 Peter Robinson <pbrobinson at gmail.com> 0.25.11-2
 - add generic facebook api key


More information about the scm-commits mailing list