Modify spec file
This commit is contained in:
parent
08bbe6dfdc
commit
db72187dce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user