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

Loading…
Cancel
Save