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
|
Epoch: 1
|
||||||
Summary: HyperSQL Database Engine
|
Summary: HyperSQL Database Engine
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hsqldb.sourceforge.net/
|
URL: https://github.com/ryenus/hsqldb
|
||||||
Source0: http://downloads.sourceforge.net/hsqldb/hsqldb-%{version}.zip
|
Source0: https://github.com/ryenus/hsqldb/archive/hsqldb-%{version}.tar.gz
|
||||||
Source1: %{name}.cfg
|
Source1: %{name}.cfg
|
||||||
Source2: %{name}-server.properties
|
Source2: %{name}-server.properties
|
||||||
Source3: %{name}-webserver.properties
|
Source3: %{name}-webserver.properties
|
||||||
@ -69,7 +69,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
|
|||||||
Demonstrations and samples for %{name}.
|
Demonstrations and samples for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}/%{name}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
find . -name "*.sh" -exec chmod 755 \{\} \;
|
find . -name "*.sh" -exec chmod 755 \{\} \;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: svn
|
version_control: github
|
||||||
src_repo: https://svn.code.sf.net/p/hsqldb/svn/
|
src_repo: ryenus/hsqldb
|
||||||
tag_prefix: "^"
|
tag_prefix: "^"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user