|
|
@@ -22,13 +22,13 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_opkg 20170924
|
|
|
-%define V_dist 20170924
|
|
|
+%define V_opkg 20171106
|
|
|
+%define V_dist 20171106
|
|
|
|
|
|
# package information
|
|
|
Name: usql
|
|
|
Summary: Universal SQL Client
|
|
|
-URL: https://github.com/knq/usql
|
|
|
+URL: https://github.com/xo/usql
|
|
|
Vendor: Kenneth Shaw
|
|
|
Packager: OpenPKG Foundation e.V.
|
|
|
Distribution: OpenPKG Community
|
|
|
@@ -36,7 +36,7 @@ Class: EVAL
|
|
|
Group: Networking
|
|
|
License: MIT
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20170924
|
|
|
+Release: 20171106
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://download.openpkg.org/components/versioned/usql/usql-%{V_dist}.tar.xz
|
|
|
@@ -67,7 +67,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
export GOPATH=`pwd`
|
|
|
|
|
|
# build program
|
|
|
- cd src/github.com/knq/usql
|
|
|
+ cd src/github.com/xo/usql
|
|
|
go build -x -o usql
|
|
|
|
|
|
%install
|
|
|
@@ -77,7 +77,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
|
# install program
|
|
|
%{l_shtool} install -c -s -m 755 \
|
|
|
- src/github.com/knq/usql/usql \
|
|
|
+ src/github.com/xo/usql/usql \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin/
|
|
|
|
|
|
# determine installation files
|