|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-PPI
|
|
|
|
Name: perl-PPI
|
|
|
|
Version: 1.215
|
|
|
|
Version: 1.215
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -17,11 +17,12 @@ BuildRequires: perl(Digest::MD5) >= 2.35
|
|
|
|
# CPAN modules
|
|
|
|
# CPAN modules
|
|
|
|
BuildRequires: perl(Clone) >= 0.30
|
|
|
|
BuildRequires: perl(Clone) >= 0.30
|
|
|
|
BuildRequires: perl(File::Find::Rule) >= 0.32
|
|
|
|
BuildRequires: perl(File::Find::Rule) >= 0.32
|
|
|
|
BuildRequires: perl(File::Find::Rule::Perl) >= 1.09
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Remove) >= 1.42
|
|
|
|
BuildRequires: perl(File::Remove) >= 1.42
|
|
|
|
BuildRequires: perl(IO::String) >= 1.07
|
|
|
|
BuildRequires: perl(IO::String) >= 1.07
|
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.16
|
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.16
|
|
|
|
BuildRequires: perl(Params::Util) >= 1.00
|
|
|
|
BuildRequires: perl(Params::Util) >= 1.00
|
|
|
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Find::Rule::Perl) >= 1.09
|
|
|
|
BuildRequires: perl(Perl::MinimumVersion) >= 1.25
|
|
|
|
BuildRequires: perl(Perl::MinimumVersion) >= 1.25
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
BuildRequires: perl(Test::ClassAPI) >= 1.04
|
|
|
|
BuildRequires: perl(Test::ClassAPI) >= 1.04
|
|
|
@ -31,6 +32,7 @@ BuildRequires: perl(Test::NoWarnings) >= 0.084
|
|
|
|
BuildRequires: perl(Test::Object) >= 0.07
|
|
|
|
BuildRequires: perl(Test::Object) >= 0.07
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.44
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.44
|
|
|
|
BuildRequires: perl(Test::SubCalls) >= 1.07
|
|
|
|
BuildRequires: perl(Test::SubCalls) >= 1.07
|
|
|
|
|
|
|
|
%endif
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -62,9 +64,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
make test TEST_FILES="xt/*.t" RELEASE_TESTING=1
|
|
|
|
make test TEST_FILES="xt/*.t" RELEASE_TESTING=1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@ -79,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.215-2
|
|
|
|
|
|
|
|
- rebuild with Perl 5.14.1
|
|
|
|
|
|
|
|
- use perl_bootstrap macro
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 27 2011 Paul Howarth <paul@city-fan.org> - 1.215-1
|
|
|
|
* Sun Mar 27 2011 Paul Howarth <paul@city-fan.org> - 1.215-1
|
|
|
|
- update to 1.215 (general fix release):
|
|
|
|
- update to 1.215 (general fix release):
|
|
|
|
- index_locations on an empty document no longer warns
|
|
|
|
- index_locations on an empty document no longer warns
|
|
|
|