diff --git a/hsqldb-2.4.0.tar.gz b/hsqldb-2.4.0.tar.gz new file mode 100644 index 0000000..328830b Binary files /dev/null and b/hsqldb-2.4.0.tar.gz differ diff --git a/hsqldb-2.4.0.zip b/hsqldb-2.4.0.zip deleted file mode 100644 index 5c50cc7..0000000 Binary files a/hsqldb-2.4.0.zip and /dev/null differ diff --git a/hsqldb.spec b/hsqldb.spec index 42f06b6..c27a9ed 100644 --- a/hsqldb.spec +++ b/hsqldb.spec @@ -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 \{\} \; diff --git a/hsqldb.yaml b/hsqldb.yaml index b2d37c4..33b8cbb 100644 --- a/hsqldb.yaml +++ b/hsqldb.yaml @@ -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: "."