|
|
|
@ -22,13 +22,13 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_gest 1.5.2 |
|
|
|
|
%define V_gest_snap 20190604 |
|
|
|
|
%define V_gest 1.7.0 |
|
|
|
|
%define V_gest_snap 20190611 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: gest |
|
|
|
|
Summary: GraphQL Command-Line Client |
|
|
|
|
URL: https://github.com/mfix22/graphicli |
|
|
|
|
URL: https://github.com/mfix22/gest |
|
|
|
|
Vendor: Michael Fix |
|
|
|
|
Packager: OpenPKG Project |
|
|
|
|
Distribution: OpenPKG Community |
|
|
|
@ -36,7 +36,7 @@ Class: PLUS
|
|
|
|
|
Group: Networking |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_gest} |
|
|
|
|
Release: 20190604 |
|
|
|
|
Release: 20190611 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/gest/gest-%{V_gest}-%{V_gest_snap}.tar.gz |
|
|
|
@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20160101, node, git
|
|
|
|
|
%track |
|
|
|
|
prog gest = { |
|
|
|
|
version = %{V_gest} |
|
|
|
|
url = https://github.com/mfix22/graphicli/releases |
|
|
|
|
url = https://github.com/mfix22/gest/releases |
|
|
|
|
regex = (\d+\.\d+\.\d+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|