|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Version: 2.10
|
|
|
|
Version: 2.11
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -24,8 +24,7 @@ BuildRequires: perl(Test::Pod)
|
|
|
|
Requires: graphviz
|
|
|
|
Requires: graphviz
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
# Don't provide perl(DB)
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%global __provides_exclude ^perl\\(DB\\)$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This module provides an interface to layout and image generation of
|
|
|
|
This module provides an interface to layout and image generation of
|
|
|
@ -37,9 +36,9 @@ http://www.research.att.com/sw/tools/graphviz/).
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n GraphViz-%{version}
|
|
|
|
%setup -q -n GraphViz-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
find . -type f -exec chmod -c -x {} \;
|
|
|
|
find lib t -type f -exec chmod -c -x {} \;
|
|
|
|
|
|
|
|
|
|
|
|
perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/primes_aux.pl
|
|
|
|
sed -i -e 's|#!.*perl|#!/usr/bin/perl|' examples/primes_aux.pl examples/clusters2.pl
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
@ -63,6 +62,10 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 24 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.11-1
|
|
|
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
- Add perl_default_filter.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-3
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|