[libsocialweb] vala needs introspection

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 28 01:52:38 UTC 2011


commit 6872951947fcf6102aef24111998574316bedc45
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 28 02:52:30 2011 +0100

    vala needs introspection

 libsocialweb.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 448b1ad..7386154 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -26,8 +26,8 @@ BuildRequires: json-glib-devel
 BuildRequires: libsoup-devel
 BuildRequires: NetworkManager-glib-devel
 BuildRequires: rest-devel
-BuildRequires: vala-devel
-BuildRequires: vala-tools
+#BuildRequires: vala-devel
+#BuildRequires: vala-tools
 
 Requires: %{name}-keys = %{version}-%{release}
 
@@ -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-vala-bindings
+%configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services
 
 # 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
@@ -110,8 +110,8 @@ cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot
 %{_libdir}/pkgconfig/libsocialweb*
 %{_libdir}/libsocialweb*so
 # %{_datadir}/gir-1.0/SocialWebClient-0.25.gir
-%{_datadir}/vala/vapi/libsocialweb-client.deps
-%{_datadir}/vala/vapi/libsocialweb-client.vapi
+# %{_datadir}/vala/vapi/libsocialweb-client.deps
+# %{_datadir}/vala/vapi/libsocialweb-client.vapi
 
 %files keys
 %defattr(-,root,root,-)
@@ -126,7 +126,6 @@ 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 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