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