[perl-Inline] Perl mass rebuild fix filter macro

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jun 29 08:29:57 UTC 2011


commit ac9675074c57f6899b17687247aa2ac31f892ba4
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Jun 29 10:29:36 2011 +0200

    Perl mass rebuild
    fix filter macro

 perl-Inline.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-Inline.spec b/perl-Inline.spec
index 4a2ccb4..0de5db5 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -1,6 +1,6 @@
 Name:           perl-Inline
 Version:        0.48
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Inline Perl module
 
 Group:          Development/Libraries
@@ -37,10 +37,8 @@ will get compiled when the module is installed, so the end user will
 never notice the compilation time.
 
 
-%{?filter_setup:
-%filter_from_provides /^perl(Inline)$/d
 %{?perl_default_filter}
-}
+%global __provides_exclude %{?__provides_exclude}|perl\\(Inline\\)$
 
 %prep
 %setup -q -n Inline-%{version} 
@@ -75,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 28 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.48-2
+- Perl mass rebuild
+- fix filter macro
+
 * Mon Mar  7 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.48-1
 - update to 0.48
 - add Test::Warn into BR


More information about the scm-commits mailing list