commit 04537779aa9d65deeb5d1de20d6505aabd6ffe10 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sat May 12 00:03:21 2012 +0200 Update to 0.41, Clean up spec file and add perl default filter .gitignore | 1 + perl-Module-Starter-Plugin-CGIApp.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 80ae81a..2ea0d39 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Module-Starter-Plugin-CGIApp-0.30.tar.gz +/Module-Starter-Plugin-CGIApp-0.41.tar.gz diff --git a/perl-Module-Starter-Plugin-CGIApp.spec b/perl-Module-Starter-Plugin-CGIApp.spec index bc1375c..0fc574c 100644 --- a/perl-Module-Starter-Plugin-CGIApp.spec +++ b/perl-Module-Starter-Plugin-CGIApp.spec @@ -1,15 +1,15 @@ Name: perl-Module-Starter-Plugin-CGIApp -Version: 0.30 -Release: 7%{?dist} +Version: 0.41 +Release: 1%{?dist} Summary: Template based module starter for CGI apps License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Starter-Plugin-CGIApp/ Source0: http://www.cpan.org/authors/id/J/JA/JALDHAR/Module-Starter-Plugin-CGIApp-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::DirCompare) +BuildRequires: perl(File::ShareDir) BuildRequires: perl(HTML::Template) BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Signature) @@ -25,6 +25,8 @@ BuildRequires: perl(Time::Piece) BuildRequires: perl(Titanium) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This is a plugin for Module::Starter that builds you a skeleton CGI::Application module with all the extra files needed to package it for @@ -39,8 +41,6 @@ CPAN. You can customize the output using HTML::Template. ./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 \; @@ -50,11 +50,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{?!_with_signature_test:rm t/00-signature.t} ./Build test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_bindir}/cgiapp-starter @@ -64,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 12 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.41-1 +- Update to 0.41 +- Clean up spec file +- Add perl default filter + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.30-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 6ab8358..9e2831d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82c0978bb5037c6b699bced3d6d10296 Module-Starter-Plugin-CGIApp-0.30.tar.gz +c344aab4f87f6533f8f09a3dc803a58c Module-Starter-Plugin-CGIApp-0.41.tar.gz -- 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