epel9
Jitka Plesnikova 9 years ago
parent 85c0b3acde
commit 336c70f2e2

1
.gitignore vendored

@ -1,3 +1,4 @@
/GraphViz-2.14.tgz
/GraphViz-2.16.tgz
/GraphViz-2.18.tgz
/GraphViz-2.19.tgz

@ -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

@ -1 +1 @@
cd507325c0bbfcc168a034abaf60a12b GraphViz-2.18.tgz
a394f6a0366e6561af45b4c2d00688df GraphViz-2.19.tgz

Loading…
Cancel
Save