|
|
|
@ -23,6 +23,10 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_long 5.0.3 |
|
|
|
|
%define V_comp 503 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: pdflib |
|
|
|
|
Summary: Library for Generating PDF Documents |
|
|
|
@ -32,11 +36,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [BASE] |
|
|
|
|
Group: Graphics |
|
|
|
|
License: PDFlib |
|
|
|
|
Version: 5.0.2 |
|
|
|
|
Release: 20030918 |
|
|
|
|
Version: %{V_long} |
|
|
|
|
Release: 20040126 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.pdflib.com/products/pdflib/download/PDFlib-Lite-%{version}-Unix-src.tar.gz |
|
|
|
|
Source0: http://www.pdflib.com/products/pdflib/download/%{V_comp}src/PDFlib-Lite-%{V_long}-Unix-src.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -52,7 +56,7 @@ AutoReqProv: no
|
|
|
|
|
in your own products. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n PDFlib-Lite-%{version}-Unix-src |
|
|
|
|
%setup -q -n PDFlib-Lite-%{V_long}-Unix-src |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|