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.
|
° Components to facilitate strict adherence to standards.
|
||||||
° Comprehensive documentation and examples.
|
° Comprehensive documentation and examples.
|
||||||
|
|
||||||
%package javadoc
|
%package help
|
||||||
Summary: Javadoc for %{name}
|
Summary: Documents for %{name}
|
||||||
|
Provides: %{name}-javadoc = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||||
|
|
||||||
%description javadoc
|
%description help
|
||||||
This package contains javadoc for %{name}.
|
This package contains man pages and other related documents for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -41,7 +43,7 @@ This package contains javadoc for %{name}.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
|
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
|
%license LICENSE LICENSE-apache2 LICENSE-lgpl NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user