Update to 0.35
- New upstream release 0.35 - Fix a bug when Test::Builder isn't new (better version) - Switch to ExtUtils::MakeMaker flow - Classify buildreqs by usage
This commit is contained in:
parent
8088f9851c
commit
d0ab39c078
@ -1,26 +1,28 @@
|
|||||||
Name: perl-Test-Exception
|
Name: perl-Test-Exception
|
||||||
Version: 0.34
|
Version: 0.35
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library of test functions for exception based Perl code
|
Summary: Library of test functions for exception based Perl code
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Test-Exception/
|
URL: http://search.cpan.org/dist/Test-Exception/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# Module Build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
# Module Runtime
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Module::Build) >= 0.42
|
|
||||||
BuildRequires: perl(overload)
|
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
||||||
BuildRequires: perl(Test::Builder) >= 0.7
|
BuildRequires: perl(Test::Builder)
|
||||||
BuildRequires: perl(Test::Builder::Tester) >= 1.07
|
|
||||||
BuildRequires: perl(Test::Harness) >= 2.03
|
|
||||||
BuildRequires: perl(Test::More) >= 0.7
|
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Test::Simple) >= 0.7
|
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
|
# Test Suite
|
||||||
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(Test::Builder::Tester)
|
||||||
|
BuildRequires: perl(Test::Harness)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
@ -37,15 +39,16 @@ Test::More and friends.
|
|||||||
chmod -c -x Changes
|
chmod -c -x Changes
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
make pure_install DESTDIR=%{buildroot}
|
||||||
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
@ -53,6 +56,12 @@ perl Build.PL --installdirs=vendor
|
|||||||
%{_mandir}/man3/Test::Exception.3pm*
|
%{_mandir}/man3/Test::Exception.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.35-1
|
||||||
|
- Update to 0.35
|
||||||
|
- Fix a bug when Test::Builder isn't new (better version)
|
||||||
|
- Switch to ExtUtils::MakeMaker flow
|
||||||
|
- Classify buildreqs by usage
|
||||||
|
|
||||||
* Sat Sep 20 2014 Paul Howarth <paul@city-fan.org> - 0.34-1
|
* Sat Sep 20 2014 Paul Howarth <paul@city-fan.org> - 0.34-1
|
||||||
- Update to 0.34
|
- Update to 0.34
|
||||||
- Fixed test broken by changes in Test::Builder and friends
|
- Fixed test broken by changes in Test::Builder and friends
|
||||||
|
Loading…
Reference in New Issue
Block a user