[perl-CGI-Compile] - Add BR: perl(CGI) (Fix FTBFS: BZ 660891).

corsepiu corsepiu at fedoraproject.org
Wed Dec 8 08:35:34 UTC 2010


commit eddaacb9ad39b4e4606e7ac5dc1e1392ca7ba22f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Dec 8 09:35:19 2010 +0100

    - Add BR: perl(CGI) (Fix FTBFS: BZ 660891).

 perl-CGI-Compile.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Compile.spec b/perl-CGI-Compile.spec
index 5156504..dbbdf85 100644
--- a/perl-CGI-Compile.spec
+++ b/perl-CGI-Compile.spec
@@ -1,7 +1,7 @@
 Name:           perl-CGI-Compile
 Summary:        Compile .cgi scripts to a code reference like ModPerl::Registry
 Version:        0.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-Compile-%{version}.tar.gz 
@@ -10,6 +10,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::pushd)
 BuildRequires:  perl(Filter::Util::Call)
@@ -56,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Dec 08 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.11-3
+- Add BR: perl(CGI) (Fix FTBFS: BZ 660891).
+
 * Tue Jun 22 2010 Petr Pisar <ppisar at redhat.com> - 0.11-2
 - Rebuild against perl-5.12
 



More information about the perl-devel mailing list