11Vendor: Microsoft Corporation
22Distribution: Azure Linux
33Name: perl-Crypt-OpenSSL-RSA
4- Version: 0.31
5- Release: 6 %{?dist }
4+ Version: 0.33
5+ Release: 1 %{?dist }
66Summary: Perl interface to OpenSSL for RSA
7- License: GPL+ or Artistic
7+ License: GPL-1.0-or-later OR Artistic-1.0 -Perl
88URL: https://metacpan.org/release/Crypt-OpenSSL-RSA
9- Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version }.tar.gz# /perl-Crypt-OpenSSL-RSA-%{version}.tar.gz
9+ Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version }.tar.gz
1010BuildRequires: gcc
1111BuildRequires: findutils
1212BuildRequires: make
@@ -31,22 +31,21 @@ BuildRequires: perl(base)
3131BuildRequires: perl(Test)
3232BuildRequires: perl(Test::More)
3333
34- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
3534Requires: perl(Crypt::OpenSSL::Random)
3635Requires: perl(Crypt::OpenSSL::Bignum)
3736
3837%description
3938Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
4039
4140%prep
42- %setup -q -n Crypt-OpenSSL-RSA-%{version }
41+ %autosetup -p1 -n Crypt-OpenSSL-RSA-%{version }
4342
4443%build
45- %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
46- make %{? _smp_mflags }
44+ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL =1
45+ %{ make_build }
4746
4847%install
49- make pure_install DESTDIR=%{ buildroot }
48+ %{ make_install }
5049find %{buildroot } -type f -name ' *.bs' -size 0 -delete
5150%{_fixperms } %{buildroot }/*
5251
@@ -61,6 +60,10 @@ make test
6160%{_mandir }/man3/*
6261
6362%changelog
63+ *
Fri Dec 23 2024 Sumit Jena <[email protected] > -
0.33-1 64+ - Update to version 0.33
65+ - License verified
66+
6467*
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
0.31-6 6568- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6669
0 commit comments