|
|
|
@ -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.
|
|
|
|
|