commit 780cf9f681bf7755085cbfd3dc0c78d82386a9cd Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Nov 21 15:49:56 2014 +0100 0.102084 bump .gitignore | 1 + .rpmlint | 2 ++ perl-String-Formatter.spec | 33 ++++++++++++++++----------------- sources | 2 +- 4 files changed, 20 insertions(+), 18 deletions(-) --- diff --git a/.gitignore b/.gitignore index b1144a6..65fee73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ String-Formatter-0.101620.tar.gz String-Formatter-0.102080.tar.gz /String-Formatter-0.102082.tar.gz +/String-Formatter-0.102084.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..3998319 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (expanders|formatters|sprintf)"); diff --git a/perl-String-Formatter.spec b/perl-String-Formatter.spec index 39e1343..94a78c2 100644 --- a/perl-String-Formatter.spec +++ b/perl-String-Formatter.spec @@ -1,22 +1,22 @@ Name: perl-String-Formatter -Version: 0.102082 -Release: 11%{?dist} +Version: 0.102084 +Release: 1%{?dist} Summary: Build sprintf-like functions of your own License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/String-Formatter/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl >= 0:5.006 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: BuildRequires: perl(Params::Util) BuildRequires: perl(Sub::Exporter) # tests -BuildRequires: perl(Pod::Coverage::TrustPod) -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -30,34 +30,33 @@ options built into String::Formatter. %prep %setup -q -n String-Formatter-%{version} - -# don't install benchmark sed -i -e '1s~#!perl~#!%{__perl}~' bench.pl +# don't install benchmark mkdir eg mv bench.pl eg +sed -i -e 's/^bench\.pl$/eg\/bench.pl/' MANIFEST %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 -RELEASE_TESTING=1 make test +make test %files -%defattr(-,root,root,-) %doc Changes LICENSE README eg/bench.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Nov 21 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.102084-1 +- 0.102084 bump + * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.102082-11 - Perl 5.20 rebuild diff --git a/sources b/sources index 6f33c5c..ce5ed6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c51083f6c299e991909c8146e775efc2 String-Formatter-0.102082.tar.gz +0078728532a8a8e23be4fa4ef8387ad0 String-Formatter-0.102084.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