From c706d99fa152fa43046b2c6cda19130ffa45cd01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Thu, 15 Jun 2017 09:09:35 +0200
Subject: 0.90 bump

---
 .gitignore             |  1 +
 perl-String-Print.spec | 17 +++++++++++------
 sources                |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8e333d5..b89a425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /String-Print-0.13.tar.gz
 /String-Print-0.15.tar.gz
+/String-Print-0.90.tar.gz
diff --git a/perl-String-Print.spec b/perl-String-Print.spec
index 753005c..39e60a4 100644
--- a/perl-String-Print.spec
+++ b/perl-String-Print.spec
@@ -1,20 +1,23 @@
 Name:           perl-String-Print
-Version:        0.15
-Release:        7%{?dist}
+Version:        0.90
+Release:        1%{?dist}
 Summary:        Alternative for Perl printf
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/String-Print/
 Source0:        
http://www.cpan.org/authors/id/M/MA/MARKOV/String-Print-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(locale)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Unicode::GCString)
+BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(POSIX)
@@ -32,12 +35,11 @@ serialization, user-defined modifiers, and correct Unicode 
string padding.
 %setup -q -n String-Print-%{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
@@ -49,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 15 2017 Petr Pisar <[email protected]> - 0.90-1
+- 0.90 bump
+
 * Mon Jun 05 2017 Jitka Plesnikova <[email protected]> - 0.15-7
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index 188ae2b..90a80b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-469f5a0517a6820abe52f7e23dc9e58b  String-Print-0.15.tar.gz
+SHA512 (String-Print-0.90.tar.gz) = 
dae983036fe681bc11c128724cfcf88cb1ffb5d1c70276c534a6a8fb99ae8e6783484f99998ad1a53d02f01392ad9f8aa6cc6f8d6c03cc34bd9a44ff663d66bf
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-String-Print.git/commit/?h=master&id=c706d99fa152fa43046b2c6cda19130ffa45cd01
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to