[telepathy-glib] * Tue Aug 17 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.13-1 - Update to 0.11.13. - Enable

Brian Pepple bpepple at fedoraproject.org
Tue Aug 17 13:07:48 UTC 2010


commit 211240a30738daff5e009e09c1d9cac9ec113d84
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Aug 17 08:07:43 2010 -0500

    * Tue Aug 17 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.13-1
    - Update to 0.11.13.
    - Enable vala bindings. (#619137)

 .gitignore          |    1 +
 sources             |    2 +-
 telepathy-glib.spec |   30 ++++++++++++++++++++++++++----
 3 files changed, 28 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fa568a..519d80c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 telepathy-glib-0.11.11.tar.gz
 telepathy-glib-0.11.12.tar.gz
+telepathy-glib-0.11.13.tar.gz
diff --git a/sources b/sources
index 05a741e..0058ea8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea9d0ad4d76cebb25450499f174ddd12  telepathy-glib-0.11.12.tar.gz
+ae1fadb748b607f5e3493b54bd908b1f  telepathy-glib-0.11.13.tar.gz
diff --git a/telepathy-glib.spec b/telepathy-glib.spec
index d9f7118..3c0dad0 100644
--- a/telepathy-glib.spec
+++ b/telepathy-glib.spec
@@ -3,7 +3,7 @@
 %define	glib_ver	2.24
 
 Name:           telepathy-glib
-Version:        0.11.12
+Version:        0.11.13
 Release:        1%{?dist}
 Summary:        GLib bindings for Telepathy
 
@@ -20,8 +20,8 @@ BuildRequires:  dbus-devel >= %{dbus_ver}
 BuildRequires:	dbus-glib-devel >= %{dbus_glib_ver}
 BuildRequires:	glib2-devel >= %{glib_ver}
 BuildRequires:	gobject-introspection-devel >= 0.6.14
-#BuildRequires:	vala-devel
-#BuildRequires:	vala-tools
+BuildRequires:	vala-devel
+BuildRequires:	vala-tools
 BuildRequires:	libxslt
 BuildRequires:	python
 
@@ -34,10 +34,22 @@ for all forms of real time conversations, including instant messaging, IRC,
 voice calls and video calls.
 
 
+%package vala
+Summary:	Vala bindings for %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	vala
+
+
+%description vala
+Vala bindings for %{name}.
+
+
 %package 	devel
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-vala = %{version}-%{release}
 Requires:	telepathy-filesystem
 Requires:	dbus-devel >= %{dbus_ver}
 Requires:	dbus-glib-devel >= %{dbus_glib_ver}
@@ -63,7 +75,7 @@ developing applications that use %{name}.
 
 
 %build
-%configure --enable-static=no --enable-introspection=yes
+%configure --enable-static=no --enable-introspection=yes --enable-vala-bindings=yes
 make %{?_smp_mflags}
 
 
@@ -91,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/TelepathyGLib-0.12.gir
 
 
+%files vala
+%defattr(-,root,root,-)
+%{_datadir}/vala/vapi/telepathy-glib.deps
+%{_datadir}/vala/vapi/telepathy-glib.vapi
+
+
 %files devel
 %defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/%{name}/
@@ -100,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 17 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.13-1
+- Update to 0.11.13.
+- Enable vala bindings. (#619137)
+
 * Wed Aug 11 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.12-1
 - Update to 0.11.12.
 


More information about the scm-commits mailing list