commit 4d0924abfa447f0f1f32949ed4dc107e874ba5ab Author: Emmanuel Seyman <emman...@seyman.fr> Date: Sun Jan 27 17:55:57 2013 +0100
Various cleanups perl-CGI-Application-Plugin-Redirect.spec | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) --- diff --git a/perl-CGI-Application-Plugin-Redirect.spec b/perl-CGI-Application-Plugin-Redirect.spec index a4e298d..fab94be 100644 --- a/perl-CGI-Application-Plugin-Redirect.spec +++ b/perl-CGI-Application-Plugin-Redirect.spec @@ -1,12 +1,12 @@ Name: perl-CGI-Application-Plugin-Redirect Version: 1.00 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Easy external redirects in CGI::Application License: GPL+ or Artistic -Group: Development/Libraries + URL: http://search.cpan.org/dist/CGI-Application-Plugin-Redirect/ Source0: http://www.cpan.org/authors/id/C/CE/CEESHEK/CGI-Application-Plugin-Redirect-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(Module::Build) @@ -16,6 +16,8 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This plugin provides an easy way to do external redirects in CGI::Application. You don't have to worry about setting headers or worrying @@ -29,8 +31,6 @@ about return types, as that is all handled for you. ./Build %install -rm -rf $RPM_BUILD_ROOT - ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; @@ -39,16 +39,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check ./Build test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Jan 27 2013 Emmanuel Seyman <emman...@seyman.fr> - 1.00-11 +- Add perl default filter +- Remove no-longer-used macros + * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.00-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel