|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-List-Compare
|
|
|
|
|
Version: 0.33
|
|
|
|
|
Release: 2%{?dist}.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Compare elements of two or more lists
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -10,7 +10,6 @@ Source0: http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/List-Compare-%{vers
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Test::Simple)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
@ -55,6 +54,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.33-3
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.33-2.2
|
|
|
|
|
- add BR: perl(Test::Simple)
|
|
|
|
|
|
|
|
|
|