|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-PPI
|
|
|
|
Name: perl-PPI
|
|
|
|
Version: 1.201
|
|
|
|
Version: 1.201
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -11,9 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Perl core modules
|
|
|
|
# Perl core modules
|
|
|
|
# This is a bit of a lie, it really wants 1.19, but its only to fix a Windows memory leak.
|
|
|
|
BuildRequires: perl(List::Util) >= 1.19
|
|
|
|
# Fix this to be correct when we get new core perl.
|
|
|
|
|
|
|
|
BuildRequires: perl(List::Util) >= 1.18
|
|
|
|
|
|
|
|
BuildRequires: perl(Storable) >= 2.14
|
|
|
|
BuildRequires: perl(Storable) >= 2.14
|
|
|
|
# CPAN modules
|
|
|
|
# CPAN modules
|
|
|
|
BuildRequires: perl(Clone) >= 0.22
|
|
|
|
BuildRequires: perl(Clone) >= 0.22
|
|
|
@ -64,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jan 13 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-2
|
|
|
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-1
|
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-1
|
|
|
|
- bump to 1.201
|
|
|
|
- bump to 1.201
|
|
|
|
|
|
|
|
|
|
|
|