%perl_module Chart 2.3 7 Summary: A series of charting modules. Group: Applications/CPAN License: distributable URL: http://search.cpan.org/~chartgrp/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildArch: noarch BuildRequires: perl(GD) >= 1.20 %description Chart modules for perl. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README doc/Documentation.pdf doc/LaTeX/Documentation.dvi %{perl_vendorlib}/Chart %changelog * Sat Jan 24 2004 Axel Thimm - Update to 2.3. * Tue Apr 8 2003 Axel Thimm - Updated to 2.2. - Adapted to new macros (rewritten specfile). * Thu Dec 5 2002 Axel Thimm - Upgraded to 1.0.1 * Tue Sep 4 2001 Tim Powers - updated to 0.99c-pre3 for bugzilla errata * Wed Nov 29 2000 Tim Powers - Spec file was autogenerated.