[perl-CGI-Application-Structured-Tools] Improve filtering

Emmanuel Seyman eseyman at fedoraproject.org
Tue Feb 15 10:17:21 UTC 2011


commit 5803d99bda4f959643d94b3bf856a37e8818d2d0
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Tue Feb 15 11:17:20 2011 +0100

    Improve filtering

 perl-CGI-Application-Structured-Tools.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Application-Structured-Tools.spec b/perl-CGI-Application-Structured-Tools.spec
index f44f4be..49c69b2 100644
--- a/perl-CGI-Application-Structured-Tools.spec
+++ b/perl-CGI-Application-Structured-Tools.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application-Structured-Tools
 Version:        0.007
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Tools to generate and maintain CGI::Application::Structured based web apps
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -23,6 +23,9 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::WWW::Mechanize::CGIApp)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%filter_from_requires /main_module>)/d; /perl(<tmpl_var)/d; /perl(<tmpl_var/d
+%{?perl_default_filter}
+
 %description
 A simple, medium-weight, MVC, DB web micro-framework built on
 CGI::Application. The framework combines tested, well known plugins, templates
@@ -77,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/cas-starter.pl
 
 %changelog
+* Tue Feb 15 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.007-5
+- Improve filtering.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.007-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list