add compat symlink for packages constructing the classpath manually
This commit is contained in:
parent
a5e2fb655c
commit
75c5d10d7b
@ -2,7 +2,7 @@
|
||||
|
||||
Name: jakarta-servlet
|
||||
Version: 5.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Server-side API for handling HTTP requests and responses
|
||||
# most of the project is EPL-2.0 or GPLv2 w/exceptions,
|
||||
# but some files still have Apache-2.0 license headers:
|
||||
@ -69,6 +69,9 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
|
||||
javax.servlet:javax.servlet-api \
|
||||
javax.servlet:servlet-api
|
||||
|
||||
# add compat symlink for packages constructing the classpath manually
|
||||
%mvn_file : %{name} glassfish-servlet-api
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -87,6 +90,9 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.0-3
|
||||
- Add compat symlink for packages constructing the classpath manually.
|
||||
|
||||
* Wed Aug 19 2020 Mat Booth <mat.booth@redhat.com> - 5.0.0-2
|
||||
- Also ship the API in the old javax namespace to aid transition
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user