]> git.pld-linux.org Git - packages/perl-Mozilla-CA.git/blobdiff - perl-Mozilla-CA.spec
up to 20200520
[packages/perl-Mozilla-CA.git] / perl-Mozilla-CA.spec
index 3f783214f18307ddd609d50be88edd14350304c0..05e79b7d4667e485759edc25c7253d3d75ed103c 100644 (file)
@@ -1,40 +1,45 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
+
 %define                pdir    Mozilla
 %define                pnam    CA
-%include       /usr/lib/rpm/macros.perl
 Summary:       Mozilla::CA - Mozilla's CA cert bundle in PEM format
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     Mozilla::CA - pakiet certyfikatów CA Mozilli w formacie PEM
 Name:          perl-Mozilla-CA
-Version:       20111025
+# although upsream has new releases, there is no benefit of that other than
+# feeling library is fresh, as we do not use certs provided by this module.
+Version:       20200520
 Release:       1
-License:       mozilla_1_1 gpl-2 lgpl_2_1
+License:       MPL v2.0
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Mozilla/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 74026b1a7aa0de8fc17d81efb3629195
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Mozilla-CA/
+# Source0-md5: 8ac3fe1a83c45da3f468f78ab8133ea6
+Patch0:                system-ca-certificates.patch
+URL:           http://search.cpan.org/dist/Mozilla-CA/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
+Requires:      ca-certificates
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
-certificates in a form that can be consumed by modules and libraries
-based on OpenSSL.
+Mozilla::CA provides a path to ca-certificates copy of Mozilla's
+bundle of certificate authority certificates in a form that can be
+consumed by modules and libraries based on OpenSSL.
 
-The module provide a single function:
-
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Mozilla::CA dostarcza kopię pakietu certyfikatów CA (Certificate
+Authority) w postaci nadającej się do odczytu przez moduły i
+biblioteki oparte na OpenSSL.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
+
+# Do not distribute Mozilla downloader, we take certificates from ca-certificates package
+%{__rm} mk-ca-bundle.pl
+sed -i '/^mk-ca-bundle.pl$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL \
@@ -54,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%{perl_vendorlib}/Mozilla/*.pm
-%{perl_vendorlib}/Mozilla/CA
-%{_mandir}/man3/*
+%doc Changes README
+%{perl_vendorlib}/Mozilla/CA.pm
+%{_mandir}/man3/Mozilla::CA.3pm*
This page took 0.032838 seconds and 4 git commands to generate.