Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a293d7b895 |
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: testng
|
||||
Version: 6.9.12
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Java-based testing framework
|
||||
License: ASL 2.0
|
||||
URL: http://testng.org/
|
||||
|
|
@ -69,6 +69,8 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou
|
|||
|
||||
cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
||||
|
||||
%pom_xpath_inject "pom:configuration/pom:instructions" \
|
||||
'<Export-Package>com.beust.testng,org.testng*</Export-Package>'
|
||||
|
||||
%mvn_file : %{name}
|
||||
# jdk15 classifier is used by some other packages
|
||||
|
|
@ -92,6 +94,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
|||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2017 Mat Booth <mat.booth@redhat.com> - 6.9.12-5
|
||||
- Allow OSGi metadata to export all packages including internal ones
|
||||
|
||||
* Fri Feb 17 2017 Mat Booth <mat.booth@redhat.com> - 6.9.12-4
|
||||
- License correction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue