package init
This commit is contained in:
parent
96fc64814f
commit
7134035c02
10
apiviz.spec
10
apiviz.spec
@ -22,9 +22,11 @@ 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 javadoc
|
%package help
|
||||||
Summary: Javadocs for %{name}
|
Summary: API documentation for %{name}
|
||||||
%description javadoc
|
Provides: %{name}-javadoc = %{version}-%{release}
|
||||||
|
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
|
||||||
@ -44,7 +46,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 javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user