Browse Source

upgrading package: wuzz 0.4.0.20181220 -> 0.4.0.20190112

master
parent
commit
457a09504b
  1. 6
      wuzz/wuzz.spec

6
wuzz/wuzz.spec

@ -23,7 +23,7 @@
# package version
%define V_wuzz_base 0.4.0
%define V_wuzz_snap 20181220
%define V_wuzz_snap 20190112
# package information
Name: wuzz
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: AGPL
Version: %{V_wuzz_base}.%{V_wuzz_snap}
Release: 20181220
Release: 20190112
# list of sources
Source0: http://download.openpkg.org/components/versioned/wuzz/wuzz-%{V_wuzz_snap}.tar.xz
@ -70,7 +70,7 @@ PreReq: OpenPKG, openpkg >= 20160101
# build program
export GOPATH=`pwd`
cd src/github.com/asciimoo/wuzz
go build -x -o wuzz
go build -v -o wuzz
%install
# create directory hierarchy

Loading…
Cancel
Save