modify javadoc to help
This commit is contained in:
parent
e3e6fbedaa
commit
9ca3c0ef02
@ -14,9 +14,12 @@ Provides: javax.security.auth.message
|
||||
%description
|
||||
Java Authentication Service Provider Interface for Containers (JSR-196) api.
|
||||
|
||||
%package javadoc
|
||||
%package help
|
||||
Summary: API documentation for %{name}
|
||||
%description javadoc
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
|
||||
%description help
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
@ -47,7 +50,7 @@ ln -sf ../%{name}.jar %{buildroot}%{_javadir}/javax.security.auth.message/
|
||||
%doc LICENSE NOTICE
|
||||
%{_javadir}/javax.security.auth.message/
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%files help -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user