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
OSGi-specific lookup in the Geronimo spec projects.
%package javadoc
Summary: Javadoc for %{name}
%package help
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}.
%prep
@ -46,7 +48,7 @@ sed -i 's/\r//' LICENSE NOTICE
%files -f .mfiles
%doc LICENSE NOTICE
%files javadoc -f .mfiles-javadoc
%files help -f .mfiles-javadoc
%doc LICENSE NOTICE
%changelog