[perl-Data-Dumper] 2.143 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 28 13:07:22 UTC 2013


commit c3e105e3a513cc57dd21f46f08c11b001b7bd2a4
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 28 14:06:56 2013 +0100

    2.143 bump

 .gitignore            |    1 +
 perl-Data-Dumper.spec |   24 ++++++++++++++++++------
 sources               |    2 +-
 3 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ea314b..b8acbfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Data-Dumper-2.135_07.tar.gz
 /Data-Dumper-2.136.tar.gz
 /Data-Dumper-2.139.tar.gz
+/Data-Dumper-2.143.tar.gz
diff --git a/perl-Data-Dumper.spec b/perl-Data-Dumper.spec
index fd1188e..e23f4c7 100644
--- a/perl-Data-Dumper.spec
+++ b/perl-Data-Dumper.spec
@@ -1,26 +1,36 @@
-%global cpan_version 2.139
+%global cpan_version 2.143
 Name:           perl-Data-Dumper
 Version:        %(echo '%{cpan_version}' | tr '_' '.')
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Stringify perl data structures, suitable for printing and eval
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Dumper/
 Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{cpan_version}.tar.gz
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
+BuildRequires:  perl(B::Deparse)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(XSLoader)
 # perl-Test-Simple is in cycle with perl-Data-Dumper
 %if !%{defined perl_bootstrap}
 # Tests only:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.60
 # Optional tests:
 BuildRequires:  perl(Encode)
 %endif
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(B::Deparse)
+Requires:       perl(bytes)
 Requires:       perl(Scalar::Util)
 Requires:       perl(XSLoader)
 
@@ -37,14 +47,13 @@ structures correctly.
 sed -i '/MAN3PODS/d' Makefile.PL
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+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 '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -59,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 28 2013 Petr Pisar <ppisar at redhat.com> - 2.143-1
+- 2.143 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.139-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 1544fc4..d878424 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eac78867013937b3584754915d5bf35f  Data-Dumper-2.139.tar.gz
+6c02ac5a2da9892667909b1c2f04a7a6  Data-Dumper-2.143.tar.gz


More information about the scm-commits mailing list