Accepting request 1098191 from home:dstoecker:branches:devel:languages:perl:CPAN-M
- initial package 0.36 * created by cpanspec 1.83.00 OBS-URL: https://build.opensuse.org/request/show/1098191 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-Verify?expand=0&rev=1
This commit is contained in:
68
perl-Crypt-OpenSSL-Verify.spec
Normal file
68
perl-Crypt-OpenSSL-Verify.spec
Normal file
@@ -0,0 +1,68 @@
|
||||
#
|
||||
# spec file for package perl-Crypt-OpenSSL-Verify
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name Crypt-OpenSSL-Verify
|
||||
Name: perl-Crypt-OpenSSL-Verify
|
||||
Version: 0.36
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: OpenSSL Verify certificate verification in XS
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Crypt::OpenSSL::Guess)
|
||||
BuildRequires: perl(Crypt::OpenSSL::X509)
|
||||
BuildRequires: perl(File::Slurper) >= 0.012
|
||||
BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(Crypt::OpenSSL::X509)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: openssl-devel
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
Given a CA certificate and another untrusted certificate, will show whether
|
||||
the CA signs the certificate. This is a useful thing to have if you're
|
||||
signing with X509 certificates, but outside of SSL.
|
||||
|
||||
A specific example is where you're working with XML signatures, and need to
|
||||
verify that the signing certificate is valid.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CONTRIBUTING.md README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user