|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 0.6.1 |
|
|
|
|
%define V_dist 20181218 |
|
|
|
|
%define V_dist 20190104 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: dockerize |
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Filesystem |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_opkg}.%{V_dist} |
|
|
|
|
Release: 20181218 |
|
|
|
|
Release: 20190104 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/dockerize/dockerize-%{V_dist}.tar.xz |
|
|
|
@ -71,7 +71,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
%build |
|
|
|
|
# build program |
|
|
|
|
export GOPATH=`pwd` |
|
|
|
|
go build -x -o dockerize src/github.com/jwilder/dockerize/*.go |
|
|
|
|
go build -v -o dockerize src/github.com/jwilder/dockerize/*.go |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
# create installation hierarchy |
|
|
|
|