|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Test-TrailingSpace
|
|
|
|
|
Version: 0.0300
|
|
|
|
|
Version: 0.0301
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Test for trailing space in source files
|
|
|
|
|
License: MIT
|
|
|
|
@ -37,7 +37,7 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
./Build test
|
|
|
|
@ -49,6 +49,11 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/Test::TrailingSpace.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 2 2016 Paul Howarth <paul@city-fan.org> - 0.0301-1
|
|
|
|
|
- Update to 0.0301
|
|
|
|
|
- Skip "sample-data" in t/dogfood.t, which caused problems with parallel
|
|
|
|
|
testing
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2016 Paul Howarth <paul@city-fan.org> - 0.0300-1
|
|
|
|
|
- Update to 0.0300
|
|
|
|
|
- Made abs_path_prune_re affect files as well; this way one can skip files
|
|
|
|
|