Browse Source

upgrading package: fabio 1.5.11.20190323 -> 1.5.11.20190505

master
parent
commit
a2bdb5f03f
  1. 6
      fabio/fabio.spec

6
fabio/fabio.spec

@ -24,7 +24,7 @@
# package version
%define V_fabio 1.5.11
%define V_fabio_base 1.5.11
%define V_fabio_snap 20190323
%define V_fabio_snap 20190505
# package information
Name: fabio
@ -37,7 +37,7 @@ Class: EVAL
Group: Networking
License: MIT
Version: %{V_fabio_base}.%{V_fabio_snap}
Release: 20190323
Release: 20190505
# list of sources
Source0: http://download.openpkg.org/components/versioned/fabio/fabio-%{V_fabio_snap}.tar.xz
@ -73,7 +73,7 @@ PreReq: OpenPKG, openpkg >= 20160101
# build program
export GOPATH=`pwd`
cd src/github.com/fabiolb/fabio
go build -x -o fabio .
go build -v -o fabio .
%install
# create directory hierarchy

Loading…
Cancel
Save