package init

This commit is contained in:
chengzihan2 2020-08-25 09:55:54 +08:00
parent 2e89e13568
commit b876203238

View File

@ -22,11 +22,9 @@ APIviz is a JavaDoc doclet which extends the Java standard doclet.
It generates comprehensive UML-like class and package diagrams for It generates comprehensive UML-like class and package diagrams for
quick understanding of the overall API structure. quick understanding of the overall API structure.
%package help %package javadoc
Summary: API documentation for %{name} Summary: API documentation for %{name}
Provides: %{name}-javadoc = %{version}-%{release} %description javadoc
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains the API documentation for %{name}. This package contains the API documentation for %{name}.
%prep %prep
@ -46,7 +44,7 @@ find -name '*.jar' -exec rm -f '{}' \;
%files -f .mfiles %files -f .mfiles
%doc COPYRIGHT.txt LICENSE.jdepend.txt LICENSE.txt NOTICE.txt %doc COPYRIGHT.txt LICENSE.jdepend.txt LICENSE.txt NOTICE.txt
%files help -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%doc LICENSE.txt %doc LICENSE.txt
%changelog %changelog