|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
%define V_certstrap_base 1.1.1 |
|
|
|
|
%define V_certstrap_snap 20190103 |
|
|
|
|
%define V_certstrap_snap 20190211 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: certstrap |
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Cryptography |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_certstrap_base}.%{V_certstrap_snap} |
|
|
|
|
Release: 20190103 |
|
|
|
|
Release: 20190211 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/certstrap/certstrap-%{V_certstrap_snap}.tar.xz |
|
|
|
@ -70,7 +70,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
# build program |
|
|
|
|
export GOPATH=`pwd` |
|
|
|
|
cd $GOPATH/src/github.com/square/certstrap |
|
|
|
|
go build -x . |
|
|
|
|
go build -v . |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
# create directory hierarchy |
|
|
|
|