Enable testsuite

This commit is contained in:
Stanislav Ochotnicky 2013-07-23 08:37:17 +02:00
parent dcb85bd3c2
commit dbcc8be83d
1 changed files with 7 additions and 1 deletions

View File

@ -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@redhat.com> - 0:1.5-12
- Enable testsuite
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.5-11
- Rebuild to regenerate API documentation
- Resolves: CVE-2013-1571