packages: perl-Mozilla-CA/perl-Mozilla-CA.spec (NEW) added
aredridel
aredridel at pld-linux.org
Wed May 11 09:37:15 CEST 2011
Author: aredridel Date: Wed May 11 07:37:15 2011 GMT
Module: packages Tag: HEAD
---- Log message:
added
---- Files affected:
packages/perl-Mozilla-CA:
perl-Mozilla-CA.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/perl-Mozilla-CA/perl-Mozilla-CA.spec
diff -u /dev/null packages/perl-Mozilla-CA/perl-Mozilla-CA.spec:1.1
--- /dev/null Wed May 11 09:37:15 2011
+++ packages/perl-Mozilla-CA/perl-Mozilla-CA.spec Wed May 11 09:37:10 2011
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# 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):
+Name: perl-Mozilla-CA
+Version: 20110409
+Release: 1
+License: mozilla_1_1 gpl-2 lgpl_2_1
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/Mozilla/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: b68cbbc2a364de8e2c418b46126221d0
+# generic URL, check or change before uncommenting
+#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
+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.
+
+The module provide a single function:
+
+
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{perl_vendorlib}/Mozilla/*.pm
+%{perl_vendorlib}/Mozilla/CA
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2011/05/11 07:37:10 aredridel
+added
+
================================================================
More information about the pld-cvs-commit
mailing list