%perl_module GD 2.32 14 Summary: Perl interface to the GD Graphics Library. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/%{pkgname}/ Source: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: gd-devel >= 2.0.12 BuildRequires: libpng-devel, zlib-devel, freetype-devel, libjpeg-devel BuildRequires: libXpm-devel, fontconfig-devel %description GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.0.12 or higher). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* ChangeLog %{perl_vendorarch}/%{pkgname}.pm %{perl_vendorarch}/%{pkgname} %{perl_vendorarch}/auto/%{pkgname} %{perl_vendorarch}/qd.pl %{perl_man3dir}/%{pkgname}*.3pm* %{_bindir}/bdf2gdfont.pl %{perl_man1dir}/bdf2gdfont.pl.1* %changelog * Tue Dec 27 2005 Axel Thimm - Update to 2.30. * Sun Oct 3 2004 Axel Thimm - Update to 2.16. * Tue May 18 2004 Axel Thimm - Update to 2.12. * Tue Dec 16 2003 Axel Thimm - Update to 2.11. * Tue Apr 8 2003 Axel Thimm - Update to 2.06. - Adapt to new macros (rewrite). * Thu Dec 5 2002 Axel Thimm - Initial build.