Remove a useless build dependency on graphviz-devel

epel9
Petr Písař 5 years ago
parent f4bd3c92ea
commit 6702651bc2

@ -3,7 +3,7 @@
Name: perl-GraphViz
Version: 2.24
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Interface to the GraphViz graphing tool
License: GPL+ or Artistic
URL: https://metacpan.org/release/GraphViz
@ -15,7 +15,6 @@ BuildRequires: coreutils
BuildRequires: findutils
# graphviz for the "dot" tool
BuildRequires: graphviz
BuildRequires: graphviz-devel
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
@ -99,6 +98,9 @@ make test
%endif
%changelog
* Thu Nov 07 2019 Petr Pisar <ppisar@redhat.com> - 2.24-12
- Remove a useless build dependency on graphviz-devel
* Thu Nov 07 2019 Petr Pisar <ppisar@redhat.com> - 2.24-11
- Modernize a spec file
- Correct dependencies

Loading…
Cancel
Save