From 611a15e5a5b2ad9b7d7ba2c0bcf2675d2271d885 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 28 Nov 2017 13:36:11 +0000 Subject: [PATCH] enable make check --- gupnp-dlna.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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