automatic version update by autodist [release 2.73-1mamba;Sat Oct 23 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:02:27 +01:00
parent 584dc08e6f
commit 27c5dccaf4

View File

@ -1,31 +1,24 @@
%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.56 Version: 2.73
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
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Source: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/GD/GD-%{version}.tar.gz
Patch0: %{name}-2.41-Group.patch Patch0: %{name}-2.41-Group.patch
URL: http://www.cpan.org URL: https://www.cpan.org/
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgd-devel BuildRequires: libgd-devel
BuildRequires: libjpeg-devel BuildRequires: libperl
BuildRequires: libpng-devel
BuildRequires: libX11-devel
BuildRequires: libXpm-devel
BuildRequires: libz-devel
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The GD library was written by Thomas Boutell a long while ago to programatically generate images in C. The GD library was written by Thomas Boutell a long while ago to programatically generate images in C.
@ -35,6 +28,7 @@ Since then it's become the defacto standard for programatic image construction.
%setup -q -n GD-%{version} %setup -q -n GD-%{version}
#chmod +w Makefile.PL #chmod +w Makefile.PL
#% patch0 -p1 #% 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 # sed -i 's/my @INC.*/my @INC = qw(-I\/usr\/include)\;/' Makefile.PL
@ -64,6 +58,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Oct 23 2021 Automatic Build System <autodist@mambasoft.it> 2.73-1mamba
- automatic version update by autodist
* Sun Aug 04 2019 Automatic Build System <autodist@mambasoft.it> 2.56-1mamba * Sun Aug 04 2019 Automatic Build System <autodist@mambasoft.it> 2.56-1mamba
- automatic update by autodist - automatic update by autodist