|
|
|
@ -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@redhat.com> - 0.48-2
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
- fix filter macro
|
|
|
|
|
|
|
|
|
|
* Mon Mar 7 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.48-1
|
|
|
|
|
- update to 0.48
|
|
|
|
|
- add Test::Warn into BR
|
|
|
|
|