From c4abbfdbe45a1f9ee821b8028d9fa5d6266ff10d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 11 Jul 2014 13:04:16 +0100 Subject: [PATCH] Enable check --- gupnp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gupnp.spec b/gupnp.spec index a67d7fa..eaaa236 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,6 +1,6 @@ Name: gupnp Version: 0.20.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A framework for creating UPnP devices & control points Group: System Environment/Libraries @@ -59,7 +59,10 @@ make %{?_smp_mflags} V=1 make install DESTDIR=%{buildroot} #Remove libtool archives. -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -name '*.la' -delete + +%check +make check %{?_smp_mflags} V=1 %post -p /sbin/ldconfig @@ -82,6 +85,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Fri Jul 11 2014 Peter Robinson 0.20.12-3 +- Enable check + * Sat Jun 07 2014 Fedora Release Engineering - 0.20.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild