[gssdp] enable check

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


commit f8ff2478121007628e6f00822b20c814806b8247
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 11 12:15:17 2014 +0100

    enable check

 gssdp.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gssdp.spec b/gssdp.spec
index 79d6f46..fc64d17 100644
--- a/gssdp.spec
+++ b/gssdp.spec
@@ -1,6 +1,6 @@
 Name:          gssdp
 Version:       0.14.8
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Resource discovery and announcement over SSDP
 
 Group:         System Environment/Libraries
@@ -68,7 +68,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
 
@@ -95,6 +98,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.14.8-3
+- Enable check
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list