Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2625 Modified Files: perl-GD.spec Added Files: perl-GD-2.41-Group.patch Log Message: fix Makefile.PL to include GD::Group perl-GD-2.41-Group.patch: --- NEW FILE perl-GD-2.41-Group.patch --- diff -up GD-2.41/Makefile.PL.BAD GD-2.41/Makefile.PL --- GD-2.41/Makefile.PL.BAD 2009-03-16 09:00:18.000000000 -0400 +++ GD-2.41/Makefile.PL 2009-03-16 09:00:34.000000000 -0400 @@ -232,6 +232,7 @@ WriteMakefile( 'Math::Trig' => 0, }, 'PM' => { 'GD.pm' => '$(INST_LIBDIR)/GD.pm', + 'GD/Group.pm' => '$(INST_LIBDIR)/GD/Group.pm', 'GD/Polyline.pm' => '$(INST_LIBDIR)/GD/Polyline.pm', 'GD/Polygon.pm' => '$(INST_LIBDIR)/GD/Polygon.pm', 'GD/Simple.pm' => '$(INST_LIBDIR)/GD/Simple.pm', Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- perl-GD.spec 13 Mar 2009 19:42:48 -0000 1.26 +++ perl-GD.spec 16 Mar 2009 13:05:51 -0000 1.27 @@ -7,13 +7,14 @@ Name: perl-GD Version: 2.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/GD/ Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz +Patch0: perl-GD-2.41-Group.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gd-devel >= 2.0.28 @@ -32,6 +33,7 @@ %prep %setup -q -n GD-%{version} +%patch0 -p1 %{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \ qd.pl demos/{*.{pl,cgi},truetype_test} chmod -c 644 bdf_scripts/* demos/* @@ -74,6 +76,9 @@ %changelog +* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 2.41-2 +- fix Makefile.PL to install GD/Group.pm (bz 490429) + * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 2.41-1 - update to 2.41 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list