File classindex.spec of Package classindex
#
# spec file for package classindex
#
# Copyright (c) 2023 SUSE LLC
#
# 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/
#
Name: classindex
Version: 3.13
Release: 0
Summary: An annotation processor generating an index of classes
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://github.com/atteo/%{name}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
BuildArch: noarch
%description
ClassIndex is an annotation processor which at compile-time generates an index
of classes implementing given interface, classes annotated by given annotation
or placed in a common package.
%package javadoc
Summary: API documentation for %{name}
%description javadoc
API documentation for %{name}.
%prep
%autosetup
%pom_remove_parent
%pom_xpath_replace -r pom:plugin/pom:configuration \
'<configuration><source>8</source><target>8</target></configuration>'
%build
%{mvn_build} -f -- -Dsource=8
%install
%mvn_install
%fdupes %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE
%doc {README,CHANGES}.md
%files javadoc -f .mfiles-javadoc
%license LICENSE
%changelog