Update to upstream version 6.8.7
- Provide additional jdk15 classifier
This commit is contained in:
parent
2f0452e598
commit
e6afc4349d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ testng-5.11.zip
|
||||
/testng-6.0.1.tar.xz
|
||||
/testng-6.8.tar.gz
|
||||
/testng-6.8.5.tar.gz
|
||||
/testng-6.8.7.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
7e50234099fd37c4f2ea7893e1496f5e testng-6.8.5.tar.gz
|
||||
b97889b8714eec487d466c179322395d testng-6.8.7.tar.gz
|
||||
|
14
testng.spec
14
testng.spec
@ -2,8 +2,8 @@
|
||||
%global group_id org.testng
|
||||
|
||||
Name: testng
|
||||
Version: 6.8.5
|
||||
Release: 2%{?dist}
|
||||
Version: 6.8.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Java-based testing framework
|
||||
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
||||
License: ASL 2.0 and CPL
|
||||
@ -68,9 +68,11 @@ native2ascii -encoding UTF-8 src/main/java/org/testng/internal/Version.java \
|
||||
iconv --from-code=ISO-8859-2 --to-code=UTF-8 ANNOUNCEMENT.txt > ANNOUNCEMENT.txt.utf8
|
||||
mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt
|
||||
|
||||
%build
|
||||
|
||||
%mvn_file : %{name}
|
||||
# jdk15 classifier is used by some other packages
|
||||
%mvn_alias : :::jdk15:
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dmaven.local.debug=true
|
||||
|
||||
%install
|
||||
@ -83,6 +85,10 @@ mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6.8.7-1
|
||||
- Update to upstream version 6.8.7
|
||||
- Provide additional jdk15 classifier
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.8.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user