update to 6.9.9
This commit is contained in:
parent
50618bce98
commit
2c82f601b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/testng-6.8.21.tar.gz
|
||||
/testng-6.9.5.tar.gz
|
||||
/6.9.8.tar.gz
|
||||
/6.9.9.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
aa62b50454e578657bc0eede8afeb20a 6.9.8.tar.gz
|
||||
57df5e7f3bd5606f2520c691cbd7fef3 6.9.9.tar.gz
|
||||
|
12
testng.spec
12
testng.spec
@ -2,7 +2,7 @@
|
||||
%global group_id org.testng
|
||||
|
||||
Name: testng
|
||||
Version: 6.9.8
|
||||
Version: 6.9.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Java-based testing framework
|
||||
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
||||
@ -48,20 +48,19 @@ find -name *.class -delete
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
# test deps not in Fedora
|
||||
#%% pom_remove_dep org.assertj:assertj-core
|
||||
|
||||
# plugins not in Fedora
|
||||
%pom_remove_plugin com.coderplus.maven.plugins:copy-rename-maven-plugin
|
||||
sed -i -e 's/VersionTemplateJava/Version.java/' pom.xml
|
||||
mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resources/org/testng/internal/Version.java
|
||||
|
||||
cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
||||
|
||||
%mvn_file : %{name}
|
||||
# jdk15 classifier is used by some other packages
|
||||
%mvn_alias : :::jdk15:
|
||||
|
||||
%build
|
||||
# TODO build tests when assetj-core becomes available -f
|
||||
|
||||
%mvn_build -- -Dmaven.local.debug=true
|
||||
|
||||
%install
|
||||
@ -75,6 +74,9 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2015 gil cattaneo <puntogil@libero.it> 6.9.9-1
|
||||
- Update to 6.9.9
|
||||
|
||||
* Tue Oct 13 2015 gil cattaneo <puntogil@libero.it> 6.9.8-1
|
||||
- Update to 6.9.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user