|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-GraphViz
|
|
|
|
|
Version: 2.18
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -10,6 +10,10 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: graphviz-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(Carp) >= 1.01
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
@ -29,8 +33,9 @@ BuildRequires: perl(vars)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
BuildRequires: perl(XML::Twig) >= 3.38
|
|
|
|
|
BuildRequires: perl(XML::XPath) >= 1.13
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
# optional test
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.45
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.48
|
|
|
|
|
|
|
|
|
|
# not autodetected
|
|
|
|
|
Requires: graphviz
|
|
|
|
@ -71,6 +76,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 13 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.19-1
|
|
|
|
|
- 2.19 bump
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|