diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec index a408638..1b85347 100644 --- a/gupnp-dlna.spec +++ b/gupnp-dlna.spec @@ -1,6 +1,6 @@ Name: gupnp-dlna Version: 0.10.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A collection of helpers for building UPnP AV applications Group: System Environment/Libraries @@ -56,8 +56,11 @@ make %{?_smp_mflags} V=1 %install make install DESTDIR=%{buildroot} -#Remove libtool archives. -find %{buildroot} -name '*.la' -exec rm -f {} ';' +# Remove libtool archives. +find %{buildroot} -name '*.la' -delete + +%check +make check %post -p /sbin/ldconfig @@ -91,6 +94,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/%{name}-metadata %changelog +* Tue Nov 28 2017 Peter Robinson 0.10.5-6 +- Enable make check + * Wed Aug 02 2017 Fedora Release Engineering - 0.10.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild