@ -1,6 +1,6 @@
Name: perl-Test-EOL
Name: perl-Test-EOL
Version: 2.00
Version: 2.02
Release: 13 %{?dist}
Release: 1%{?dist}
Summary: Check the correct line endings in your project
Summary: Check the correct line endings in your project
License: GPL+ or Artistic
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-EOL
URL: https://metacpan.org/release/Test-EOL
@ -23,11 +23,9 @@ BuildRequires: perl(warnings)
# Test Suite
# Test Suite
BuildRequires: perl(Config)
BuildRequires: perl(Config)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.88
# Optional Tests
# Optional Tests
%if "%{?rhel}" != "6"
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta) >= 2.120900
%endif
# Dependencies
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -52,16 +50,19 @@ find %{buildroot} -type f -name .packlist -delete
make test
make test
%files
%files
%if 0%{?_licensedir:1}
%license LICENCE
%license LICENCE
%else
%doc LICENCE
%endif
%doc Changes CONTRIBUTING README
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Test/
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::EOL.3*
%{_mandir}/man3/Test::EOL.3*
%changelog
%changelog
* Mon Dec 7 2020 Paul Howarth <paul@city-fan.org> - 2.02-1
- Update to 2.02
- Better matching on files, directories to be ignored, e.g. no longer
confuses directory "vincent" for "inc" (CPAN RT#133862, GH#1)
- Handle long @INC lines by passing through $PERL5LIB (CPAN RT#123448)
- Use %%license and BR: perl(CPAN::Meta) unconditionally
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-13
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild