[perl-GD-SVG] Add build dependency on ExtUtils::MakeMaker.

Ville Skyttä scop at fedoraproject.org
Sun Mar 31 20:04:37 UTC 2013


commit c390dfeb3404465a61763ac31ca856c4af6a1e56
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Mar 31 23:04:28 2013 +0300

    Add build dependency on ExtUtils::MakeMaker.

 perl-GD-SVG.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-GD-SVG.spec b/perl-GD-SVG.spec
index cf47094..f0e51fd 100644
--- a/perl-GD-SVG.spec
+++ b/perl-GD-SVG.spec
@@ -1,6 +1,6 @@
 Name:           perl-GD-SVG
 Version:        0.33
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        GD::SVG enables SVG output from scripts written using GD
 
 Group:          Development/Libraries
@@ -10,6 +10,7 @@ Source0:        http://www.cpan.org/authors/id/T/TW/TWH/GD-SVG-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # The make test needs these.
 BuildRequires:  perl(SVG)
 BuildRequires:  perl(GD)
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 31 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.33-10
+- Add build dependency on ExtUtils::MakeMaker.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.33-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list