diff --git a/.gitignore b/.gitignore index 1707299..24db4d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gupnp-av-0.12.2.tar.xz +SOURCES/gupnp-av-0.12.10.tar.xz diff --git a/.gupnp-av.metadata b/.gupnp-av.metadata index 8673bc9..b99c7f6 100644 --- a/.gupnp-av.metadata +++ b/.gupnp-av.metadata @@ -1 +1 @@ -c1b63f3bd919969f7db1e07156545ef197cec3ee SOURCES/gupnp-av-0.12.2.tar.xz +6e0311ab91c56c6655f4835c676d57681b4a3eb0 SOURCES/gupnp-av-0.12.10.tar.xz diff --git a/SOURCES/gupnp-av-fixdso.patch b/SOURCES/gupnp-av-fixdso.patch deleted file mode 100644 index 066eaf9..0000000 --- a/SOURCES/gupnp-av-fixdso.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gupnp-av-0.5.8/tests/Makefile.in.orig 2010-08-03 09:28:57.562073134 +0100 -+++ gupnp-av-0.5.8/tests/Makefile.in 2010-08-03 09:29:51.347043224 +0100 -@@ -139,7 +139,7 @@ - INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@ - INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0 - LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@ - LIBGUPNP_LIBS = @LIBGUPNP_LIBS@ - LIBOBJS = @LIBOBJS@ diff --git a/SPECS/gupnp-av.spec b/SPECS/gupnp-av.spec index 91396ca..808fd28 100644 --- a/SPECS/gupnp-av.spec +++ b/SPECS/gupnp-av.spec @@ -1,21 +1,18 @@ Name: gupnp-av -Version: 0.12.2 -Release: 3%{?dist} +Version: 0.12.10 +Release: 1%{?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 -BuildRequires: gssdp-devel >= 0.14.0 -BuildRequires: gupnp-devel >= 0.20.0 BuildRequires: gobject-introspection-devel >= 1.36.0 BuildRequires: libxml2-devel BuildRequires: libsoup-devel +BuildRequires: vala %description GUPnP is an object-oriented open source framework for creating UPnP @@ -27,18 +24,13 @@ applications using GUPnP. %package devel Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: gssdp-devel -Requires: gupnp-devel -Requires: pkgconfig +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Files for development with %{name}. %package docs Summary: Documentation files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} BuildArch: noarch @@ -47,17 +39,20 @@ This package contains developer documentation for %{name}. %prep %setup -q -%patch0 -p1 -b .fixdso %build %configure --disable-static make %{?_smp_mflags} V=1 %install -make install DESTDIR=%{buildroot} +%make_install #Remove libtool archives. -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -delete +rm -rf %{buildroot}/%{_datadir}/vala/ + +%check +make check %{?_smp_mflags} V=1 %post -p /sbin/ldconfig @@ -79,6 +74,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/%{name} %changelog +* Thu Mar 02 2017 Bastien Nocera - 0.12.10-1 ++ gupnp-av-0.12.10-1 +- Update to 0.12.10 +Resolves: #1386987 + * Fri Jan 24 2014 Daniel Mach - 0.12.2-3 - Mass rebuild 2014-01-24