Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mat Booth
a293d7b895 Allow OSGi metadata to export all packages including internal ones 2017-08-23 14:41:09 +01:00

View file

@ -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