Modify spec file

This commit is contained in:
lei_ju 2020-08-31 16:20:28 +08:00
parent 67ae2f214d
commit d09bea89c2
4 changed files with 5 additions and 5 deletions

BIN
hsqldb-2.4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -4,8 +4,8 @@ Release: 1
Epoch: 1
Summary: HyperSQL Database Engine
License: BSD
URL: http://hsqldb.sourceforge.net/
Source0: http://downloads.sourceforge.net/hsqldb/hsqldb-%{version}.zip
URL: https://github.com/ryenus/hsqldb
Source0: https://github.com/ryenus/hsqldb/archive/hsqldb-%{version}.tar.gz
Source1: %{name}.cfg
Source2: %{name}-server.properties
Source3: %{name}-webserver.properties
@ -69,7 +69,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
Demonstrations and samples for %{name}.
%prep
%setup -q -n %{name}-%{version}/%{name}
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
find . -name "*.sh" -exec chmod 755 \{\} \;

View File

@ -1,4 +1,4 @@
version_control: svn
src_repo: https://svn.code.sf.net/p/hsqldb/svn/
version_control: github
src_repo: ryenus/hsqldb
tag_prefix: "^"
seperator: "."