|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-GD
|
|
|
|
|
Version: 2.35
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
|
Summary: Perl interface to the GD graphics library
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -13,6 +13,7 @@ BuildRequires: gd-devel >= 2.0.28
|
|
|
|
|
BuildRequires: %{_bindir}/gdlib-config
|
|
|
|
|
BuildRequires: libpng-devel, libjpeg-devel, freetype-devel
|
|
|
|
|
BuildRequires: fontconfig-devel, libX11-devel, libXpm-devel
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
Requires: gd >= 2.0.28
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-2.1
|
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
|
|
* Sun Oct 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.35-2
|
|
|
|
|
- Removed a duplicate file (bdf_scripts/bdf2gdfont.PLS).
|
|
|
|
|
|
|
|
|
|