[perl-pmtools/el6] Update to version 1.54.

Jose Pedro Oliveira jpo at fedoraproject.org
Wed Dec 11 15:47:39 UTC 2013


commit fd5371f8dd298a3354b219c02b45f1eac5f2269f
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Wed Dec 11 15:47:20 2013 +0000

    Update to version 1.54.

 .gitignore                    |    1 +
 perl-pmtools.spec             |   63 +++++++++++---
 pmtools-1.01-pman2pmman.patch |  189 -----------------------------------------
 sources                       |    2 +-
 4 files changed, 54 insertions(+), 201 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6349ed1..5e4994d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pmtools-1.10.tar.gz
+/pmtools-1.54.tar.gz
diff --git a/perl-pmtools.spec b/perl-pmtools.spec
index fd1dbe8..995f925 100644
--- a/perl-pmtools.spec
+++ b/perl-pmtools.spec
@@ -1,6 +1,6 @@
 Name:           perl-pmtools
-Version:        1.10
-Release:        3%{?dist}
+Version:        1.54
+Release:        2%{?dist}
 Summary:        A suite of small programs to help manage Perl modules
 
 Group:          Development/Libraries
@@ -10,8 +10,10 @@ Source:         http://www.cpan.org/authors/id/M/ML/MLFISHER/pmtools-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::More)
+BuildRequires:  less
 
 %description
 This is pmtools -- a suite of small programs to help manage modules.
@@ -25,6 +27,7 @@ Tom Christiansen
 %prep
 %setup -q -n pmtools-%{version}
 find . -type f -perm 755 | xargs %{__perl} -pi -e 's{^#!/usr/bin/env perl}{#!%{__perl}}'
+chmod -c a-x Changes TODO lib/Devel/Loaded.pm
 
 
 %build
@@ -33,7 +36,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -44,20 +46,59 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes LICENSE README TODO
 %{_bindir}/*
 %{perl_vendorlib}/Devel/
+%{perl_vendorlib}/pmtools.pm
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Wed Dec 11 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.54-2
+- The test suite also needs the less command in the build root (F20+).
+
+* Wed Dec 11 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.54-1
+- Update to 1.54.
+- New build requirement: perl(Test::More).
+
+* Tue Dec 10 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
+- Update to 1.30.
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.10-13
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sun Jun 10 2012 Petr Pisar <ppisar at redhat.com> - 1.10-10
+- Perl 5.16 rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.10-8
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 21 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.10-6
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.10-5
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.10-4
+- rebuild against perl 5.10.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -86,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-3
 - Dist tag.
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.00-2
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.00-2
 - rebuilt
 
 * Sun Feb 06 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-1
diff --git a/sources b/sources
index 143d990..bfb5b00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cb192b5b241037d6b701e6e26ef2425  pmtools-1.10.tar.gz
+1a83a0209f3fde110f65647a9741c442  pmtools-1.54.tar.gz


More information about the scm-commits mailing list