|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: perl-GraphViz
|
|
|
|
|
Version: 2.20
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.21
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/GraphViz/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
|
@ -14,6 +14,7 @@ BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Carp) >= 1.01
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
@ -27,7 +28,8 @@ BuildRequires: perl(LWP::Simple) >= 6
|
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
|
BuildRequires: perl(Pod::Usage) >= 1.16
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 1.001014
|
|
|
|
|
BuildRequires: perl(Test2::Bundle::Extended) >= 0.000030
|
|
|
|
|
BuildRequires: perl(Test::More) >= 1.302019
|
|
|
|
|
BuildRequires: perl(Time::HiRes) >= 1.51
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
@ -63,7 +65,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -76,6 +78,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 23 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.21-1
|
|
|
|
|
- 2.21 bump
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-3
|
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|