[perl-Pod-Simple-Wiki] Update to 0.17

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 8 08:51:39 UTC 2015


commit 09ae34a817787e21f3b0986cd98125acaacfe03e
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 8 09:51:36 2015 +0100

    Update to 0.17

 .gitignore                |  1 +
 perl-Pod-Simple-Wiki.spec | 14 +++++++-------
 sources                   |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed4c121..402893e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Pod-Simple-Wiki-0.09.tar.gz
 /Pod-Simple-Wiki-0.14.tar.gz
 /Pod-Simple-Wiki-0.15.tar.gz
 /Pod-Simple-Wiki-0.16.tar.gz
+/Pod-Simple-Wiki-0.17.tar.gz
diff --git a/perl-Pod-Simple-Wiki.spec b/perl-Pod-Simple-Wiki.spec
index 6bcbb70..188d6f1 100644
--- a/perl-Pod-Simple-Wiki.spec
+++ b/perl-Pod-Simple-Wiki.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Simple-Wiki
-Version:        0.16
-Release:        3%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Utility and perl classes for converting POD to Wiki text
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        http://www.cpan.org/authors/id/J/JM/JMCNAMARA/Pod-Simple-Wiki-%{
 Patch0:         perl-Pod-Simple-Wiki-0.09-escape.patch
 # Reported upstream: http://rt.cpan.org/Public/Bug/Display.html?id=38833
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Pod::Simple)
 BuildRequires:  perl(Test::More)
 Requires:       perl(Pod::Simple)
@@ -31,16 +31,13 @@ iconv -f latin1 -t utf-8 README > README.utf-8
 mv README.utf-8 README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
 make pure_install PERL_INSTALL_ROOT=$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/*
 
 
@@ -57,6 +54,9 @@ make test
 
 
 %changelog
+* Sun Mar 08 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.17-1
+- Update to 0.17
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.16-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0f8b7ae..6603fb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3be18f6101bc5af2ddc8939505e72c38  Pod-Simple-Wiki-0.16.tar.gz
+9d3f9f6fd422be7d9ddf2ad35b1a63e4  Pod-Simple-Wiki-0.17.tar.gz


More information about the scm-commits mailing list