|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Hook-LexWrap
|
|
|
|
|
Version: 0.25
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.26
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Lexically scoped subroutine wrappers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -9,6 +9,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Hook-LexWrap-%
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
@ -42,8 +45,8 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
@ -59,9 +62,13 @@ rm -rf %{buildroot}
|
|
|
|
|
%endif
|
|
|
|
|
%doc Changes CONTRIBUTING README demo/
|
|
|
|
|
%{perl_vendorlib}/Hook/
|
|
|
|
|
%{_mandir}/man3/Hook::LexWrap.3pm*
|
|
|
|
|
%{_mandir}/man3/Hook::LexWrap.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 23 2017 Paul Howarth <paul@city-fan.org> - 0.26-1
|
|
|
|
|
- Update to 0.26
|
|
|
|
|
- Properly wrap CORE::caller for @DB::args (CPAN RT#103186)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|