epel9
Jitka Plesnikova 10 years ago
parent 1154739392
commit cb93963050

1
.gitignore vendored

@ -1,2 +1,3 @@
/GraphViz-2.14.tgz
/GraphViz-2.16.tgz
/GraphViz-2.18.tgz

@ -1,8 +1,8 @@
Name: perl-GraphViz
Version: 2.16
Version: 2.18
Release: 1%{?dist}
Summary: Interface to the GraphViz graphing tool
License: GPL+ or Artistic
License: Artistic 2.0
Group: Development/Libraries
URL: http://search.cpan.org/dist/GraphViz/
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(Pod::Usage) >= 1.16
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 1.001014
BuildRequires: perl(Time::HiRes) >= 1.51
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
@ -65,11 +65,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
make test
%files
%license LICENSE
%doc Changes README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%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
- 2.16 bump
- Modernize spec file

@ -1 +1 @@
45954ab14ed5e5d2af0d7edaf982c927 GraphViz-2.16.tgz
cd507325c0bbfcc168a034abaf60a12b GraphViz-2.18.tgz

Loading…
Cancel
Save