Drop Algorithm::Diff dep and add LWP::Simple. (Suggested by jpo.)

epel9
Steven Pritchard 19 years ago
parent 824affe4c7
commit 5ab3031aa8

@ -10,9 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Spiffy) >= 0.30
BuildRequires: perl(Text::Diff) >= 0.35
BuildRequires: perl(Algorithm::Diff) >= 1.15
Requires: perl(Text::Diff) >= 0.35
Requires: perl(Algorithm::Diff) >= 1.15
Requires: perl(LWP::Simple)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -53,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon May 08 2006 Steven Pritchard <steve@kspei.com> 0.50-2
- Add explicit dependencies for Text::Diff and Algorithm::Diff.
- Add explicit dependencies for Text::Diff and LWP::Simple.
* Thu May 04 2006 Steven Pritchard <steve@kspei.com> 0.50-1
- Specfile autogenerated by cpanspec 1.65.

Loading…
Cancel
Save