From ac9675074c57f6899b17687247aa2ac31f892ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 29 Jun 2011 10:29:36 +0200 Subject: [PATCH] Perl mass rebuild fix filter macro --- perl-Inline.spec | 10 ++++++---- 1 file 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á - 0.48-2 +- Perl mass rebuild +- fix filter macro + * Mon Mar 7 2011 Marcela Mašláňová - 0.48-1 - update to 0.48 - add Test::Warn into BR