package init

This commit is contained in:
jeff200902 2020-08-27 19:13:42 +08:00
parent 70852deffe
commit 1bcefbb42c

View File

@ -14,11 +14,9 @@ BuildArch: noarch
The AspectJ Weaver supports byte-code weaving for aspect-oriented
programming (AOP) in java.
%package help
%package javadoc
Summary: Javadoc for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
%description javadoc
API documentation for %{summary}.
%prep
@ -51,7 +49,7 @@ LANG=en_US.ISO8859-1 CLASSPATH=$( build-classpath objectweb-asm/asm commons-logg
%files -f .mfiles
%license epl-v10.txt
%files help -f .mfiles-javadoc
%files javadoc -f .mfiles-javadoc
%license epl-v10.txt
%changelog