[regexp] Enable testsuite

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Jul 23 06:43:18 UTC 2013


commit dbcc8be83d3def283ba204b0b657a805fb8af768
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Jul 23 08:37:17 2013 +0200

    Enable testsuite

 regexp.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/regexp.spec b/regexp.spec
index dd0d31d..65ce418 100644
--- a/regexp.spec
+++ b/regexp.spec
@@ -32,7 +32,7 @@
 
 Name:           regexp
 Version:        1.5
-Release:        11%{dist}
+Release:        12%{dist}
 Epoch:          0
 Summary:        Simple regular expressions API
 License:        ASL 2.0
@@ -85,6 +85,9 @@ install -d -m 755 %{buildroot}%{_mavenpomdir}
 install -p -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap -a regexp:regexp
 
+%check
+ant -Djakarta-site2.dir=. test
+
 %files
 %doc LICENSE
 %{_javadir}/%{name}.jar
@@ -97,6 +100,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 23 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.5-12
+- Enable testsuite
+
 * Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.5-11
 - Rebuild to regenerate API documentation
 - Resolves: CVE-2013-1571


More information about the scm-commits mailing list