!3 Update to version 0.5.3

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-24 06:18:47 +00:00 committed by Gitee
commit 4394df780f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 4 deletions

View File

@ -1,14 +1,18 @@
Name: jeromq
Version: 0.3.6
Version: 0.5.3
Release: 1
Summary: Pure Java implementation of libzmq
License: MPLv2.0
URL: https://github.com/zeromq/jeromq
BuildArch: noarch
Source0: https://github.com/zeromq/%{name}/archive/v%{version}.tar.gz
Source0: https://github.com/zeromq/%{name}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildRequires: mvn(org.eclipse.aether:aether-connector-basic)
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
BuildRequires: mvn(org.apache.maven.wagon:wagon-http)
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
%description
Pure Java implementation of libzmq.
@ -20,10 +24,12 @@ This package contains the API documentation for %{name}.
%prep
%setup -q
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
%build
%mvn_build -f
%mvn_build -f -b --xmvn-javadoc
sed -i '/dependencies/, +6 d' .xmvn-reactor
%install
%mvn_install
@ -36,5 +42,8 @@ This package contains the API documentation for %{name}.
%license LICENSE
%changelog
* Thu Aug 24 2023 Ge Wang <wang__ge@126.com> - 0.5.3-1
- Update to version 0.5.3
* Mon Jul 27 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.3.6-1
- Package init

Binary file not shown.

BIN
v0.5.3.tar.gz Normal file

Binary file not shown.