[gupnp] Enable check

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 11 12:04:06 UTC 2014


commit c4abbfdbe45a1f9ee821b8028d9fa5d6266ff10d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 11 13:04:16 2014 +0100

    Enable check

 gupnp.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
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 <pbrobinson at fedoraproject.org> 0.20.12-3
+- Enable check
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list