From 1054586b36441b9d3ed2a7fccf59b33ed1b1caa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Jan 2022 10:41:07 +0100 Subject: [PATCH] Correct dependencies --- perl-Crypt-RC4.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/perl-Crypt-RC4.spec b/perl-Crypt-RC4.spec index 097816f..1db69cf 100644 --- a/perl-Crypt-RC4.spec +++ b/perl-Crypt-RC4.spec @@ -1,21 +1,22 @@ Name: perl-Crypt-RC4 Version: 2.02 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Perl implementation of the RC4 encryption algorithm License: GPL+ or Artistic URL: https://metacpan.org/release/Crypt-RC4 Source0: https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz BuildArch: noarch -BuildRequires: make +BuildRequires: coreutils +BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +# Run-time: BuildRequires: perl(Exporter) -BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(vars) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) - %description A simple implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from RSA's website: @@ -28,32 +29,29 @@ shows that the period of the cipher is overwhelmingly likely to be greater than the cipher can be expected to run very quickly in software. Independent analysts have scrutinized the algorithm and it is considered secure. - %prep %setup -q -n Crypt-RC4-%{version} - %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} - %install %{make_install} %{_fixperms} %{buildroot}/* - %check make test - %files %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* - %changelog +* Wed Jan 12 2022 Petr Pisar - 2.02-30 +- Correct dependencies + * Thu Jul 22 2021 Fedora Release Engineering - 2.02-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild