[perl-Chart] Update to 2.4.2. Improve Summary and description. Use PERL_INSTALL_ROOT instead of DESTDIR while ins

Steven Pritchard steve at fedoraproject.org
Sun Dec 12 20:52:14 UTC 2010


commit 56a6f21246ece1555719fe38ad00dcbb5278b7de
Author: Steven Pritchard <steven.pritchard at gmail.com>
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 |   17 ++++++++++++-----
 sources         |    2 +-
 3 files changed, 14 insertions(+), 6 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 34f5c6a..6327aa8 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,7 +1,7 @@
 Name:           perl-Chart
-Version:        2.4.1
-Release:        10%{?dist}
-Summary:        Perl module for producing many types of charts
+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/
@@ -13,7 +13,9 @@ BuildRequires:  perl(GD)
 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}
@@ -27,7 +29,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -48,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Chart.3*
 
 %changelog
+* Sun Dec 12 2010 Steven Pritchard <steve at kspei.com> 2.4.2-1
+- Update to 2.4.2.
+- Improve Summary and description.
+- Use PERL_INSTALL_ROOT instead of DESTDIR while installing.
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.4.1-10
 - Mass rebuild with perl-5.12.0
 - remove two tests failing
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



More information about the perl-devel mailing list