modify javadoc to help
This commit is contained in:
parent
b96091a927
commit
cf46fc5f68
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user