apache-commons-math/apache-commons-math.spec
chen-jan 17f987731a License compliance rectification
(cherry picked from commit 6ca6411113f8551466dd1d6d57e80047e7b7eeef)
2022-10-13 14:43:19 +08:00

48 lines
1.6 KiB
RPMSpec

%global short_name commons-math3
Name: apache-commons-math
Version: 3.4.1
Release: 2
Summary: Java library of lightweight mathematics and statistics components
License: Apache-1.1 and Apache-2.0 and BSD-3-Clause
URL: http://commons.apache.org/math/
Source0: http://archive.apache.org/dist/commons/math/source/%{short_name}-%{version}-src.tar.gz
Patch1: %{name}-3.4.1-RHBZ1402145.patch
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
Requires: jpackage-utils
%description
Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing the most common problems not available in the
Java programming language or Commons Lang.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%prep
%autosetup -n %{short_name}-%{version}-src -p1
%mvn_alias "org.apache.commons:%{short_name}" "%{short_name}:%{short_name}"
%mvn_file :%{short_name} %{short_name} %{name}
%pom_remove_plugin ru.concerteza.buildnumber:maven-jgit-buildnumber-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
%changelog
* Mon May 09 2022 chenchen <chen_aka_jan@163.com> - 3.4.1-2
- License compliance rectification
* Tue Jul 28 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 3.4.1-1
- Package init