commit 342b65794769996be3f88e888a92b457dfa5b1c0 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Nov 24 13:20:07 2014 +0100 0.007 bump .gitignore | 1 + .rpmlint | 2 ++ perl-String-Errf.spec | 34 ++++++++++++++++++---------------- sources | 2 +- 4 files changed, 22 insertions(+), 17 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8eacb43..fc2cded 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /String-Errf-0.006.tar.gz +/String-Errf-0.007.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..f2751b0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (formatter|Formatter|sprintf)"); diff --git a/perl-String-Errf.spec b/perl-String-Errf.spec index 6c4b0a5..32f19e4 100644 --- a/perl-String-Errf.spec +++ b/perl-String-Errf.spec @@ -1,27 +1,30 @@ Name: perl-String-Errf -Version: 0.006 -Release: 6%{?dist} +Version: 0.007 +Release: 1%{?dist} Summary: Simple sprintf-like dialect License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/String-Errf/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(autodie) +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: BuildRequires: perl(Carp) -BuildRequires: perl(Date::Format) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(JSON) >= 2 BuildRequires: perl(Params::Util) +BuildRequires: perl(parent) BuildRequires: perl(Scalar::Util) -BuildRequires: perl(strict) BuildRequires: perl(String::Formatter) >= 0.102081 BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) BuildRequires: perl(Time::Piece) -BuildRequires: perl(warnings) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# Tests: +BuildRequires: perl(autodie) +BuildRequires: perl(Date::Format) +BuildRequires: perl(JSON) >= 2 +BuildRequires: perl(Test::More) >= 0.96 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -35,27 +38,26 @@ String::Errf. %setup -q -n String-Errf-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Nov 24 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.007-1 +- 0.007 bump + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.006-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 687115a..c281ab7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef5473bef7546d3ba7dd5ac53780f7d7 String-Errf-0.006.tar.gz +27771ecf864f1ae81cb532fb3e2d42ed String-Errf-0.007.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