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