[libsocialweb] v0.25.12, enable vala and gobject-introspection bindings

Peter Robinson pbrobinson at fedoraproject.org
Wed Mar 23 05:35:32 UTC 2011


commit faf64d7f9ae63b4a582c7f97d456e0f4c38c9b03
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Mar 23 05:35:16 2011 +0000

    v0.25.12, enable vala and gobject-introspection bindings

 .gitignore        |    1 +
 libsocialweb.spec |   21 ++++++++++++++++-----
 sources           |    2 +-
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01510fd..5f8ffc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ libsocialweb-0.25.1.tar.bz2
 /libsocialweb-0.25.5.tar.bz2
 /libsocialweb-0.25.7.tar.bz2
 /libsocialweb-0.25.11.tar.bz2
+/libsocialweb-0.25.12.tar.bz2
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 1e0993a..ede373f 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -1,6 +1,6 @@
 Name:          libsocialweb
-Version:       0.25.11
-Release:       2%{?dist}
+Version:       0.25.12
+Release:       1%{?dist}
 Summary:       A social network data aggregator
 
 Group:         Applications/Internet
@@ -18,11 +18,14 @@ BuildRequires: dbus-glib-devel
 BuildRequires: glib2-devel
 BuildRequires: GConf2-devel
 BuildRequires: gnome-keyring-devel
-BuildRequires: libsoup-devel
+BuildRequires: gobject-introspection-devel
+BuildRequires: intltool
 BuildRequires: json-glib-devel
+BuildRequires: libsoup-devel
 BuildRequires: NetworkManager-glib-devel
 BuildRequires: rest-devel
-BuildRequires: intltool
+BuildRequires: vala-devel
+BuildRequires: vala-tools
 
 Requires: %{name}-keys = %{version}-%{release}
 
@@ -59,7 +62,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
+%configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-introspection --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
@@ -88,6 +91,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
 %dir %{_datadir}/libsocialweb/
 %{_datadir}/libsocialweb/services/
 %{_datadir}/dbus-1/services/libsocialweb.service
@@ -102,12 +106,19 @@ 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}/vala/vapi/libsocialweb-client.deps
+%{_datadir}/vala/vapi/libsocialweb-client.vapi
 
 %files keys
 %defattr(-,root,root,-)
 %{_datadir}/libsocialweb/keys
 
 %changelog
+* 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
+
 * Tue Feb 22 2011 Peter Robinson <pbrobinson at gmail.com> 0.25.11-2
 - add generic facebook api key
 
diff --git a/sources b/sources
index 6282b9b..dadd091 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88476c29640649e70b2740f9e584d85f  libsocialweb-0.25.11.tar.bz2
+7d5bd6c3b3ba13c1c620b6954ef26083  libsocialweb-0.25.12.tar.bz2


More information about the scm-commits mailing list