2019-09-30 11:12:58 -04:00
|
|
|
Name: perl-Net-SSLeay
|
|
|
|
|
Version: 1.88
|
2020-02-03 17:10:18 +08:00
|
|
|
Release: 5
|
2019-09-30 11:12:58 -04:00
|
|
|
Summary: Perl module for using OpenSSL
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
URL: https://metacpan.org/release/Net-SSLeay
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-%{version}.tar.gz
|
|
|
|
|
# Build requires
|
|
|
|
|
BuildRequires: openssl-devel perl-devel perl-generators
|
|
|
|
|
# Test Suite requires
|
2019-11-06 19:46:40 +08:00
|
|
|
BuildRequires: perl-Test-NoWarnings perl-Test-Pod
|
2019-09-30 11:12:58 -04:00
|
|
|
# Runtime requires
|
|
|
|
|
Requires: perl perl-MIME-Base64
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This Package provides perl modules(Net::SSLeay and Net::SSLeay::Handle) for using OpenSSL.
|
|
|
|
|
|
2019-11-06 19:46:40 +08:00
|
|
|
%package_help
|
2019-09-30 11:12:58 -04:00
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n Net-SSLeay-%{version}
|
|
|
|
|
|
2020-02-03 17:10:18 +08:00
|
|
|
rm -f examples/cb-testi.pl examples/server_key.pem
|
|
|
|
|
|
2019-09-30 11:12:58 -04:00
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
2019-12-25 16:02:52 +08:00
|
|
|
%{_fixperms} %{buildroot}/*
|
2019-09-30 11:12:58 -04:00
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes Credits README CONTRIBUTING.md
|
|
|
|
|
%{perl_vendorarch}/auto/Net/*
|
|
|
|
|
%{perl_vendorarch}/Net/SSLeay*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man3/Net::SSLeay*
|
|
|
|
|
%doc QuickRef examples/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-02-03 17:10:18 +08:00
|
|
|
* Mon Feb 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.88-5
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete pem file
|
|
|
|
|
|
2019-12-25 16:02:52 +08:00
|
|
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-4
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change mod of files
|
|
|
|
|
|
2019-11-06 19:46:40 +08:00
|
|
|
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 1.88-3
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete unneeded build requires of perl-Test-Warn and perl-Test-Exception
|
|
|
|
|
|
2019-09-30 11:12:58 -04:00
|
|
|
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-2
|
|
|
|
|
- Adjust requires
|
|
|
|
|
|
|
|
|
|
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-1
|
|
|
|
|
- Package init
|