0.32 bump

This commit is contained in:
Petr Písař 2014-02-21 15:02:23 +01:00
parent ca82bcad09
commit 320e12e2f5
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 1:0.32-1
- 0.32 bump
* Mon Jan 27 2014 Petr Pisar <ppisar@redhat.com> - 1:0.30-1
- 0.30 bump

View File

@ -1 +1 @@
828060b6c19f63f474957cf54bd46c68 Module-Load-0.30.tar.gz
57ebe5a058acc4c9a53dbbefb8b93a1a Module-Load-0.32.tar.gz