!5 [sync] PR-3: Upgrade to 1.1.4

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-13 09:09:48 +00:00 committed by Gitee
commit dbdacc06ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global namedreltag .Final %global namedreltag .Final
%global namedversion %{version}%{?namedreltag} %global namedversion %{version}%{?namedreltag}
Name: jboss-websocket-1.1-api Name: jboss-websocket-1.1-api
Version: 1.1.1 Version: 1.1.4
Release: 1 Release: 1
Summary: JSR-356: Java WebSocket 1.1 API Summary: JSR-356: Java WebSocket 1.1 API
License: CDDL or GPLv2 with exceptions License: CDDL or GPLv2 with exceptions
Url: https://github.com/jboss/jboss-websocket-api_spec Url: https://github.com/jboss/jboss-websocket-api_spec
Source0: https://github.com/jboss/jboss-websocket-api_spec/archive/%{namedversion}.tar.gz Source0: https://github.com/jboss/jboss-websocket-api_spec/archive/refs/tags/jboss-websocket-api_1.1_spec-1.1.4.Final.tar.gz
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:) BuildRequires: mvn(org.jboss:jboss-parent:pom:)
BuildArch: noarch BuildArch: noarch
@ -19,7 +19,7 @@ Summary: Javadoc for jboss-websocket-1.1-api
This package contains the API documentation for jboss-websocket-1.1-api. This package contains the API documentation for jboss-websocket-1.1-api.
%prep %prep
%setup -q -n jboss-websocket-api_spec-%{namedversion} %setup -q -n jboss-websocket-api_spec-jboss-websocket-api_1.1_spec-%{namedversion}
%pom_remove_plugin :maven-source-plugin %pom_remove_plugin :maven-source-plugin
%build %build
@ -36,5 +36,8 @@ This package contains the API documentation for jboss-websocket-1.1-api.
%license LICENSE README %license LICENSE README
%changelog %changelog
* Wed Jun 01 2022 houyingchao <houyingchao@h-partners.com> - 1.1.4-1
- Upgrade to 1.1.4
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.1.1-1 * Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.1.1-1
- package init - package init

Binary file not shown.