Accepting request 923765 from devel:languages:perl:autoupdate

- updated to 20211001
   see /usr/share/doc/packages/perl-Mozilla-CA/Changes
  20211001
    - Update mk-ca-bundle.pl and Mozilla data to 2021-10-01 (Aaron Rowe)
    - Improve metadata for license information (Shoichi Kaji)
  20200520
    - Update from Mozilla repository to 2020-05-20
    - Update bundled mk-ca-bundle.pl from upstream.

OBS-URL: https://build.opensuse.org/request/show/923765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mozilla-CA?expand=0&rev=9
This commit is contained in:
Dirk Stoecker 2021-10-12 09:48:48 +00:00 committed by Git OBS Bridge
parent b71f9afc11
commit 2ccc49ab77
4 changed files with 24 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3ca0002310bf24a16c0d5920bdea97a2f46e77e7be3e7377e850d033387c726
size 137637

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:122c8900000a9d388aa8e44f911cab6c118fe8497417917a84a8ec183971b449
size 127461

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Oct 2 03:09:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 20211001
see /usr/share/doc/packages/perl-Mozilla-CA/Changes
20211001
- Update mk-ca-bundle.pl and Mozilla data to 2021-10-01 (Aaron Rowe)
- Improve metadata for license information (Shoichi Kaji)
20200520
- Update from Mozilla repository to 2020-05-20
- Update bundled mk-ca-bundle.pl from upstream.
-------------------------------------------------------------------
Thu May 21 03:09:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Mozilla-CA
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,19 +16,17 @@
#
Name: perl-Mozilla-CA
Version: 20200520
Release: 0
#Upstream: For the bundled Mozilla CA PEM file the following applies: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. The Mozilla::CA distribution itself is available under the same license.
%define cpan_name Mozilla-CA
Name: perl-Mozilla-CA
Version: 20211001
Release: 0
#Upstream: SUSE-Public-Domain
Summary: Mozilla's CA cert bundle in PEM format
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AB/ABH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@ -45,12 +43,12 @@ The module provide a single function:
Returns the absolute path to the Mozilla's CA cert bundle PEM file.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -70,7 +68,6 @@ sed -i "s|./mk-ca-bundle.pl|%{_bindir}/mk-ca-bundle.pl|g; \
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README update-cacert-file
%changelog