diff --git a/perltidy.spec b/perltidy.spec index 09c7557..050aae2 100644 --- a/perltidy.spec +++ b/perltidy.spec @@ -1,6 +1,6 @@ Name: perltidy Version: 20060719 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for indenting and reformatting Perl scripts Group: Development/Tools @@ -10,7 +10,7 @@ Source: http://download.sf.net/perltidy/Perl-Tidy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 17 2007 Ville Skyttä - 20060719-3 +- BuildRequire perl(ExtUtils::MakeMaker). + * Fri Sep 15 2006 Ville Skyttä - 20060719-2 - Rebuild.