From e30106fcc8653c1a212e4a59f5d9add2013deeca Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 6 Sep 2016 11:00:35 +0200
Subject: 0.008 bump

---
 .gitignore            |  1 +
 perl-String-Errf.spec | 18 +++++++++++-------
 sources               |  2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index fc2cded..ef2e0f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /String-Errf-0.006.tar.gz
 /String-Errf-0.007.tar.gz
+/String-Errf-0.008.tar.gz
diff --git a/perl-String-Errf.spec b/perl-String-Errf.spec
index 75e58cd..49efa92 100644
--- a/perl-String-Errf.spec
+++ b/perl-String-Errf.spec
@@ -1,15 +1,16 @@
 Name:           perl-String-Errf
-Version:        0.007
-Release:        5%{?dist}
+Version:        0.008
+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:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -23,7 +24,7 @@ BuildRequires:  perl(Time::Piece)
 # Tests:
 BuildRequires:  perl(autodie)
 BuildRequires:  perl(Date::Format)
-BuildRequires:  perl(JSON) >= 2
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -39,23 +40,26 @@ String::Errf.
 %setup -q -n String-Errf-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2016 Jitka Plesnikova <jples...@redhat.com> - 0.008-1
+- 0.008 bump
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.007-5
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index c281ab7..029a5a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27771ecf864f1ae81cb532fb3e2d42ed  String-Errf-0.007.tar.gz
+1872004b669a67cc623e7c69e168d97a  String-Errf-0.008.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-String-Errf.git/commit/?h=master&id=e30106fcc8653c1a212e4a59f5d9add2013deeca
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to