diff --git a/jeromq.spec b/jeromq.spec index a81ffa6ca96a0ecb146cc40358b56718d39a7a15..511ed51f301a46a3e3d2db0067a48bdc88a759c4 100644 --- a/jeromq.spec +++ b/jeromq.spec @@ -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 - 0.5.3-1 +- Update to version 0.5.3 + * Mon Jul 27 2020 Jeffery.Gao - 0.3.6-1 - Package init diff --git a/v0.3.6.tar.gz b/v0.3.6.tar.gz deleted file mode 100644 index ac8370e021f3e691ef4dd487d93c580175864618..0000000000000000000000000000000000000000 Binary files a/v0.3.6.tar.gz and /dev/null differ diff --git a/v0.5.3.tar.gz b/v0.5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd11207f29fc2a5f620c6c4e6efbbb41d1ab1ed6 Binary files /dev/null and b/v0.5.3.tar.gz differ