Add mvn(javax.servlet:javax.servlet-api) version limit
This commit is contained in:
parent
77f42fe746
commit
d2abfa4b58
@ -3,7 +3,7 @@
|
||||
%global reltag b02
|
||||
Name: glassfish-jsp
|
||||
Version: 2.3.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Glassfish J2EE JSP API implementation
|
||||
License: (CDDL-1.1 or GPLv2 with exceptions) and ASL 2.0
|
||||
URL: http://glassfish.org
|
||||
@ -14,7 +14,7 @@ Source3: https://javaee.github.io/glassfish/LICENSE.html
|
||||
Patch0: %{name}-build-eclipse-compilers.patch
|
||||
Patch1: %{name}-port-to-servlet-3.1.patch
|
||||
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(org.apache.felix:maven-bundle-plugin)
|
||||
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
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user