update to 2.403.9 [release 2.403.9-1mamba;Fri Feb 03 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:40:12 +01:00
parent a7ec56d6b1
commit 623d2d5e6b

View File

@ -1,23 +1,22 @@
%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-Chart Name: perl-Chart
Version: 2.400.10 Version: 2.403.9
Release: 2mamba Release: 1mamba
Summary: Chart - A perl library that generates on-the-fly charts Summary: Chart - A perl library that generates on-the-fly charts
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/ URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/Chart/Chart-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/Chart-v%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl(GD) BuildRequires: perl-GD
BuildRequires: perl(GD::Image) BuildRequires: perl-Graphics-Toolkit-Color
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libgd-devel BuildRequires: libgd-devel
BuildRequires: perl-GD BuildRequires: perl-GD
@ -28,7 +27,7 @@ BuildArch: noarch
A perl library that generates on-the-fly charts. A perl library that generates on-the-fly charts.
%prep %prep
%setup -q -n Chart-%{version} %setup -q -n Chart-v%{version}
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \ perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \
@ -57,8 +56,8 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 2.400.10-2mamba * Fri Feb 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.403.9-1mamba
- rebuilt with perl 5.36.0 - update to 2.403.9
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 2.400.10-1mamba * Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 2.400.10-1mamba
- automatic version update by autodist - automatic version update by autodist