[cogl] Run make check but don't fail build on it

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 11 10:14:13 UTC 2014


commit ac570420491ebfe2fbb6e26db738468653f58a82
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 11 11:14:29 2014 +0100

    Run make check but don't fail build on it

 cogl.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cogl.spec b/cogl.spec
index c3b7861..4010a72 100644
--- a/cogl.spec
+++ b/cogl.spec
@@ -6,7 +6,7 @@
 
 Name:          cogl
 Version:       1.18.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       A library for using 3D graphics hardware to draw pretty pictures
 
 Group:         Development/Libraries
@@ -114,6 +114,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
 
 %find_lang %{name}
 
+%check
+make check V=1 ||:
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -142,6 +145,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
 %endif
 
 %changelog
+* Fri Jul 11 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.18.2-2
+- Run make check but don't fail build on it
+
 * Fri Jul 04 2014 Kalev Lember <kalevlember at gmail.com> - 1.18.2-1
 - Update to 1.18.2
 


More information about the scm-commits mailing list