automatic version update by autodist [release 2.83-1mamba;Sun Aug 04 2024]
This commit is contained in:
parent
49132c503c
commit
97cece2382
@ -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',
|
|
14
perl-GD.spec
14
perl-GD.spec
@ -1,7 +1,7 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-GD
|
Name: perl-GD
|
||||||
Version: 2.81
|
Version: 2.83
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A perl library that generates images
|
Summary: A perl library that generates images
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -9,7 +9,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
Source: https://cpan.metacpan.org/modules/by-module/GD/GD-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/GD/GD-%{version}.tar.gz
|
||||||
Patch0: %{name}-2.41-Group.patch
|
|
||||||
URL: https://www.cpan.org/
|
URL: https://www.cpan.org/
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -27,14 +26,12 @@ Since then it's become the defacto standard for programatic image construction.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n GD-%{version}
|
%setup -q -n GD-%{version}
|
||||||
#chmod +w Makefile.PL
|
|
||||||
#% patch0 -p1
|
|
||||||
sed -i "s|lib/pkgconfig|%{_lib}/pkgconfig|" Makefile.PL
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# sed -i 's/my @INC.*/my @INC = qw(-I\/usr\/include)\;/' Makefile.PL
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor -lib_gd_path="%{_libdir}"
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
# FIXME: test broken maybe since perl 5.16
|
# FIXME: test broken maybe since perl 5.16
|
||||||
#% make test
|
#% make test
|
||||||
|
|
||||||
@ -61,6 +58,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 04 2024 Automatic Build System <autodist@openmamba.org> 2.83-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 2.81-1mamba
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 2.81-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user