Modify spec file

This commit is contained in:
lei_ju 2020-08-24 09:48:09 +08:00
parent 08bbe6dfdc
commit db72187dce

View File

@ -18,11 +18,13 @@ Cryptacular in a nutshell:
° Components to facilitate strict adherence to standards.
° Comprehensive documentation and examples.
%package javadoc
Summary: Javadoc for %{name}
%package help
Summary: Documents for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description javadoc
This package contains javadoc for %{name}.
%description help
This package contains man pages and other related documents for %{name}.
%prep
%setup -q -n %{name}-%{version}
@ -41,7 +43,7 @@ This package contains javadoc for %{name}.
%doc README.md
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
%files javadoc -f .mfiles-javadoc
%files help -f .mfiles-javadoc
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
%changelog