Sync from SUSE:SLFO:Main perl-Crypt-SSLeay revision 268d11cb989a82edc1877b433d59ed4e

This commit is contained in:
Adrian Schröter 2024-10-03 17:46:20 +02:00
parent b4cd19e6c8
commit 616315e0fb
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 12:38:09 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Oct 4 06:42:09 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -55,11 +55,8 @@ loaded by 'LWP::Protocol::https' for https requests and provides the
necessary SSL glue.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -p1 -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"