[saxpath] Enable testsuite

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Jul 23 05:53:17 UTC 2013


commit b1a80059a0c70f5bf827199eef69bda14e9cc6e8
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Jul 23 07:43:38 2013 +0200

    Enable testsuite

 saxpath.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/saxpath.spec b/saxpath.spec
index 1eb95b5..e7c4eb1 100644
--- a/saxpath.spec
+++ b/saxpath.spec
@@ -1,6 +1,6 @@
 Name:       saxpath
 Version:    1.0
-Release:    5.10%{?dist}
+Release:    6%{?dist}
 Summary:    Simple API for XPath
 License:    Saxpath
 URL:        http://sourceforge.net/projects/saxpath/
@@ -49,6 +49,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 cp -a build/doc/* %{buildroot}/%{_javadocdir}/%{name}/
 
+%check
+ant test
+
 %files -f .mfiles
 
 %files javadoc
@@ -56,6 +59,9 @@ cp -a build/doc/* %{buildroot}/%{_javadocdir}/%{name}/
 
 
 %changelog
+* Tue Jul 23 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-6
+- Enable testsuite
+
 * Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.0-5.10
 - Update to current packaging guidelines
 


More information about the scm-commits mailing list