Build vala bindings
This commit is contained in:
parent
9870fdf6bc
commit
1d9d60f9bb
@ -1,13 +1,12 @@
|
|||||||
Name: gupnp-av
|
Name: gupnp-av
|
||||||
Version: 0.12.6
|
Version: 0.12.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A collection of helpers for building UPnP AV applications
|
Summary: A collection of helpers for building UPnP AV applications
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
|
||||||
Patch0: gupnp-av-fixdso.patch
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -16,6 +15,7 @@ BuildRequires: gupnp-devel >= 0.20.0
|
|||||||
BuildRequires: gobject-introspection-devel >= 1.36.0
|
BuildRequires: gobject-introspection-devel >= 1.36.0
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
|
BuildRequires: vala-tools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GUPnP is an object-oriented open source framework for creating UPnP
|
GUPnP is an object-oriented open source framework for creating UPnP
|
||||||
@ -47,7 +47,6 @@ This package contains developer documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fixdso
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -77,11 +76,15 @@ make check %{?_smp_mflags} V=1
|
|||||||
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
||||||
%{_libdir}/libgupnp-av-1.0.so
|
%{_libdir}/libgupnp-av-1.0.so
|
||||||
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
||||||
|
%{_datadir}/vala/vapi/%{name}*
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-5
|
||||||
|
- Build vala bindings
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-4
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user