package init

This commit is contained in:
lyn1001 2020-08-24 14:35:07 +08:00
parent 1343c76e3c
commit ccbc225d55

12
h2.spec
View File

@ -15,9 +15,11 @@ 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 help
Summary: Javadocs for %{name} Summary: Javadocs 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
@ -60,9 +62,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 help -f .mfiles-javadoc
%license src/docsrc/html/license.html %license src/docsrc/html/license.html
%changelog %changelog
* Mon Aug 3 2020 yanan li <liyanan032@huawei.com> - 1.4.196-1 * Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.4.196-1
- Package init - package init