]> git.pld-linux.org Git - packages/perl-Mozilla-CA.git/blame - perl-Mozilla-CA.spec
- up to 20130114
[packages/perl-Mozilla-CA.git] / perl-Mozilla-CA.spec
CommitLineData
2c6631bc 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%define pdir Mozilla
6%define pnam CA
7%include /usr/lib/rpm/macros.perl
8Summary: Mozilla::CA - Mozilla's CA cert bundle in PEM format
57794477 9Summary(pl.UTF-8): Mozilla::CA - pakiet certyfikatów CA Mozilli w formacie PEM
2c6631bc 10Name: perl-Mozilla-CA
a3dad361 11Version: 20130114
2c6631bc 12Release: 1
57794477 13License: MPL v1.1 or GPL v2+ or LGPL v2.1+
2c6631bc 14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/Mozilla/%{pdir}-%{pnam}-%{version}.tar.gz
a3dad361 16# Source0-md5: 45a42082dbd68cf25869ceb2aa49d5b2
57794477 17URL: http://search.cpan.org/dist/Mozilla-CA/
2c6631bc 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
2c6631bc 20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
57794477
JB
24Mozilla::CA provides a copy of Mozilla's bundle of Certificate
25Authority certificates in a form that can be consumed by modules and
26libraries based on OpenSSL.
2c6631bc 27
57794477
JB
28%description -l pl.UTF-8
29Mozilla::CA dostarcza kopię pakietu certyfikatów CA (Certificate
30Authority) w postaci nadającej się do odczytu przez moduły i
31biblioteki oparte na OpenSSL.
2c6631bc 32
33%prep
34%setup -q -n %{pdir}-%{pnam}-%{version}
35
36%build
37%{__perl} Makefile.PL \
38 INSTALLDIRS=vendor
39%{__make}
40
41%{?with_tests:%{__make} test}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} pure_install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
57794477
JB
54%doc Changes README
55%{perl_vendorlib}/Mozilla/CA.pm
2c6631bc 56%{perl_vendorlib}/Mozilla/CA
57794477 57%{_mandir}/man3/Mozilla::CA.3pm*
This page took 0.07433 seconds and 4 git commands to generate.