Hello community,

here is the log from the commit of package perl-Mozilla-CA for openSUSE:Factory
checked in at Wed May 18 10:00:52 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Mozilla-CA/perl-Mozilla-CA.changes        
2011-03-25 15:21:53.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Mar 25 15:08:34 CET 2011 - [email protected]
+
+- Initial package (20110301)
+

calling whatdependson for head-i586


New:
----
  Mozilla-CA-20110301.tar.gz
  perl-Mozilla-CA.changes
  perl-Mozilla-CA.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mozilla-CA.spec ++++++
#
# spec file for package perl-Mozilla-CA
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Mozilla-CA
Version:        20110301
Release:        1
Summary:        Library for handling Mozilla's CA cert bundle in PEM format
Source:         
http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-%{version}.tar.gz
Url:            http://search.cpan.org/~abh/Mozilla-CA-20110301/
Group:          Development/Libraries/Perl
License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
BuildRequires:  make perl
Requires:       perl = %{perl_version}

%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.

The module provide a single function:

SSL_ca_file()
    Returns the absolute path to the Mozilla's CA cert bundle PEM file.

%prep
%setup -q -n "Mozilla-CA-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make

%install
%perl_make_install
%perl_process_packlist
%if 0%{?suse_version} <= 1130
rm -rf %{buildroot}%{perl_vendorarch}
%endif

%clean
%__rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%dir %{perl_vendorlib}/Mozilla
%dir %{perl_vendorlib}/Mozilla/CA
%{perl_vendorlib}/Mozilla/CA.pm
%{perl_vendorlib}/Mozilla/CA/cacert.pem
%{_mandir}/man3/Mozilla::CA.3pm.gz
%if 0%{?suse_version} <= 1130
%{_var}/adm/perl-modules/%name
%endif

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to