package init
This commit is contained in:
parent
26513ae19c
commit
612ad97d1c
10
h2.spec
10
h2.spec
@ -15,9 +15,9 @@ H2 is a the Java SQL database. The main features of H2 are: Very fast, open
|
|||||||
source, JDBC API; Embedded and server modes; In-memory databases; Browser
|
source, JDBC API; Embedded and server modes; In-memory databases; Browser
|
||||||
based Console application; Small footprint: around 1 MB jar file size.
|
based Console application; Small footprint: around 1 MB jar file size.
|
||||||
|
|
||||||
%package Javadoc
|
%package javadoc
|
||||||
Summary: Javadocs for %{name}
|
Summary: Javadocs for %{name}
|
||||||
%description Javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for %{name}.
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -60,9 +60,9 @@ sh build.sh jar docs testFast
|
|||||||
%doc docs/html
|
%doc docs/html
|
||||||
%license src/docsrc/html/license.html
|
%license src/docsrc/html/license.html
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license src/docsrc/html/license.html
|
%license src/docsrc/html/license.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.4.196-1
|
* Mon Aug 3 2020 yanan li <liyanan032@huawei.com> - 1.4.196-1
|
||||||
- package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user