|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Version: 2.11
|
|
|
|
Version: 2.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -7,13 +7,26 @@ Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/GraphViz/
|
|
|
|
URL: http://search.cpan.org/dist/GraphViz/
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
|
BuildArch: noarch
|
|
|
|
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(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(IPC::Run) >= 0.6
|
|
|
|
BuildRequires: perl(File::Which) >= 1.09
|
|
|
|
BuildRequires: perl(File::Which) >= 1.09
|
|
|
|
BuildRequires: perl(LWP::Simple) >= 6
|
|
|
|
BuildRequires: perl(LWP::Simple) >= 6
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
BuildRequires: perl(XML::Twig) >= 3.38
|
|
|
|
BuildRequires: perl(XML::Twig) >= 3.38
|
|
|
|
BuildRequires: perl(XML::XPath) >= 1.13
|
|
|
|
BuildRequires: perl(XML::XPath) >= 1.13
|
|
|
|
|
|
|
|
BuildRequires: perl(Pod::Usage) >= 1.16
|
|
|
|
|
|
|
|
BuildRequires: perl(Time::HiRes) >= 1.51
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: graphviz-devel
|
|
|
|
BuildRequires: graphviz-devel
|
|
|
|
|
|
|
|
|
|
|
@ -56,12 +69,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc CHANGES README examples/
|
|
|
|
%doc CHANGES README examples/
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 09 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.14-1
|
|
|
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
- Minor spec file brushup.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 24 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.11-1
|
|
|
|
* Mon Sep 24 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.11-1
|
|
|
|
- Upstream update.
|
|
|
|
- Upstream update.
|
|
|
|
- Add perl_default_filter.
|
|
|
|
- Add perl_default_filter.
|
|
|
|