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 - 0.11-3 +- Add BR: perl(CGI) (Fix FTBFS: BZ 660891). + * Tue Jun 22 2010 Petr Pisar - 0.11-2 - Rebuild against perl-5.12