[perl-Mozilla-CA] 20120822 bump

Petr Pisar ppisar at fedoraproject.org
Wed Aug 22 08:25:26 UTC 2012


commit 5c9084aeaa70d98883993e04f4a91b5cb9a01cb1
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Aug 22 10:25:07 2012 +0200

    20120822 bump

 .gitignore           |    1 +
 perl-Mozilla-CA.spec |   14 ++++++++++----
 sources              |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87fbc97..552bcd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Mozilla-CA-20111025.tar.gz
 /Mozilla-CA-20120118.tar.gz
 /Mozilla-CA-20120309.tar.gz
+/Mozilla-CA-20120822.tar.gz
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 2369eb6..4388dbd 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -1,8 +1,8 @@
 Name:           perl-Mozilla-CA
 # You do not need to back-port new version for list of certificates solely.
 # They are taken from ca-certificates package instead per bug #738383.
-Version:        20120309
-Release:        3%{?dist}
+Version:        20120822
+Release:        1%{?dist}
 Summary:        Mozilla's CA cert bundle in PEM format
 License:        MPLv1.1 or LGPLv2+ or GPLv2+
 Group:          Development/Libraries
@@ -27,15 +27,18 @@ and libraries based on OpenSSL.
 %prep
 %setup -q -n Mozilla-CA-%{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 INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -47,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 22 2012 Petr Pisar <ppisar at redhat.com> - 20120822-1
+- 20120822 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120309-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 00c5116..e01b479 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7fba6902335c5e068e3a576e4dce9ef  Mozilla-CA-20120309.tar.gz
+b7bf1b88cbdc5c00d8f168b4875d2c4f  Mozilla-CA-20120822.tar.gz



More information about the perl-devel mailing list