Update to 0.13
- New upstream release 0.13 - Reformatted Changes to follow basic format in CPAN::Changes::Spec - Make tests pass without . in @INC
This commit is contained in:
parent
ed75526852
commit
e2a6afb085
@ -1,6 +1,6 @@
|
||||
Name: perl-Sub-Identify
|
||||
Version: 0.12
|
||||
Release: 5%{?dist}
|
||||
Version: 0.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Retrieve names of code references
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Sub-Identify/
|
||||
@ -20,8 +20,8 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
# feature required with perl >= 5.020
|
||||
%if 0%{?fedora} >= 22
|
||||
# feature required with perl ≥ 5.020
|
||||
%if 0%{?fedora} > 21 || 0%{?rhel} > 7
|
||||
BuildRequires: perl(feature)
|
||||
%endif
|
||||
BuildRequires: perl(List::Util)
|
||||
@ -52,9 +52,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -66,6 +66,11 @@ make test
|
||||
%{_mandir}/man3/Sub::Identify.3*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 3 2017 Paul Howarth <paul@city-fan.org> - 0.13-1
|
||||
- Update to 0.13
|
||||
- Reformatted Changes to follow basic format in CPAN::Changes::Spec
|
||||
- Make tests pass without . in @INC
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user