Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 4dfb4fe95ceee9b10280b8db39fd26ac > files > 2

perl-SVG-Graph-0.01-1mdk.src.rpm

%define module	SVG-Graph
%define name	perl-%{module}
%define version	0.01
%define release	1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Visualize your data in Scalable Vector Graphics (SVG) format.
License:	GPL or Artistic
Group:		Development/Perl
Source:		%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org
BuildRoot:	%{_tmppath}/%{name}-buildroot/
Buildrequires:	perl-devel
Buildrequires:	perl-SVG
Buildrequires:	perl-Statistics-Descriptive
Buildrequires:	perl-Math-Spline
Buildrequires:	perl-Tree-DAG_Node
Buildarch:	noarch

%description
SVG::Graph is a suite of perl modules for plotting data. SVG::Graph currently
supports plots of one-, two- and three-dimensional data, as well as N-ary
rooted trees. 

%prep
%setup -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc README Changes
%{perl_vendorlib}/SVG/*
%{_mandir}/*/*

%changelog
* Tue Jan 06 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.01-1mdk
- first mdk release