53 lines
1.6 KiB
RPMSpec
53 lines
1.6 KiB
RPMSpec
Name: jeromq
|
|
Version: 0.5.4
|
|
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/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.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
%pom_remove_plugin :maven-checkstyle-plugin
|
|
|
|
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
|
|
|
%build
|
|
%mvn_build -f -b --xmvn-javadoc
|
|
sed -i '/dependencies/, +6 d' .xmvn-reactor
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README.md CHANGELOG.md AUTHORS
|
|
%license LICENSE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Mon Dec 18 2023 zhangkea <zhangkea@uniontech.com> - 0.5.4-1
|
|
- Update to version 0.5.4
|
|
|
|
* 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
|