From f8ff2478121007628e6f00822b20c814806b8247 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 11 Jul 2014 12:15:17 +0100 Subject: [PATCH] enable check --- gssdp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gssdp.spec b/gssdp.spec index 79d6f46..fc64d17 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,6 +1,6 @@ Name: gssdp Version: 0.14.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Resource discovery and announcement over SSDP Group: System Environment/Libraries @@ -68,7 +68,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 @@ -95,6 +98,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/%{name} %changelog +* Fri Jul 11 2014 Peter Robinson 0.14.8-3 +- Enable check + * Sat Jun 07 2014 Fedora Release Engineering - 0.14.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild