commit dbe1abdf4c4cca99e2c73af24760cd10c398735a Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Jan 20 16:42:49 2013 +0100 Various cleanups perl-CGI-Application-Standard-Config.spec | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) --- diff --git a/perl-CGI-Application-Standard-Config.spec b/perl-CGI-Application-Standard-Config.spec index 774ca98..36c8ed8 100644 --- a/perl-CGI-Application-Standard-Config.spec +++ b/perl-CGI-Application-Standard-Config.spec @@ -1,18 +1,20 @@ Name: perl-CGI-Application-Standard-Config Version: 1.01 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Defines a standard configuration API for CGI::Application License: GPL+ or Artistic -Group: Development/Libraries + URL: http://search.cpan.org/dist/CGI-Application-Standard-Config/ Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Standard-Config-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This module defines a minimum standard interface that configuration plugins for CGI::Application should meet. Having such a standard allows @@ -28,8 +30,6 @@ integration. ./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 \; @@ -38,16 +38,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 20 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 1.01-11 +- Add perl default filter +- Remove no-longer-used macros + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.01-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@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel