diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 55af7dd..0660140 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Identify Version: 0.04 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Sub::Identify allows you to retrieve the real name of code references. For this, it uses perl's introspection mechanism, provided by the B module. @@ -18,7 +20,7 @@ this, it uses perl's introspection mechanism, provided by the B module. %prep %setup -q -n Sub-Identify-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/* +perl -pi -e 's|^#!perl|#!%{__perl}|' t/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -49,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Thu Aug 27 2009 Chris Weyl - 0.04-5 +- Filtering errant private provides + * Sun Jul 26 2009 Fedora Release Engineering - 0.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild