|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-PPI
|
|
|
|
|
Version: 1.118
|
|
|
|
|
Version: 1.201
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
|
|
|
|
|
@ -11,10 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Perl core modules
|
|
|
|
|
BuildRequires: perl(List::Util) >= 1.17
|
|
|
|
|
# This is a bit of a lie, it really wants 1.19, but its only to fix a Windows memory leak.
|
|
|
|
|
# Fix this to be correct when we get new core perl.
|
|
|
|
|
BuildRequires: perl(List::Util) >= 1.18
|
|
|
|
|
BuildRequires: perl(Storable) >= 2.14
|
|
|
|
|
# CPAN modules
|
|
|
|
|
BuildRequires: perl(Clone) >= 0.17
|
|
|
|
|
BuildRequires: perl(Clone) >= 0.22
|
|
|
|
|
BuildRequires: perl(File::Remove) >= 0.22
|
|
|
|
|
BuildRequires: perl(IO::String) >= 1.07
|
|
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.13
|
|
|
|
@ -62,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-1
|
|
|
|
|
- bump to 1.201
|
|
|
|
|
|
|
|
|
|
* Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.118-1
|
|
|
|
|
- Update to 1.118.
|
|
|
|
|
|
|
|
|
|