fix build error

This commit is contained in:
jackie_wu 2020-11-09 18:58:25 +08:00
parent 0161ea2318
commit de94191a70

View File

@ -1,6 +1,6 @@
Name: grizzly-npn
Version: 1.2
Release: 1
Release: 2
Summary: Grizzly Next Protocol Negotiation API
License: CDDL or GPLv2 with exceptions
URL: https://grizzly.java.net/spdy.html
@ -57,7 +57,10 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \
bootstrap/src/main/java/sun/security/ssl/HandshakeMessage.java \
bootstrap/src/main/java/sun/security/ssl/HelloExtensions.java \
bootstrap/src/main/java/sun/security/ssl/ServerHandshaker.java \
bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java
bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java \
bootstrap/src/main/java/sun/security/ssl/AlpnExtension.java \
bootstrap/src/main/java/sun/security/ssl/NextProtocolNegotiationExtension.java
%pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions/pom:Export-Package" bootstrap
%pom_xpath_inject "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions" "
<Export-Package>
@ -88,5 +91,8 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \
%license LICENSE.html
%changelog
* Mon Nov 9 2020 wutao <wutao61@huawei.com> - 1.2-2
- fix build error
* Sat Aug 15 2020 Ge Wang <wangge20@huawei.com> - 1.2-1
- Package init