[perl-CGI-Application] Add perl(CGI) and perl(Class::ISA) to BuildRequires Add perl default filter

Emmanuel Seyman eseyman at fedoraproject.org
Tue Dec 7 22:07:29 UTC 2010


commit 5220207659e6a65796b33ef02646a7b12aab5f99
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Tue Dec 7 23:07:15 2010 +0100

     Add perl(CGI) and perl(Class::ISA) to BuildRequires
     Add perl default filter

 perl-CGI-Application.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application.spec b/perl-CGI-Application.spec
index 3d43656..bc60b83 100644
--- a/perl-CGI-Application.spec
+++ b/perl-CGI-Application.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application
 Version:        4.31
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Framework for building reusable web-applications
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,12 +8,16 @@ URL:            http://search.cpan.org/dist/CGI-Application/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(CGI)
+BuildRequires:  perl(Class::ISA)
 BuildRequires:  perl(HTML::Template)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:       perl(HTML::Template)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 CGI::Application is an Object-Oriented Perl module which implements an
 Abstract Class. It is not intended that this package be instantiated
@@ -48,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 07 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 4.20-4
+- Add perl(CGI) and perl(Class::ISA) to BuildRequires
+- Add perl default filter
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 4.31-3
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list