Change source

This commit is contained in:
wk333 2022-11-16 17:09:32 +08:00
parent 21d9a8b4fe
commit 016d96c2b8
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: jakarta-servlet
Version: 5.0.0
Release: 2
Release: 3
Summary: Server-side API for handling HTTP requests and responses
License: (EPL-2.0 or GPLv2 with exceptions) and ASL 2.0
URL: https://github.com/eclipse-ee4j/servlet-api
@ -26,7 +26,7 @@ and responses.
%{?javadoc_package}
%prep
%setup -q -n servlet-api-%{version}-RELEASE
%setup -q -n servlet-%{version}-RELEASE
%pom_remove_parent . api
@ -60,6 +60,9 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
%doc README.md
%changelog
* Wed Nov 16 2022 wangkai <wangkai385@h-partners.com> - 5.0.0-3
- Change source
* Sat Feb 12 2022 Ge Wang <wangge20@huawei.com> - 5.0.0-2
- Fix install confilict with glassfish-servlet-api due to provides same file glassfish-servlet-api.jar

Binary file not shown.