Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
This commit is contained in:
Paul Howarth 2017-05-30 16:38:27 +01:00
parent 923167cb70
commit 62a3a45b9e

View File

@ -1,6 +1,6 @@
Name: perl-Ref-Util-XS
Version: 0.116
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Utility functions for checking references
License: MIT
URL: http://search.cpan.org/dist/Ref-Util-XS/
@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
make test
%files
%if 0%{?_licensedir:1}
%license LICENSE
%else
%doc LICENSE
%endif
%doc Changes README
%{perl_vendorarch}/auto/Ref/
%{perl_vendorarch}/Ref/
%{_mandir}/man3/Ref::Util::XS.3*
%changelog
* Tue May 30 2017 Paul Howarth <paul@city-fan.org> - 0.116-2
- Incorporate package review feedback (#1450440)
- Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
* Mon May 15 2017 Paul Howarth <paul@city-fan.org> - 0.116-1
- Update to 0.116
- Changes rephrasing