|
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 0.1 |
|
|
|
|
%define V_dist 20190106 |
|
|
|
|
%define V_dist 20190120 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: pdftilecut |
|
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Graphics |
|
|
|
|
License: BSD |
|
|
|
|
Version: %{V_opkg}.%{V_dist} |
|
|
|
|
Release: 20190106 |
|
|
|
|
Release: 20190120 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/pdftilecut/pdftilecut-%{V_dist}.tar.xz |
|
|
|
|
@ -72,7 +72,7 @@ PreReq: qpdf
|
|
|
|
|
# build program |
|
|
|
|
export GOPATH=`pwd` |
|
|
|
|
cd src/github.com/oxplot/pdftilecut |
|
|
|
|
go build -x |
|
|
|
|
go build -v |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
# install program |
|
|
|
|
|