[gupnp-av] enable check

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 11 12:39:36 UTC 2014


commit ce15fe9c9ca0b15d34e7d0b67dcf815570e2ba7d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 11 13:39:49 2014 +0100

    enable check

 gupnp-av.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gupnp-av.spec b/gupnp-av.spec
index 4c03bac..93b2131 100644
--- a/gupnp-av.spec
+++ b/gupnp-av.spec
@@ -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 at fedoraproject.org> 0.12.6-2
+- Enable check
+
 * Wed Jun 11 2014 Peter Robinson <pbrobinson at 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


More information about the scm-commits mailing list