0.33 bump; Update license to SPDX format
This commit is contained in:
parent
3f7ffccc3e
commit
6dac3e8f43
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Crypt-OpenSSL-RSA-0.25.tar.gz
|
|||||||
/Crypt-OpenSSL-RSA-0.30.tar.gz
|
/Crypt-OpenSSL-RSA-0.30.tar.gz
|
||||||
/Crypt-OpenSSL-RSA-0.31.tar.gz
|
/Crypt-OpenSSL-RSA-0.31.tar.gz
|
||||||
/Crypt-OpenSSL-RSA-0.32.tar.gz
|
/Crypt-OpenSSL-RSA-0.32.tar.gz
|
||||||
|
/Crypt-OpenSSL-RSA-0.33.tar.gz
|
||||||
|
|||||||
@ -1,13 +1,10 @@
|
|||||||
Name: perl-Crypt-OpenSSL-RSA
|
Name: perl-Crypt-OpenSSL-RSA
|
||||||
Version: 0.32
|
Version: 0.33
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl interface to OpenSSL for RSA
|
Summary: Perl interface to OpenSSL for RSA
|
||||||
License: GPL+ or Artistic
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/Crypt-OpenSSL-RSA
|
URL: https://metacpan.org/release/Crypt-OpenSSL-RSA
|
||||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version}.tar.gz
|
||||||
# Adapt to OpenSSL 3, bug #2005979, upstream bug #31, proposed to the upstream
|
|
||||||
# <https://github.com/toddr/Crypt-OpenSSL-RSA/pull/34>
|
|
||||||
Patch0: Crypt-OpenSSL-RSA-0.32-Fix-for-Issue-31.patch
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -42,11 +39,11 @@ Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
|
|||||||
%autosetup -p1 -n Crypt-OpenSSL-RSA-%{version}
|
%autosetup -p1 -n Crypt-OpenSSL-RSA-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
%make_build
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%{make_install}
|
||||||
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
@ -61,6 +58,10 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-1
|
||||||
|
- 0.33 bump
|
||||||
|
- Update license to SPDX format
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-7
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Crypt-OpenSSL-RSA-0.32.tar.gz) = 2972611a8fa4e9c44fd09c9e7fa32f0abd377230f14dcdfa99edab87bba2199c6a0cab4d1e08bdf3057959c0efd3343eb989e46f4befd572b15540e59f1e3c64
|
SHA512 (Crypt-OpenSSL-RSA-0.33.tar.gz) = 7bfa802ec41925ec9fa6937c5eea0d21f6f554a1d1d57ed679ed03b260cf08c0a397df11880de6d67abacfd843ad2c4f28b20ac58d80e183c2a83c91deb926bf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user