!3 修改源码包下载地址

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-21 12:23:55 +00:00 committed by Gitee
commit c740509f86
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

BIN
3.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: glassfish-servlet-api
Version: 3.1.0
Release: 16
Release: 17
Summary: API of Java Servlet
License: (CDDL or GPLv2 with exceptions) and ASL 2.0
License: (CDDL-1.1 OR GPL-2.0-with-classpath-exception) AND Apache-2.0
URL: http://servlet-spec.java.net
Source0: javax.servlet-api-%{version}.tar.xz
Source0: https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
@ -27,7 +27,7 @@ Obsoletes: %{name}-javadoc < %{version}-%{release}
Manauals of API and other help documents for %{name}.
%prep
%autosetup -n javax.servlet-api-%{version} -p1
%autosetup -n servlet-spec-%{version} -p1
%pom_remove_plugin :maven-remote-resources-plugin
%pom_remove_plugin :maven-javadoc-plugin
cp -p %{SOURCE1} .
@ -52,5 +52,8 @@ cp -p %{SOURCE1} .
%_javadocdir/%{name}
%changelog
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 3.1.0-17
- Updating the source code package
* Sat Dec 14 2019 zhouyihang <zhouyihang1@huawei.com> - 3.1.0-16
- Package init

Binary file not shown.