%perl_module GDGraph 1.4305 8 Summary: Graph Plotting Module. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~mverb/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/M/MV/MVERB/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(GD::Text::Align) Provides: perl-GD-Graph = %{evr} Obsoletes: perl-GD-Graph <= %{eversion} %description GD::Graph is a perl5 module to create charts using the GD module. %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 CHANGES %{perl_vendorlib}/GD/Graph.pm %{perl_vendorlib}/GD/Graph %{perl_man3dir}/GD::Graph*.3pm* %changelog * Tue Dec 27 2005 Axel Thimm - Update to 1.4305. * Tue Dec 16 2003 Axel Thimm - Update to 1.43. * Tue Apr 8 2003 Axel Thimm - Update to 1.39. - Adapt to new macros. * Thu Dec 5 2002 Axel Thimm - Initial build.