enable check

This commit is contained in:
Peter Robinson 2014-07-11 13:39:49 +01:00
parent 4c110462e0
commit ce15fe9c9c

View File

@ -1,6 +1,6 @@
Name: gupnp-av
Version: 0.12.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A collection of helpers for building UPnP AV applications
Group: System Environment/Libraries
@ -57,7 +57,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
@ -79,6 +82,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-2
- Enable check
* Wed Jun 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-1
- 0.12.6 release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.6.news