BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available

This commit is contained in:
Iain Arnell 2010-11-19 07:42:58 +01:00
parent 856d2da8bc
commit f5a7d4e407

View File

@ -1,14 +1,12 @@
Name: perl-Params-Classify
Version: 0.012
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Argument type classification
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Params-Classify/
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Params-Classify-%{version}.tar.gz
# we strictly require ExtUtils::ParseXS >= 2.2006, but f14 currently has 2.21
# (and f13 only has 2.2002).
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(ExtUtils::ParseXS) >= 2.2006
BuildRequires: perl(Module::Build)
BuildRequires: perl(parent)
BuildRequires: perl(Scalar::Util) >= 1.01
@ -53,6 +51,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Tue Nov 09 2010 Iain Arnell <iarnell@gmail.com> 0.012-3
- BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available
* Sat Nov 06 2010 Iain Arnell <iarnell@gmail.com> 0.012-2
- clarify ExtUtils::ParseXS build requirement version