0.32 bump
This commit is contained in:
parent
ca82bcad09
commit
320e12e2f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user