%perl_module GD-Graph3d 0.63 3 Summary: Create 3D Graphs with GD and GD::Graph. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~wadg/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/W/WA/WADG/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(GD::Text::Align), perl(GD) >= 1.18, perl(GD::Graph) >= 1.30 %description This perl module provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm. You use these modules just as you would any of the GD::Graph modules, except that they generate 3d-looking graphs. Each graph type is described below with only the options that are unique to the 3d version. The modules are based on their 2d versions (e.g. GD::Graph::bars3d works like GD::Graph::bars), and support all the options in those. Make sure to read the documentation on GD::Graph. %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 Changes %{perl_vendorlib}/GD/Graph3d.pm %{perl_vendorlib}/GD/Graph/axestype3d.pm %{perl_vendorlib}/GD/Graph/bars3d.pm %{perl_vendorlib}/GD/Graph/cylinder.pm %{perl_vendorlib}/GD/Graph/cylinder3d.pm %{perl_vendorlib}/GD/Graph/lines3d.pm %{perl_vendorlib}/GD/Graph/pie3d.pm %{perl_man3dir}/GD::Graph3d.3pm* %changelog * Sat Jan 3 2004 Axel Thimm - Initial build.