Update to 6.9.10
This commit is contained in:
parent
2c82f601b5
commit
e0085f7dfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/testng-6.9.5.tar.gz
|
/testng-6.9.5.tar.gz
|
||||||
/6.9.8.tar.gz
|
/6.9.8.tar.gz
|
||||||
/6.9.9.tar.gz
|
/6.9.9.tar.gz
|
||||||
|
/6.9.10.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
57df5e7f3bd5606f2520c691cbd7fef3 6.9.9.tar.gz
|
170a556ea372caf535a56366c4b1c595 6.9.10.tar.gz
|
||||||
|
10
testng.spec
10
testng.spec
@ -2,7 +2,7 @@
|
|||||||
%global group_id org.testng
|
%global group_id org.testng
|
||||||
|
|
||||||
Name: testng
|
Name: testng
|
||||||
Version: 6.9.9
|
Version: 6.9.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java-based testing framework
|
Summary: Java-based testing framework
|
||||||
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
||||||
@ -39,8 +39,8 @@ This package contains the API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
# remove any bundled libs
|
# remove any bundled libs, but not test resources
|
||||||
find -name *.jar -delete
|
find ! -path "*/test/*" -name *.jar -print -delete
|
||||||
find -name *.class -delete
|
find -name *.class -delete
|
||||||
|
|
||||||
# these are unnecessary
|
# these are unnecessary
|
||||||
@ -55,6 +55,7 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou
|
|||||||
|
|
||||||
cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
||||||
|
|
||||||
|
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
# jdk15 classifier is used by some other packages
|
# jdk15 classifier is used by some other packages
|
||||||
%mvn_alias : :::jdk15:
|
%mvn_alias : :::jdk15:
|
||||||
@ -74,6 +75,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 08 2016 gil cattaneo <puntogil@libero.it> 6.9.10-1
|
||||||
|
- Update to 6.9.10
|
||||||
|
|
||||||
* Tue Oct 27 2015 gil cattaneo <puntogil@libero.it> 6.9.9-1
|
* Tue Oct 27 2015 gil cattaneo <puntogil@libero.it> 6.9.9-1
|
||||||
- Update to 6.9.9
|
- Update to 6.9.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user