|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: perl-GD
|
|
|
|
|
Version: 2.70
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.71
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl interface to the GD graphics library
|
|
|
|
|
License: GPL+ or Artistic 2.0
|
|
|
|
|
URL: https://metacpan.org/release/GD
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-%{version}.tar.gz
|
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/GD/GD-%{version}.tar.gz
|
|
|
|
|
Patch0: GD-2.56-utf8.patch
|
|
|
|
|
Patch1: GD-2.70-cflags.patch
|
|
|
|
|
# Module Build
|
|
|
|
@ -32,6 +32,7 @@ BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Symbol)
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
# Test Suite
|
|
|
|
|
# Note: optional test requirement perl(Test::Fork) not currently available in Fedora
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
|
BuildRequires: perl(IO::Dir)
|
|
|
|
@ -43,6 +44,7 @@ BuildRequires: perl(warnings)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: gd >= 2.0.28
|
|
|
|
|
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(GD::Polygon\\)$
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -92,6 +94,11 @@ make test TEST_VERBOSE=1
|
|
|
|
|
%{_mandir}/man3/GD::Simple.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 12 2019 Paul Howarth <paul@city-fan.org> - 2.71-1
|
|
|
|
|
- Update to 2.71
|
|
|
|
|
- Skip Test::Fork on freebsd (GH#25)
|
|
|
|
|
- Filter unversioned provide of perl(GD::Polygon)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.70-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|