41 lines
1.1 KiB
RPMSpec
41 lines
1.1 KiB
RPMSpec
Name: jeromq
|
|
Version: 0.3.6
|
|
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
|
|
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:)
|
|
%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 :maven-javadoc-plugin
|
|
|
|
%build
|
|
%mvn_build -f
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README.md CHANGELOG.md AUTHORS
|
|
%license LICENSE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Mon Jul 27 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.3.6-1
|
|
- Package init
|