[gupnp-dlna] Enable introspection support - RHBZ 784125

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 23 22:59:02 UTC 2012


commit 3a1cfc5f39f994beb175e08689311c3709e97c59
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 23 22:58:42 2012 +0000

    Enable introspection support - RHBZ 784125

 gupnp-dlna.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec
index 805b434..510d8ab 100644
--- a/gupnp-dlna.spec
+++ b/gupnp-dlna.spec
@@ -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 at fedoraproject.org> - 0.6.4-3
+- Enable introspection support - RHBZ 784125
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list