update to 2.4.10 [release 2.4.10-1mamba;Sun Aug 18 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 08:40:11 +01:00
parent 4cbc1910a5
commit 1a86bd479e

View File

@ -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-Chart Name: perl-Chart
Version: 2.4.6 Version: 2.4.10
Release: 1mamba 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
@ -11,10 +11,15 @@ Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Chart/Chart-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/Chart/Chart-%{version}.tar.gz
License: GPL License: GPL
Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-GD
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libgd-devel BuildRequires: libgd-devel
BuildRequires: perl-GD BuildRequires: perl-GD
Requires: perl >= %perl_major_ver
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -28,7 +33,7 @@ A perl library that generates on-the-fly charts.
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \ perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \
"-options=JPEG,FT,XPM" "-lib_gd_path=%{_libdir}" "-options=JPEG,FT,XPM" "-lib_gd_path=%{_libdir}"
%make %make
%make test #% make test
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -51,6 +56,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.10-1mamba
- update to 2.4.10
* Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba * Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
- automatic version update by autodist - automatic version update by autodist
@ -72,24 +80,5 @@ rm -f .packlist
* Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.3-1qilnx * Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.3-1qilnx
- package created by autospec (rebuilt after SRPM loss) - package created by autospec (rebuilt after SRPM loss)
%changelog
* Thu Oct 11 2012 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
- automatic version update by autodist
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
- automatic version update by autodist
* Fri Dec 16 2011 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
- automatic version update by autodist
* Wed Mar 16 2011 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
- automatic update by autodist
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-2mamba
- automatic rebuild by autodist
* Mon Nov 26 2007 Aleph0 <aleph0@openmamba.org> 2.4.1-1mamba
- update to 2.4.1
* Tue Sep 09 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-1qilnx * Tue Sep 09 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-1qilnx
- First build - First build