|
|
@@ -33,16 +33,17 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: 2.03
|
|
|
-Release: 20031107
|
|
|
+Release: 20031111
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{version}.tar.gz
|
|
|
+Patch0: xpdf.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, freetype, t1lib, xpm, lesstif, gcc
|
|
|
-PreReq: OpenPKG, openpkg >= 20030103, X11, freetype, t1lib, xpm, lesstif
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, freetype >= 2.1.7, t1lib, xpm, lesstif, gcc
|
|
|
+PreReq: OpenPKG, openpkg >= 20030103, X11, freetype >= 2.1.7, t1lib, xpm, lesstif
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -54,6 +55,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|