From 1d9d60f9bb5e071b500e5822f0be766606cc1288 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 10 Sep 2014 13:31:05 +0100 Subject: [PATCH] Build vala bindings --- gupnp-av.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gupnp-av.spec b/gupnp-av.spec index a12bec5..7b9032a 100644 --- a/gupnp-av.spec +++ b/gupnp-av.spec @@ -1,13 +1,12 @@ Name: gupnp-av Version: 0.12.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of helpers for building UPnP AV applications Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz -Patch0: gupnp-av-fixdso.patch BuildRequires: glib2-devel BuildRequires: gtk-doc @@ -16,6 +15,7 @@ BuildRequires: gupnp-devel >= 0.20.0 BuildRequires: gobject-introspection-devel >= 1.36.0 BuildRequires: libxml2-devel BuildRequires: libsoup-devel +BuildRequires: vala-tools %description GUPnP is an object-oriented open source framework for creating UPnP @@ -47,7 +47,6 @@ This package contains developer documentation for %{name}. %prep %setup -q -%patch0 -p1 -b .fixdso %build %configure --disable-static @@ -77,11 +76,15 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/gupnp-av-1.0.pc %{_libdir}/libgupnp-av-1.0.so %{_datadir}/gir-1.0/GUPnPAV-1.0.gir +%{_datadir}/vala/vapi/%{name}* %files docs %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Sep 10 2014 Peter Robinson 0.12.6-5 +- Build vala bindings + * Sat Aug 16 2014 Fedora Release Engineering - 0.12.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild