[perl-CGI-Application-FastCGI] Add perl(CGI) to BuildRequires

Emmanuel Seyman eseyman at fedoraproject.org
Sat Dec 11 23:19:45 UTC 2010


commit 5fca9ba474ac7a6c37cad137be022c9104cc175e
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Dec 12 00:19:37 2010 +0100

    Add perl(CGI) to BuildRequires

 perl-CGI-Application-FastCGI.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application-FastCGI.spec b/perl-CGI-Application-FastCGI.spec
index 4e21ea8..72d6cbd 100644
--- a/perl-CGI-Application-FastCGI.spec
+++ b/perl-CGI-Application-FastCGI.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application-FastCGI
 Version:        0.02
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        For using CGI::Application under FastCGI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/CGI-Application-FastCGI/
 Source0:        http://www.cpan.org/authors/id/N/NA/NAOYA/CGI-Application-FastCGI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(FCGI) >= 0.6
@@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 12 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.02-3
+- Add perl(CGI) to BuildRequires (#660828).
+
 * Sun Jul 11 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.02-2
 - Add perl(CGI::Application) to Requires
 



More information about the perl-devel mailing list