From b8fb4ec9768ecd0fac37dc72c00abe2eb67e2111 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 05:00:26 +0000 Subject: auto-import changelog data from perl-GD-2.12-0.fdr.3.1.src.rpm 2.12-0.fdr.3 - Avoid RPATH problem in FC1 (bug 1756). - Replaced hardcoded value by rpmmacro (/usr/bin/perl) (bug 1756). 2.12-0.fdr.2 - Bring up to date with current fedora.us perl spec template. 2.12-0.fdr.1 - Update to 2.12. - Reduce directory ownership bloat. 2.11-0.fdr.1 - Update to 2.11. 1.41-0.fdr.1 - First build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..edbe055 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +GD-2.12.tar.gz diff --git a/perl-GD.spec b/perl-GD.spec new file mode 100644 index 0000000..32b960f --- /dev/null +++ b/perl-GD.spec @@ -0,0 +1,81 @@ +%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} + +Name: perl-GD +Version: 2.12 +Release: 0.fdr.3.1 +Epoch: 0 +Summary: Perl interface to the GD graphics library + +Group: Development/Libraries +License: Artistic +URL: http://search.cpan.org/dist/GD/ +Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-2.12.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: perl >= 1:5.6.1 +BuildRequires: gd-devel >= 0:2.0.12, libpng-devel, libjpeg-devel, +BuildRequires: freetype-devel, XFree86-devel +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This is a autoloadable interface module for GD, a popular library +for creating and manipulating PNG files. With this library you can +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} +chmod 644 bdf_scripts/* demos/* + + +%build +CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor /dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc ChangeLog README README.QUICKDRAW demos/ bdf_scripts/ +%{perl_vendorarch}/auto/GD +%{perl_vendorarch}/GD* +%{perl_vendorarch}/qd.pl +%{_mandir}/man3/*.3* + + +%changelog +* Mon Jun 28 2004 Jose Pedro Oliveira - 0:2.12-0.fdr.3 +- Avoid RPATH problem in FC1 (bug 1756). +- Replaced hardcoded value by rpmmacro (%{__perl}) (bug 1756). + +* Mon Jun 14 2004 Jose Pedro Oliveira - 0:2.12-0.fdr.2 +- Bring up to date with current fedora.us perl spec template. + +* Sat Feb 7 2004 Ville Skyttä - 0:2.12-0.fdr.1 +- Update to 2.12. +- Reduce directory ownership bloat. + +* Tue Nov 18 2003 Ville Skyttä - 0:2.11-0.fdr.1 +- Update to 2.11. + +* Sat Oct 11 2003 Ville Skyttä - 0:1.41-0.fdr.1 +- First build. diff --git a/sources b/sources index e69de29..575cc36 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +84de3734fb32947d08c0d3d1e68201a6 GD-2.12.tar.gz