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