Enable javadoc package

This commit is contained in:
Mikolaj Izdebski 2023-03-27 16:40:00 +02:00
parent b526e61d1d
commit fbd6ab2452

View File

@ -26,13 +26,11 @@ BuildRequires: mvn(org.opentest4j:opentest4j)
A rich and intuitive set of strongly-typed assertions to use for unit testing
(either with JUnit or TestNG).
%if 0
%package javadoc
Summary: API documentation for %{name}
%description javadoc
This package provides API documentation for %{name}.
%endif
%prep
%setup -q -n assertj-assertj-build-%{version}
@ -77,11 +75,9 @@ This package provides API documentation for %{name}.
%doc README.md CONTRIBUTING.md
%license LICENSE.txt
%if 0
%files javadoc -f .mfiles-javadoc
%doc CONTRIBUTING.md
%license LICENSE.txt
%endif
%changelog
* Mon Feb 27 2023 Marian Koncek <mkoncek@redhat.com> - 3.24.2-2