From 1a5e1591b176db41e67a36b1eec1222fffeef9ba Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 28 Aug 2012 08:38:20 +0100 Subject: [PATCH] enable vala bindings --- gssdp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gssdp.spec b/gssdp.spec index f8c56fd..d15824f 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,6 +1,6 @@ Name: gssdp Version: 0.12.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Resource discovery and announcement over SSDP Group: System Environment/Libraries @@ -18,6 +18,7 @@ BuildRequires: libsoup-devel BuildRequires: libxml2-devel BuildRequires: NetworkManager-devel BuildRequires: pkgconfig +BuildRequires: vala-tools Requires: dbus @@ -86,6 +87,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/gssdp-1.0.pc %{_includedir}/gssdp-1.0 %{_datadir}/gir-1.0/GSSDP-1.0.gir +%{_datadir}/vala/vapi/gssdp* %files utils %defattr(-,root,root,-) @@ -97,6 +99,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/%{name} %changelog +* Tue Aug 28 2012 Peter Robinson - 0.12.2.1-2 +- Enable vala bindings + * Tue Aug 21 2012 Peter Robinson - 0.12.2.1-1 - 0.12.2.1 release - http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.1.news