[grantlee] %check: make test

Rex Dieter rdieter at fedoraproject.org
Tue Dec 3 16:44:18 UTC 2013


commit ecb2615d7a1246e347b85895f3cb24eb34c21b2d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Dec 3 10:44:14 2013 -0600

    %check: make test

 grantlee.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/grantlee.spec b/grantlee.spec
index 6fe0788..e11bbad 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -4,7 +4,7 @@
 Name:    grantlee
 Summary: Qt string template engine based on the Django template system
 Version: 0.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: LGPLv2+
 URL:     http://www.gitorious.org/grantlee/pages/Home
@@ -79,6 +79,11 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/grantlee-api
 %endif
 
 
+%check
+# at least tests 10/11 currently fail, apparently require an X server
+make test -C %{_target_platform} ||:
+
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -105,6 +110,9 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/grantlee-api
 %endif
 
 %changelog
+* Tue Dec 03 2013 Rex Dieter <rdieter at fedoraproject.org> 0.4.0-2
+- %%check: make test
+
 * Fri Nov 29 2013 Rex Dieter <rdieter at fedoraproject.org> 0.4.0-1
 - 0.4.0
 


More information about the scm-commits mailing list