automatic update by autodist [release 0.73_04-1mamba;Thu Jan 29 2015]

This commit is contained in:
Automatic Build System 2024-01-06 08:47:00 +01:00
parent 82ba8445a4
commit cf8b4f44f9

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Crypt-SSLeay
Version: 0.65_02
Version: 0.73_04
Release: 1mamba
Summary: Crypt::SSLeay - OpenSSL support for LWP
Group: System/Libraries/Perl
@ -16,6 +16,10 @@ BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Devel-CheckLib
BuildRequires: perl-IO-Interactive-Tiny
BuildRequires: perl-Path-Class
BuildRequires: perl-Bytes-Random-Secure
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -28,7 +32,7 @@ The Crypt::SSLeay package provides Net::SSL, which is loaded by LWP::Protocol::h
%build
echo "\n" | \
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make
%make test
@ -54,6 +58,9 @@ done
%defattr(-,root,root)
%changelog
* Thu Jan 29 2015 Automatic Build System <autodist@mambasoft.it> 0.73_04-1mamba
- automatic update by autodist
* Tue Jan 15 2013 Automatic Build System <autodist@mambasoft.it> 0.65_02-1mamba
- automatic version update by autodist