rdieter pushed to grantlee (f20). "%check: make test"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 12 13:41:52 UTC 2015


>From ecb2615d7a1246e347b85895f3cb24eb34c21b2d Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Tue, 3 Dec 2013 10:44:14 -0600
Subject: %check: make test


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/grantlee.git/commit/?h=f20&id=ecb2615d7a1246e347b85895f3cb24eb34c21b2d


More information about the scm-commits mailing list