|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-GraphViz
|
|
|
|
|
Version: 2.04
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -19,6 +19,9 @@ BuildRequires: perl(Test::Pod)
|
|
|
|
|
Requires: graphviz
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
# Don't provide perl(DB)
|
|
|
|
|
%global __provides_exclude ^perl\\(DB\\)$
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module provides an interface to layout and image generation of
|
|
|
|
|
directed and undirected graphs in a variety of formats (PostScript, PNG,
|
|
|
|
@ -60,8 +63,11 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 19 2011 Paul Howarth <paul@city-fan.org> - 2.04-6
|
|
|
|
|
- Don't provide perl(DB)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.04-5
|
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
|
|
|
|
|
|
|
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.04-4
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|