package init
This commit is contained in:
parent
29f0b5cdf5
commit
8d916aa3e2
@ -23,9 +23,11 @@ templates and changing data. Templates are written in the FreeMarker Template
|
|||||||
Language (FTL), which is a simple, specialized language (not a full-blown
|
Language (FTL), which is a simple, specialized language (not a full-blown
|
||||||
programming language like PHP).
|
programming language like PHP).
|
||||||
|
|
||||||
%package javadoc
|
%package help
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc 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
|
||||||
@ -56,9 +58,9 @@ ant -Divy.mode=local -Ddeps.available=true javacc jar javadoc maven-pom
|
|||||||
%doc README.md RELEASE-NOTES
|
%doc README.md RELEASE-NOTES
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 3 2020 yanan li <liyanan032@huawei.com> - 2.3.28-1
|
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 2.3.28-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user