Modify spec file
This commit is contained in:
parent
67ae2f214d
commit
d09bea89c2
BIN
hsqldb-2.4.0.tar.gz
Normal file
BIN
hsqldb-2.4.0.tar.gz
Normal file
Binary file not shown.
BIN
hsqldb-2.4.0.zip
BIN
hsqldb-2.4.0.zip
Binary file not shown.
@ -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 \{\} \;
|
||||
|
||||
@ -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: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user