Browse Source

upgrading package: acmetool 0.0.67.20190219 -> 0.0.67.20190228

master
parent
commit
2def4faca4
  1. 6
      acmetool/acmetool.spec

6
acmetool/acmetool.spec

@ -23,7 +23,7 @@
# package information
%define V_acmetool_base 0.0.67
%define V_acmetool_snap 20190219
%define V_acmetool_snap 20190228
# package information
Name: acmetool
@ -36,7 +36,7 @@ Class: EVAL
Group: Cryptography
License: MIT
Version: %{V_acmetool_base}.%{V_acmetool_snap}
Release: 20190219
Release: 20190228
# list of sources
Source0: http://download.openpkg.org/components/versioned/acmetool/acmetool-%{V_acmetool_snap}.tar.xz
@ -88,7 +88,7 @@ PreReq: OpenPKG, openpkg >= 20160101, sudo, x509
src/github.com/hlandau/acme/cmd/acmetool/main.go
export GOPATH=`pwd`
cd $GOPATH/src/github.com/hlandau/acme
go build -x \
go build -v \
-ldflags "-X github.com/hlandau/acme/hooks.DefaultPath=%{l_prefix}/libexec/acmetool/hook \
-X github.com/hlandau/acme/hooks.RecommendedPath=%{l_prefix}/libexec/acmetool/hook \
-X github.com/hlandau/acme/storage.RecommendedPath=%{l_prefix}/var/acmetool/state \

Loading…
Cancel
Save