[perl-Pod-Readme] - Update to 0.11. - Update Source0 URL. - Switch back to building with ExtUtils::MakeMaker/Makefile.

Steven Pritchard steve at fedoraproject.org
Wed Dec 29 02:07:51 UTC 2010


commit 034544c83956bdcec21ab21364a8973068baca06
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Tue Dec 28 20:07:31 2010 -0600

    - Update to 0.11.
    - Update Source0 URL.
    - Switch back to building with ExtUtils::MakeMaker/Makefile.PL.
    - BR Test::More.

 .gitignore           |    1 +
 perl-Pod-Readme.spec |   30 +++++++++++++++++-------------
 sources              |    2 +-
 3 files changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f4703f..75d85ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-Readme-0.09.tar.gz
+/Pod-Readme-0.11.tar.gz
diff --git a/perl-Pod-Readme.spec b/perl-Pod-Readme.spec
index b8d0f93..39e0e0c 100644
--- a/perl-Pod-Readme.spec
+++ b/perl-Pod-Readme.spec
@@ -1,24 +1,21 @@
-%define module_version 0.09
+%define module_version 0.11
 
 Name:           perl-Pod-Readme
-Version:        0.090
-Release:        8%{?dist}
+Version:        0.110
+Release:        1%{?dist}
 Summary:        Convert POD to README file
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Readme/
-Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{module_version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/B/BI/BIGPRESH/Pod-Readme-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Regexp::Common)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Portability::Files)
-# Core module that appears to be out of date.
-#BuildRequires:  perl(Pod::Text) >= 3.0
-# Core module that appears to be out of date.
-#Requires:       perl(Pod::Text) >= 3.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,20 +26,21 @@ markup for generating README files.
 %setup -q -n Pod-Readme-%{module_version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+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
-DEVEL_TESTS=1 ./Build test
+DEVEL_TESTS=1 make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard <steve at kspei.com> 0.110-1
+- Update to 0.11.
+- Update Source0 URL.
+- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.
+- BR Test::More.
+
 * Tue Dec 21 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.090-8
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 2955812..f055f40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f7f2a4c4a74ba50b2aa561fa753d85c  Pod-Readme-0.09.tar.gz
+5846d5fad616daf941862c44b3512ba7  Pod-Readme-0.11.tar.gz



More information about the perl-devel mailing list