diff --git a/perl-GD-2.41-Group.patch b/perl-GD-2.41-Group.patch deleted file mode 100644 index e464c71..0000000 --- a/perl-GD-2.41-Group.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- GD-2.41/Makefile.PL.orig 2008-10-11 01:34:24.000000000 +0200 -+++ GD-2.41/Makefile.PL 2008-10-11 01:34:48.000000000 +0200 -@@ -232,6 +232,7 @@ - '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', diff --git a/perl-GD.spec b/perl-GD.spec index d55cd81..a90376e 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-GD -Version: 2.81 +Version: 2.83 Release: 1mamba Summary: A perl library that generates images Group: Development/Libraries/Perl @@ -9,7 +9,6 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco Source: https://cpan.metacpan.org/modules/by-module/GD/GD-%{version}.tar.gz -Patch0: %{name}-2.41-Group.patch URL: https://www.cpan.org/ License: GPL ## AUTOBUILDREQ-BEGIN @@ -27,14 +26,12 @@ Since then it's become the defacto standard for programatic image construction. %prep %setup -q -n GD-%{version} -#chmod +w Makefile.PL -#% patch0 -p1 -sed -i "s|lib/pkgconfig|%{_lib}/pkgconfig|" Makefile.PL %build -# sed -i 's/my @INC.*/my @INC = qw(-I\/usr\/include)\;/' Makefile.PL -perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor -lib_gd_path="%{_libdir}" +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor + %make + # FIXME: test broken maybe since perl 5.16 #% make test @@ -61,6 +58,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Aug 04 2024 Automatic Build System 2.83-1mamba +- automatic version update by autodist + * Sat May 04 2024 Automatic Build System 2.81-1mamba - automatic version update by autodist