Upstream update.

Modernize spec-file.
Reflect Source0-URL having changed.
Add missing BRs.
epel9
Ralf Corsépius 13 years ago
parent 765f85faef
commit 79b3904c07

2
.gitignore vendored

@ -1 +1 @@
GraphViz-2.04.tar.gz
/GraphViz-2.09.tgz

@ -1,15 +1,20 @@
Name: perl-GraphViz
Version: 2.04
Release: 8%{?dist}
Version: 2.09
Release: 1%{?dist}
Summary: Interface to the GraphViz graphing tool
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/GraphViz/
Source0: http://www.cpan.org/authors/id/L/LB/LBROCARD/GraphViz-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
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
# optional test
@ -41,8 +46,6 @@ perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/primes_aux.pl
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@ -53,9 +56,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES README examples/
@ -63,6 +63,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
4ef406a3deca074c2a2b9237e4ae54b0 GraphViz-2.04.tar.gz
c4519796341dd9f147272baa797cdda9 GraphViz-2.09.tgz

Loading…
Cancel
Save