diff --git a/perl-Hook-LexWrap.spec b/perl-Hook-LexWrap.spec index 161669b..5bc387b 100644 --- a/perl-Hook-LexWrap.spec +++ b/perl-Hook-LexWrap.spec @@ -1,6 +1,6 @@ Name: perl-Hook-LexWrap Version: 0.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lexically scoped subroutine wrappers Group: Development/Libraries @@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Hook-LexWrap-%{versi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Hook::LexWrap allows you to install a pre- or post-wrapper (or both) @@ -47,13 +47,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -# For license text(s), see the perl package. %doc Changes README %{perl_vendorlib}/Hook/ %{_mandir}/man3/*.3* %changelog +* Fri Feb 17 2006 Jose Pedro Oliveira - 0.20-3 +- Rebuild for FC5 (perl 5.8.8). + * Fri Sep 9 2005 Jose Pedro Oliveira - 0.20-2 - Comment about license files location.