|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: 2.0.15
|
|
|
-Release: 20030725
|
|
|
+Release: 20030801
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
|
|
|
@@ -42,8 +42,10 @@ Patch0: gd.patch
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030709, png, zlib, jpeg, freetype
|
|
|
-PreReq: OpenPKG, openpkg >= 20030709, png, zlib, jpeg, freetype
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030709
|
|
|
+PreReq: OpenPKG, openpkg >= 20030709, perl
|
|
|
+BuildPreReq: png, zlib, jpeg, freetype
|
|
|
+PreReq: png, zlib, jpeg, freetype
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -78,6 +80,7 @@ AutoReqProv: no
|
|
|
--disable-shared
|
|
|
%{l_shtool} subst -e 's;-LNONE;;' Makefile
|
|
|
%{l_make} %{l_mflags}
|
|
|
+ %{l_shtool} subst -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' bdftogd
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|