Enable check

This commit is contained in:
Peter Robinson 2014-07-11 13:04:16 +01:00
parent 0bf7d5591f
commit c4abbfdbe4

View File

@ -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 <pbrobinson@fedoraproject.org> 0.20.12-3
- Enable check
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild