[perl-Module-Load] 0.32 bump

Petr Pisar ppisar at fedoraproject.org
Fri Feb 21 14:15:28 UTC 2014


commit 320e12e2f563000a16ad25110c1ea6ed829a0b7c
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Feb 21 15:02:23 2014 +0100

    0.32 bump

 .gitignore            |    1 +
 perl-Module-Load.spec |   12 ++++++++----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b10a959..2adfa0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Module-Load-0.12.tar.gz
 /Module-Load-0.24.tar.gz
 /Module-Load-0.28.tar.gz
 /Module-Load-0.30.tar.gz
+/Module-Load-0.32.tar.gz
diff --git a/perl-Module-Load.spec b/perl-Module-Load.spec
index f3c4e02..e50461f 100644
--- a/perl-Module-Load.spec
+++ b/perl-Module-Load.spec
@@ -1,7 +1,7 @@
 Name:           perl-Module-Load
 # Epoch to compete with perl.spec
 Epoch:          1
-Version:        0.30
+Version:        0.32
 Release:        1%{?dist}
 Summary:        Run-time require of both modules and files
 License:        GPL+ or Artistic
@@ -16,6 +16,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(warnings)
 # Tests:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More) >= 0.94
@@ -42,9 +43,9 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR='%{buildroot}'
+find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
+%{_fixperms} '%{buildroot}'/*
 
 %check
 make test
@@ -55,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 21 2014 Petr Pisar <ppisar at redhat.com> - 1:0.32-1
+- 0.32 bump
+
 * Mon Jan 27 2014 Petr Pisar <ppisar at redhat.com> - 1:0.30-1
 - 0.30 bump
 
diff --git a/sources b/sources
index 78f4a0d..ebd3a43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-828060b6c19f63f474957cf54bd46c68  Module-Load-0.30.tar.gz
+57ebe5a058acc4c9a53dbbefb8b93a1a  Module-Load-0.32.tar.gz


More information about the scm-commits mailing list