From f543b6e6306405591f51d3f0d2d011d3a23bb8cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 24 May 2016 11:51:31 +0200
Subject: 1.69 bump

---
 .gitignore          |  1 +
 perl-Pod-Usage.spec | 14 +++++++++++---
 sources             |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 36ad261..f17bb53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Pod-Usage-1.66.tar.gz
 /Pod-Usage-1.67.tar.gz
 /Pod-Usage-1.68.tar.gz
+/Pod-Usage-1.69.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index a379e75..defa07a 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,8 +1,8 @@
 Name:           perl-Pod-Usage
 # Compete with perl.spec's epoch
 Epoch:          4
-Version:        1.68
-Release:        365%{?dist}
+Version:        1.69
+Release:        1%{?dist}
 Summary:        Print a usage message from embedded POD documentation
 # License clarification CPAN RT#102529
 License:        GPL+ or Artistic
@@ -14,6 +14,7 @@ BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-generators
 # scripts/pod2usage.PL uses Config
 BuildRequires:  perl(Config)
 # scripts/pod2usage.PL uses Cwd
@@ -23,6 +24,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(strict)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
@@ -59,6 +61,9 @@ verbose level is 2, then the entire manual page is printed.
 
 %prep
 %setup -q -n Pod-Usage-%{version}
+# Remove bundled modules
+rm -rf t/inc
+sed -i -e '/^t\/inc\//d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -66,7 +71,7 @@ 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 -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -80,6 +85,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 24 2016 Petr Pisar <ppi...@redhat.com> - 4:1.69-1
+- 1.69 bump
+
 * Sat May 14 2016 Jitka Plesnikova <jples...@redhat.com> - 4:1.68-365
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 51bf1e4..2c9c96a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eee1f6d7c20715f77e887d78cf77432  Pod-Usage-1.68.tar.gz
+d945e3635daf88df3ac6d0c85c97d55d  Pod-Usage-1.69.tar.gz
-- 
cgit v0.12


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

Reply via email to