|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-GD
|
|
|
|
|
Version: 2.28
|
|
|
|
|
Version: 2.30
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl interface to the GD graphics library
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ create PNG images on the fly or modify existing files.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n GD-%{version}
|
|
|
|
|
%{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
|
|
|
|
|
qd.pl bdf_scripts/cvtbdf.pl demos/{*.{pl,cgi},truetype_test}
|
|
|
|
|
qd.pl bdf_scripts/bdf2gdfont.pl demos/{*.{pl,cgi},truetype_test}
|
|
|
|
|
chmod 644 bdf_scripts/* demos/*
|
|
|
|
|
chmod 755 qd.pl
|
|
|
|
|
|
|
|
|
@ -44,7 +44,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check || :
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 21 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.30-1
|
|
|
|
|
- Update to 2.30.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.28-1
|
|
|
|
|
- Update to 2.28.
|
|
|
|
|
|
|
|
|
|