[perl-Sub-WrapPackages/f15] Convert the filter to rpm 4.9 format (#784053)

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 29 23:16:54 UTC 2012


commit 06f38b0216cbb3374b333d6bd4eba17937906786
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Mon Jan 30 00:16:44 2012 +0100

    Convert the filter to rpm 4.9 format (#784053)

 perl-Sub-WrapPackages.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sub-WrapPackages.spec b/perl-Sub-WrapPackages.spec
index 687bcaa..dbaec99 100644
--- a/perl-Sub-WrapPackages.spec
+++ b/perl-Sub-WrapPackages.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sub-WrapPackages
 Version:        2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Add wrappers around all the subroutines in packages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,8 +15,8 @@ BuildRequires:  perl(Sub::Prototype)
 BuildRequires:  perl(Devel::Caller::IgnoreNamespaces)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-%filter_from_provides /perl(lib)/d;
 %{?perl_default_filter}
+%global __provides_exclude %{?__provides_exclude}|perl\\(lib\\)
 
 %description
 This is mostly a wrapper around Damian Conway's Hook::LexWrap module. This
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 29 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 2.0-6
+- Convert the filter to rpm 4.9 format (#784053)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list