Correct dependencies

epel9
Petr Písař 3 years ago
parent a69b584d42
commit 1054586b36

@ -1,21 +1,22 @@
Name: perl-Crypt-RC4 Name: perl-Crypt-RC4
Version: 2.02 Version: 2.02
Release: 29%{?dist} Release: 30%{?dist}
Summary: Perl implementation of the RC4 encryption algorithm Summary: Perl implementation of the RC4 encryption algorithm
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Crypt-RC4 URL: https://metacpan.org/release/Crypt-RC4
Source0: https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time:
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(vars) BuildRequires: perl(vars)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description %description
A simple implementation of the RC4 algorithm, developed by RSA Security, A simple implementation of the RC4 algorithm, developed by RSA Security,
Inc. Here is the description from RSA's website: 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 the cipher can be expected to run very quickly in software. Independent analysts
have scrutinized the algorithm and it is considered secure. have scrutinized the algorithm and it is considered secure.
%prep %prep
%setup -q -n Crypt-RC4-%{version} %setup -q -n Crypt-RC4-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build} %{make_build}
%install %install
%{make_install} %{make_install}
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
make test make test
%files %files
%doc Changes %doc Changes
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Jan 12 2022 Petr Pisar <ppisar@redhat.com> - 2.02-30
- Correct dependencies
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-29 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save