rpms/perl-Sub-Identify/devel perl-Sub-Identify.spec,1.10,1.11

Chris Weyl cweyl at fedoraproject.org
Fri Aug 28 05:21:36 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Sub-Identify/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30324

Modified Files:
	perl-Sub-Identify.spec 
Log Message:
* Thu Aug 27 2009 Chris Weyl <cweyl at alumni.drew.edu> - 0.04-5
- Filtering errant private provides



Index: perl-Sub-Identify.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Identify/devel/perl-Sub-Identify.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Sub-Identify.spec	26 Jul 2009 16:35:29 -0000	1.10
+++ perl-Sub-Identify.spec	28 Aug 2009 05:21:36 -0000	1.11
@@ -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 mecha
 %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 at alumni.drew.edu> - 0.04-5
+- Filtering errant private provides
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list