|
|
|
@ -36,10 +36,10 @@ Class: EVAL
|
|
|
|
|
Group: Postscript |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20181010 |
|
|
|
|
Release: 20200128 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.sourceforge.net/pdfsam/pdfsam-%{V_dist}-bin.zip |
|
|
|
|
Source0: https://github.com/torakiki/pdfsam/releases/download/v%{version}/pdfsam-%{version}-bin.zip |
|
|
|
|
Source1: pdfsam.sh |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
@ -57,8 +57,8 @@ PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK
|
|
|
|
|
%track |
|
|
|
|
prog pdfsam = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|
url = http://sourceforge.net/projects/pdfsam/files/ |
|
|
|
|
regex = PDFsam-(__VER__)-bin\.zip |
|
|
|
|
url = https://github.com/torakiki/pdfsam/releases |
|
|
|
|
regex = pdfsam-(3\.\d+\.\d+)-bin\.zip |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|