]> git.pld-linux.org Git - packages/perl-Convert-PEM.git/blob - perl-Convert-PEM.spec
- rel. 3
[packages/perl-Convert-PEM.git] / perl-Convert-PEM.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Convert
3 %define         pnam    PEM
4 Summary:        Convert::PEM Perl module - access to ASN.1-encoded PEM files
5 Summary(pl):    Modu³ Perla Convert::PEM - dostêp do plików PEM kodowanych ASN.1
6 Name:           perl-Convert-PEM
7 Version:        0.06
8 Release:        3
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  1f15fa7ee5026e722d1ac6855eff39e3
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildRequires:  perl-Convert-ASN1 >= 0.10
16 BuildRequires:  perl-Crypt-DES_EDE3
17 BuildRequires:  perl-Digest-MD5
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 Requires:       perl(Convert::ASN1) >= 0.10
20 Requires:       perl-Crypt-DES_EDE3
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Convert::PEM reads and writes PEM files containing ASN.1-encoded
26 objects. The files can optionally be encrypted using a symmetric
27 cipher algorithm, such as 3DES.
28
29 %description -l pl
30 Modu³ Convert::PEM s³u¿y do odczytu i zapisu plików PEM zawieraj±cych
31 obiekty zakodowane zgodnie z ASN.1. Pliki mog± byæ opcjonalne
32 zaszyfrowane algorytmem symetrycznym, takim jak na przyk³ad 3DES.
33
34 %prep
35 %setup -q -n %{pdir}-%{pnam}-%{version}
36
37 %build
38 %{__perl} Makefile.PL \
39         INSTALLDIRS=vendor
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc Changes README ToDo
54 %{perl_vendorlib}/Convert/PEM.pm
55 %{perl_vendorlib}/Convert/PEM
56 %{_mandir}/man3/*
This page took 0.052375 seconds and 3 git commands to generate.