!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 namedversion %{version}%{?namedreltag}
Name: jboss-websocket-1.1-api
Version: 1.1.1
Version: 1.1.4
Release: 1
Summary: JSR-356: Java WebSocket 1.1 API
License: CDDL or GPLv2 with exceptions
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: mvn(org.jboss:jboss-parent:pom:)
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.
%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
%build
@ -36,5 +36,8 @@ This package contains the API documentation for jboss-websocket-1.1-api.
%license LICENSE README
%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
- package init

Binary file not shown.