apache-commons-text/apache-commons-text.spec
2019-06-25 10:08:50 +00:00

66 lines
2.0 KiB
RPMSpec

#
# spec file for package apache-commons-text
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global base_name text
%global short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 1.6
Release: 0
Summary: A library focused on algorithms working on strings
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://commons.apache.org/proper/commons-text/
Source0: http://archive.apache.org/dist/commons/text/source/commons-text-%{version}-src.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.apache.commons:commons-lang3)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildArch: noarch
%description
Apache Commons Text is a library focused on algorithms working on strings.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n commons-text-%{version}-src
%pom_remove_dep :junit-bom
%build
%{mvn_build} -f -- -Dsource=8
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE.txt NOTICE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt NOTICE.txt
%changelog