Enable introspection support - RHBZ 784125
This commit is contained in:
parent
8da9f52704
commit
3a1cfc5f39
@ -1,6 +1,6 @@
|
||||
Name: gupnp-dlna
|
||||
Version: 0.6.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A collection of helpers for building UPnP AV applications
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -9,6 +9,7 @@ URL: http://www.gupnp.org/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gssdp-devel
|
||||
BuildRequires: gstreamer-devel
|
||||
BuildRequires: gstreamer-plugins-base-devel
|
||||
@ -68,12 +69,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%doc AUTHORS COPYING README TODO
|
||||
%{_bindir}/gupnp-dlna*
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnP-DLNA-1.0.typelib
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
|
||||
%{_datadir}/gir-1.0/GUPnP-DLNA-1.0.gir
|
||||
%{_includedir}/%{name}-1.0/
|
||||
|
||||
%files docs
|
||||
@ -81,6 +84,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 23 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.4-3
|
||||
- Enable introspection support - RHBZ 784125
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user