commit d9d43904713456717f3fc041b40b4bd2c7d7a796 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sun Jan 6 13:06:08 2013 +0100 Various cleanups perl-CGI-Application-Structured.spec | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) --- diff --git a/perl-CGI-Application-Structured.spec b/perl-CGI-Application-Structured.spec index cd93623..ac36d89 100644 --- a/perl-CGI-Application-Structured.spec +++ b/perl-CGI-Application-Structured.spec @@ -1,12 +1,10 @@ Name: perl-CGI-Application-Structured Version: 0.007 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Medium-weight, MVC, DB web framework License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Structured/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Structured-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(CGI::Application::Dispatch) @@ -29,6 +27,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description CGI::Application::Structured is an opinionated framework, based on CGI::Application. It takes the view that developer time and consistent @@ -43,8 +43,6 @@ highest performance on low cost hosting solutions. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; @@ -55,16 +53,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes LICENSE README Todo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Jan 06 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.007-7 +- Add perl default filter +- Remove no-longer-needed cleanups + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.007-6 - 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