package init
This commit is contained in:
parent
70852deffe
commit
1bcefbb42c
@ -14,11 +14,9 @@ BuildArch: noarch
|
|||||||
The AspectJ Weaver supports byte-code weaving for aspect-oriented
|
The AspectJ Weaver supports byte-code weaving for aspect-oriented
|
||||||
programming (AOP) in java.
|
programming (AOP) in java.
|
||||||
|
|
||||||
%package help
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Provides: %{name}-javadoc = %{version}-%{release}
|
%description javadoc
|
||||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
||||||
%description help
|
|
||||||
API documentation for %{summary}.
|
API documentation for %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -51,7 +49,7 @@ LANG=en_US.ISO8859-1 CLASSPATH=$( build-classpath objectweb-asm/asm commons-logg
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license epl-v10.txt
|
%license epl-v10.txt
|
||||||
|
|
||||||
%files help -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license epl-v10.txt
|
%license epl-v10.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user