Use javadoc_package macro

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:25:26 +02:00
parent 5951bc7d5c
commit 5109fec215

View File

@ -18,11 +18,7 @@ focused on providing a more modular, flexible interpolation framework for
the expression language style commonly seen in Maven, Plexus, and other the expression language style commonly seen in Maven, Plexus, and other
related projects. related projects.
%package javadoc %{?javadoc_package}
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
@ -37,8 +33,6 @@ API documentation for %{name}.
%files -f .mfiles %files -f .mfiles
%files javadoc -f .mfiles-javadoc
%changelog %changelog
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-10 * Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-10
- Mass rebuild for javapackages-tools 201901 - Mass rebuild for javapackages-tools 201901