commit 0e75a714d56d74625cf760939ac5aebeb7b44255 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Feb 23 13:05:28 2015 +0100 0.003 bump .gitignore | 1 + .rpmlint | 2 ++ perl-App-grindperl.spec | 38 ++++++++++++++++++++------------------ sources | 2 +- 4 files changed, 24 insertions(+), 19 deletions(-) --- diff --git a/.gitignore b/.gitignore index a75a818..78ce2b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /App-grindperl-0.002.tar.gz +/App-grindperl-0.003.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..eb76d49 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* blead"); diff --git a/perl-App-grindperl.spec b/perl-App-grindperl.spec index ee8ebd1..ef69de3 100644 --- a/perl-App-grindperl.spec +++ b/perl-App-grindperl.spec @@ -1,6 +1,6 @@ Name: perl-App-grindperl -Version: 0.002 -Release: 4%{?dist} +Version: 0.003 +Release: 1%{?dist} Summary: Command-line tool to help build and test blead perl License: ASL 2.0 Group: Development/Libraries @@ -8,26 +8,23 @@ URL: http://search.cpan.org/dist/App-grindperl/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/App-grindperl-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: -BuildRequires: perl(autodie) -BuildRequires: perl(Carp) -BuildRequires: perl(File::Copy) -BuildRequires: perl(File::HomeDir) >= 0.98 -BuildRequires: perl(File::Spec) -BuildRequires: perl(Getopt::Lucid) -BuildRequires: perl(namespace::autoclean) -BuildRequires: perl(Path::Class) +# The only test does not exercise the code +# autodie not used at tests +# Carp not used at tests +# File::Copy not used at tests +# File::HomeDir 0.98 not used at tests +# File::Spec not used at tests +# Getopt::Lucid not used at tests +# namespace::autoclean not used at tests +# Path::Class not used at tests # Tests: -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(File::Temp) -BuildRequires: perl(List::Util) +# CPAN::Meta not usefull +# CPAN::Meta::Prereqs not usefull BuildRequires: perl(Test::More) -# Optional tests: -BuildRequires: perl(Test::Script) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: git Requires: make @@ -52,13 +49,18 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc Changes LICENSE README README.PATCHING +%license LICENSE +# CONTRIBUTING.mkdn is a generic file not specific to this package +%doc Changes README %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog +* Mon Feb 23 2015 Petr Pisar <ppisar@xxxxxxxxxx> - 0.003-1 +- 0.003 bump + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.002-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 663972c..1086416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a00e3822d5f9fdd7eef99cb2754a35d App-grindperl-0.002.tar.gz +734882bf6cbeffffbc0bc6123a4ef917 App-grindperl-0.003.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