Build vala bindings
This commit is contained in:
parent
354415c0eb
commit
2c546afb4a
@ -1,6 +1,6 @@
|
||||
Name: gupnp-dlna
|
||||
Version: 0.10.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A collection of helpers for building UPnP AV applications
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -16,6 +16,7 @@ BuildRequires: gstreamer1-plugins-base-devel
|
||||
BuildRequires: gupnp-devel
|
||||
BuildRequires: gupnp-av-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: vala-tool
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
%description
|
||||
@ -80,6 +81,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/GUPnPDLNA-2.0.gir
|
||||
%{_datadir}/gir-1.0/GUPnPDLNAGst-2.0.gir
|
||||
%{_includedir}/%{name}-2.0/
|
||||
%{_datadir}/vala/vapi/%{name}*
|
||||
|
||||
%files docs
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
@ -87,6 +89,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/%{name}-metadata
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.2-6
|
||||
- Build vala bindings
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user