!17 [sync] PR-16: Add glassfish-jsp and glassfish-jsp-api and glassfish-servlet-api version limit

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-03-27 09:56:50 +00:00 committed by Gitee
commit 2acae65fcc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,14 @@
Name: glassfish-jsp-api Name: glassfish-jsp-api
Version: 2.3.3 Version: 2.3.3
Release: 2 Release: 3
Summary: Glassfish J2EE JSP API specification Summary: Glassfish J2EE JSP API specification
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: https://github.com/javaee/javaee-jsp-api URL: https://github.com/javaee/javaee-jsp-api
Source0: https://github.com/javaee/javaee-jsp-api/archive/javax.servlet.jsp-api-%{version}.tar.gz Source0: https://github.com/javaee/javaee-jsp-api/archive/javax.servlet.jsp-api-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local mvn(javax.el:javax.el-api) mvn(javax.servlet:javax.servlet-api) BuildRequires: maven-local mvn(javax.el:javax.el-api)
BuildRequires: glassfish-jsp-api <= 2.3.3 glassfish-jsp <= 2.3.3 glassfish-servlet-api <= 3.1.0
BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
Obsoletes: glassfish-jsp-api-javadoc < %{version}-%{release} Obsoletes: glassfish-jsp-api-javadoc < %{version}-%{release}
@ -48,6 +49,9 @@ popd
%license LICENSE-ASL-2.0.txt LICENSE %license LICENSE-ASL-2.0.txt LICENSE
%changelog %changelog
* Wed Feb 22 2023 liyanan <liyanan32@h-partners.com> - 2.3.3-3
- Add glassfish-jsp and glassfish-jsp-api and glassfish-servlet-api version limit
* Thu Dec 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.3-2 * Thu Dec 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.3-2
- Package init - Package init