modify javadoc to help

This commit is contained in:
small_leek 2020-08-22 16:21:26 +08:00
parent b96091a927
commit cf46fc5f68

View File

@ -17,10 +17,12 @@ Provides: geronimo-osgi-registry = %{version}-%{release}
This project is a set of bundles and integration tests for implementing This project is a set of bundles and integration tests for implementing
OSGi-specific lookup in the Geronimo spec projects. OSGi-specific lookup in the Geronimo spec projects.
%package javadoc %package help
Summary: Javadoc for %{name} Summary: API documentation for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description javadoc %description help
This package contains the API documentation for %{name}. This package contains the API documentation for %{name}.
%prep %prep
@ -46,7 +48,7 @@ sed -i 's/\r//' LICENSE NOTICE
%files -f .mfiles %files -f .mfiles
%doc LICENSE NOTICE %doc LICENSE NOTICE
%files javadoc -f .mfiles-javadoc %files help -f .mfiles-javadoc
%doc LICENSE NOTICE %doc LICENSE NOTICE
%changelog %changelog