[perl-Test-Manifest] Update to 2.02

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 9 15:13:16 UTC 2014


commit f9fa74f66a161429f724baf440557a94a1e2cb26
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 9 16:12:21 2014 +0100

    Update to 2.02
    
    - New upstream release 2.02
      - Fix a spelling mistake (CPAN RT#98288)
      - Drop manpage patch, no longer needed
      - Use %license where possible

 perl-Test-Manifest.spec |   29 ++++++++++++++++++++---------
 sources                 |    2 +-
 2 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/perl-Test-Manifest.spec b/perl-Test-Manifest.spec
index 732fa11..234cf6c 100644
--- a/perl-Test-Manifest.spec
+++ b/perl-Test-Manifest.spec
@@ -1,24 +1,27 @@
 Summary:        Test case module for Perl
 Name:           perl-Test-Manifest
-Version:        1.23
-Release:        6%{?dist}
+Version:        2.02
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Manifest/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Manifest-%{version}.tar.gz
-Patch0:         Test-Manifest-1.23-manpage.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.48
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(File::Spec)
 Requires:       perl(Test::Harness)
@@ -39,9 +42,6 @@ right value for MakeMaker to do the right thing.
 %prep
 %setup -q -n Test-Manifest-%{version}
 
-# Reinstate manpage, dropped upstream
-%patch0 -p1 -b .manpage
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -59,11 +59,22 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc Changes LICENSE README
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Manifest.3pm*
 
 %changelog
+* Tue Sep  9 2014 Paul Howarth <paul at city-fan.org> - 2.02-1
+- Update to 2.02
+  - Fix a spelling mistake (CPAN RT#98288)
+  - Drop manpage patch, no longer needed
+  - Use %%license where possible
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.23-6
 - Perl 5.20 rebuild
 
@@ -147,7 +158,7 @@ rm -rf %{buildroot}
 * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-3
 - Add dist tag.
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.14-2
+* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.14-2
 - rebuilt
 
 * Tue Mar 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
diff --git a/sources b/sources
index faa74ea..07d1c93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81c8744987b67d35af05a74a3c7f1742  Test-Manifest-1.23.tar.gz
+fdd832e160cacf1496db3adf57515ad9  Test-Manifest-2.02.tar.gz


More information about the scm-commits mailing list