|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-GraphViz
|
|
|
|
|
Version: 2.03
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -15,6 +15,8 @@ BuildRequires: graphviz-devel
|
|
|
|
|
# optional test
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
|
|
|
|
|
# not autodetected
|
|
|
|
|
Requires: graphviz
|
|
|
|
|
#Requires: perl(IPC::Run) >= 0.6
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -59,6 +61,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 29 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.03-3
|
|
|
|
|
- add manual Requires on graphviz (bz 492318)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|