diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec index a7c07b2..731218a 100644 --- a/perl-Data-Random.spec +++ b/perl-Data-Random.spec @@ -29,13 +29,11 @@ Url: http://search.cpan.org/dist/Data-Random/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl -%if 0%{?suse_version} < 1120 BuildRequires: perl-macros -%endif BuildRequires: perl(Date::Calc) BuildRequires: perl(GD) -%{perl_requires} %description A module used to generate random data. Useful mostly for test programs.