!7 Add mvn(javax.servlet:javax.servlet-api) version limit
From: @wk333 Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
f790ca7ca6
@ -3,7 +3,7 @@
|
|||||||
%global reltag b02
|
%global reltag b02
|
||||||
Name: glassfish-jsp
|
Name: glassfish-jsp
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Glassfish J2EE JSP API implementation
|
Summary: Glassfish J2EE JSP API implementation
|
||||||
License: (CDDL-1.1 or GPLv2 with exceptions) and ASL 2.0
|
License: (CDDL-1.1 or GPLv2 with exceptions) and ASL 2.0
|
||||||
URL: http://glassfish.org
|
URL: http://glassfish.org
|
||||||
@ -14,7 +14,7 @@ Source3: https://javaee.github.io/glassfish/LICENSE.html
|
|||||||
Patch0: %{name}-build-eclipse-compilers.patch
|
Patch0: %{name}-build-eclipse-compilers.patch
|
||||||
Patch1: %{name}-port-to-servlet-3.1.patch
|
Patch1: %{name}-port-to-servlet-3.1.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local mvn(javax.servlet:javax.servlet-api)
|
BuildRequires: maven-local mvn(javax.servlet:javax.servlet-api) <= 3.1.0
|
||||||
BuildRequires: mvn(javax.servlet.jsp:javax.servlet.jsp-api) mvn(net.java:jvnet-parent:pom:)
|
BuildRequires: mvn(javax.servlet.jsp:javax.servlet.jsp-api) mvn(net.java:jvnet-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) mvn(org.eclipse.jdt:core)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) mvn(org.eclipse.jdt:core)
|
||||||
@ -70,5 +70,8 @@ popd
|
|||||||
%license LICENSE-ASL-2.0.txt LICENSE-CDDL+GPLv2.html
|
%license LICENSE-ASL-2.0.txt LICENSE-CDDL+GPLv2.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2024 wangkai <13474090681@163.com> - 2.3.3-2
|
||||||
|
- Add mvn(javax.servlet:javax.servlet-api) version limit
|
||||||
|
|
||||||
* Sat Aug 1 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 2.3.3-1
|
* Sat Aug 1 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 2.3.3-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user