!3 Update to version 0.5.3
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
4394df780f
17
jeromq.spec
17
jeromq.spec
@ -1,14 +1,18 @@
|
|||||||
Name: jeromq
|
Name: jeromq
|
||||||
Version: 0.3.6
|
Version: 0.5.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Pure Java implementation of libzmq
|
Summary: Pure Java implementation of libzmq
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://github.com/zeromq/jeromq
|
URL: https://github.com/zeromq/jeromq
|
||||||
BuildArch: noarch
|
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: maven-local 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)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
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
|
%description
|
||||||
Pure Java implementation of libzmq.
|
Pure Java implementation of libzmq.
|
||||||
|
|
||||||
@ -20,10 +24,12 @@ This package contains the API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%pom_remove_plugin :maven-checkstyle-plugin
|
%pom_remove_plugin :maven-checkstyle-plugin
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
|
||||||
|
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build -f -b --xmvn-javadoc
|
||||||
|
sed -i '/dependencies/, +6 d' .xmvn-reactor
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -36,5 +42,8 @@ This package contains the API documentation for %{name}.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 27 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.3.6-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v0.3.6.tar.gz
BIN
v0.3.6.tar.gz
Binary file not shown.
BIN
v0.5.3.tar.gz
Normal file
BIN
v0.5.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user