|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Name: perl-GraphViz
|
|
|
|
Version: 2.16
|
|
|
|
Version: 2.18
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
Summary: Interface to the GraphViz graphing tool
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: Artistic 2.0
|
|
|
|
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/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz
|
|
|
@ -23,7 +23,7 @@ BuildRequires: perl(LWP::Simple) >= 6
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
BuildRequires: perl(Parse::RecDescent) >= 1.965001
|
|
|
|
BuildRequires: perl(Pod::Usage) >= 1.16
|
|
|
|
BuildRequires: perl(Pod::Usage) >= 1.16
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More) >= 1.001014
|
|
|
|
BuildRequires: perl(Time::HiRes) >= 1.51
|
|
|
|
BuildRequires: perl(Time::HiRes) >= 1.51
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
@ -65,11 +65,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README examples/
|
|
|
|
%doc Changes README examples/
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 28 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-1
|
|
|
|
|
|
|
|
- 2.18 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-1
|
|
|
|
* Wed Nov 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.16-1
|
|
|
|
- 2.16 bump
|
|
|
|
- 2.16 bump
|
|
|
|
- Modernize spec file
|
|
|
|
- Modernize spec file
|
|
|
|