From a0cc08c6d4c118463d4f8c7b0fab40fdb9721842 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Nov 09 2012 05:37:06 +0000 Subject: Upstream update. - Minor spec file brushup. --- diff --git a/.gitignore b/.gitignore index 4fe6aac..842d408 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/GraphViz-2.11.tgz +/GraphViz-2.14.tgz diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec index 2d37dd0..9df1403 100644 --- a/perl-GraphViz.spec +++ b/perl-GraphViz.spec @@ -1,5 +1,5 @@ Name: perl-GraphViz -Version: 2.11 +Version: 2.14 Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic @@ -7,13 +7,26 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/GraphViz/ Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz BuildArch: noarch + +BuildRequires: perl(lib) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +BuildRequires: perl(Carp) >= 1.01 +BuildRequires: perl(Config) +BuildRequires: perl(File::Which) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Getopt::Long) >= 2.34 +BuildRequires: perl(IO::Dir) >= 1.04 +BuildRequires: perl(IO::File) >= 1.1 BuildRequires: perl(IPC::Run) >= 0.6 BuildRequires: perl(File::Which) >= 1.09 BuildRequires: perl(LWP::Simple) >= 6 BuildRequires: perl(Parse::RecDescent) >= 1.965001 BuildRequires: perl(XML::Twig) >= 3.38 BuildRequires: perl(XML::XPath) >= 1.13 +BuildRequires: perl(Pod::Usage) >= 1.16 +BuildRequires: perl(Time::HiRes) >= 1.51 BuildRequires: graphviz-devel @@ -56,12 +69,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%defattr(-,root,root,-) %doc CHANGES README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Nov 09 2012 Ralf Corsépius - 2.14-1 +- Upstream update. +- Minor spec file brushup. + * Mon Sep 24 2012 Ralf Corsépius - 2.11-1 - Upstream update. - Add perl_default_filter. diff --git a/sources b/sources index fbd47ee..a6ab05b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -766bb953e5983670ce8b09e67ea12f7a GraphViz-2.11.tgz +c401c26a2695d82f3cb1878bbef2d7b1 GraphViz-2.14.tgz