Package perl-GraphViz: Specfile

%define module GraphViz

Name: perl-%module
Version: 2.04
Release: alt1

Packager: Victor Forsyuk <force@altlinux.org>

Summary: Interface to the GraphViz graphing tool
License: Perl
Group: Development/Perl

URL: %CPAN %module
Source: http://www.cpan.org/modules/by-module/GraphViz/GraphViz-%version.tar.gz

BuildArch: noarch

Requires: graphviz
# Automatically added by buildreq on Mon Dec 29 2008 (-bi)
BuildRequires: fonts-type1-urw graphviz perl-IPC-Run perl-Parse-RecDescent perl-Test-Pod perl-XML-Twig

%description
This module provides an interface to layout and image generation of directed and
undirected graphs in a variety of formats (PostScript, PNG, etc.) using the
"dot", "neato", "twopi", "circo" and "fdp" programs from the GraphViz project.

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/GraphViz*
%perl_vendor_privlib/Devel/GraphViz*
%perl_vendor_man3dir/*

%changelog
* Mon Dec 29 2008 Victor Forsyuk <force@altlinux.org> 2.04-alt1
- 2.04

* Thu Jan 10 2008 Victor Forsyuk <force@altlinux.org> 2.03-alt1
- 2.03

* Thu Jul 26 2007 Victor Forsyuk <force@altlinux.org> 2.02-alt2
- Spec cleanups.

* Thu Aug 25 2005 Alexey Morozov <morozov@altlinux.org> 2.02-alt1
- Initial build for ALT Linux