|
|
@ -1,15 +1,20 @@
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Version: 2.04
|
|
|
|
Version: 2.09
|
|
|
|
Release: 8%{?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
|
|
|
|
URL: http://search.cpan.org/dist/GraphViz/
|
|
|
|
URL: http://search.cpan.org/dist/GraphViz/
|
|
|
|
Source0: http://www.cpan.org/authors/id/L/LB/LBROCARD/GraphViz-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(IPC::Run) >= 0.6
|
|
|
|
BuildRequires: perl(IPC::Run) >= 0.6
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Which) >= 1.09
|
|
|
|
|
|
|
|
BuildRequires: perl(LWP::Simple) >= 6
|
|
|
|
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
|
|
|
|
BuildRequires: perl(XML::Twig) >= 3.38
|
|
|
|
|
|
|
|
BuildRequires: perl(XML::XPath) >= 1.13
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: graphviz-devel
|
|
|
|
BuildRequires: graphviz-devel
|
|
|
|
|
|
|
|
|
|
|
|
# optional test
|
|
|
|
# optional test
|
|
|
@ -41,8 +46,6 @@ perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/primes_aux.pl
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
@ -53,9 +56,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc CHANGES README examples/
|
|
|
|
%doc CHANGES README examples/
|
|
|
@ -63,6 +63,12 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jan 15 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.09-1
|
|
|
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
- Modernize spec-file.
|
|
|
|
|
|
|
|
- Reflect Source0-URL having changed.
|
|
|
|
|
|
|
|
- Add missing BRs.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.04-8
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.04-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|