- Filtering errant private provides

This commit is contained in:
Chris Weyl 2009-08-28 05:21:36 +00:00
parent 656a6ab6ff
commit 553552f11b

View File

@ -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 <cweyl@alumni.drew.edu> - 0.04-5
- Filtering errant private provides
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild