commit bd6c00bd339e677b5c9208d469d03ddd4b9ded68 Author: Steven Pritchard <steven.pritchard@xxxxxxxxx> Date: Sun Dec 12 14:51:47 2010 -0600 Update to 2.4.2. Improve Summary and description. Use PERL_INSTALL_ROOT instead of DESTDIR while installing. .gitignore | 1 + perl-Chart.spec | 22 ++++++++++++++-------- sources | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) --- diff --git a/.gitignore b/.gitignore index d00acc3..bc598c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Chart-2.4.1.tar.gz +/Chart-2.4.2.tar.gz diff --git a/perl-Chart.spec b/perl-Chart.spec index 2e1ef1a..883ef1c 100644 --- a/perl-Chart.spec +++ b/perl-Chart.spec @@ -1,20 +1,21 @@ Name: perl-Chart -Version: 2.4.1 -Release: 5%{?dist} -Summary: Perl module for producing many types of charts -License: GPL or Artistic +Version: 2.4.2 +Release: 1%{?dist} +Summary: Series of charting modules +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Chart/ Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -#BuildRequires: perl(GD) >= 1.20 -BuildRequires: perl(GD) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(GD) >= 1.20 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -%{summary}. +This module is an attempt to build a general purpose graphing module that +is easily modified and expanded. Chart uses Lincoln Stein's GD module for +all of its graphics primitives calls. %prep %setup -q -n Chart-%{version} @@ -48,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Chart.3* %changelog +* Sun Dec 12 2010 Steven Pritchard <steve@xxxxxxxxx> 2.4.2-1 +- Update to 2.4.2. +- Improve Summary and description. +- Use PERL_INSTALL_ROOT instead of DESTDIR while installing. + * Mon Apr 09 2007 Steven Pritchard <steve@xxxxxxxxx> 2.4.1-5 - Fix find option order. - Use fixperms macro instead of our own chmod incantation. diff --git a/sources b/sources index e866e60..1b823dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e7a80badfb8bf6e29b21879689bcc2f Chart-2.4.1.tar.gz +a75183d33b58f77e2e717165b93dbf79 Chart-2.4.2.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel