|
|
@ -1,12 +1,13 @@
|
|
|
|
Name: perl-Hook-LexWrap
|
|
|
|
Name: perl-Hook-LexWrap
|
|
|
|
Version: 0.20
|
|
|
|
Version: 0.20
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Lexically scoped subroutine wrappers
|
|
|
|
Summary: Lexically scoped subroutine wrappers
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Hook-LexWrap/
|
|
|
|
URL: http://search.cpan.org/dist/Hook-LexWrap/
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Hook-LexWrap-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Hook-LexWrap-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch0: Hook-LexWrap-0.20-cpan-rt-38892.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -23,6 +24,7 @@ works correctly within the wrapped subroutine.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Hook-LexWrap-%{version}
|
|
|
|
%setup -q -n Hook-LexWrap-%{version}
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
chmod a-x Changes README lib/Hook/*.pm
|
|
|
|
chmod a-x Changes README lib/Hook/*.pm
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -54,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 06 2008 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.20-6
|
|
|
|
|
|
|
|
- Add Hook-LexWrap-0.20-cpan-rt-38892.diff to fix
|
|
|
|
|
|
|
|
http://rt.cpan.org/Public/Bug/Display.html?id=38892
|
|
|
|
|
|
|
|
(Bugs shows while building rt3).
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-5
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-5
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
|
|
|
|
|
|
|