Update to 0.07
- New upstream release 0.07 - New :fail_on_warning feature, for more easily seeing where the surprising warning appeared during testing - Use author-independent source URL - Simplify find command using -delete
This commit is contained in:
parent
09c65582af
commit
c532b102cb
3
perl-Test-Warnings.rpmlintrc
Normal file
3
perl-Test-Warnings.rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from Config import *
|
||||||
|
addFilter("spelling-error %description -l en_US NoWarnings -> ")
|
||||||
|
addFilter("spelling-error %description -l en_US nowarnings -> ")
|
@ -6,19 +6,19 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.026
|
Version: 0.027
|
||||||
Release: 12%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test for warnings and the lack of them
|
Summary: Test for warnings and the lack of them
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Test-Warnings
|
URL: https://metacpan.org/release/Test-Warnings
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Warnings-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -79,8 +79,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -92,6 +92,13 @@ make test
|
|||||||
%{_mandir}/man3/Test::Warnings.3*
|
%{_mandir}/man3/Test::Warnings.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 28 2019 Paul Howarth <paul@city-fan.org> - 0.027-1
|
||||||
|
- Update to 0.07
|
||||||
|
- New :fail_on_warning feature, for more easily seeing where the surprising
|
||||||
|
warning appeared during testing
|
||||||
|
- Use author-independent source URL
|
||||||
|
- Simplify find command using -delete
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-12
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user