]> git.pld-linux.org Git - SPECS.git/blob - perl-Crypt-DES_PP.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / perl-Crypt-DES_PP.spec
1 %define         pdir    Crypt
2 %define         pnam    DES_PP
3 Summary:        Crypt::DES_PP Perl module - DES implementation in pure Perl
4 Summary(pl.UTF-8):      Moduł Perla Crypt::DES_PP - czysto perlowa implementacja DES
5 Name:           perl-Crypt-DES_PP
6 Version:        1.00
7 Release:        4
8 License:        LGPL
9 Group:          Development/Languages/Perl
10 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
11 # Source0-md5:  2fdfee7afd3ffabdc85297b15e60d270
12 URL:            http://search.cpan.org/dist/Crypt-DES_PP/
13 BuildRequires:  perl-devel >= 1:5.8.0
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The module is 100% compatible to Crypt::DES but is implemented
20 entirely in Perl. The module implements the Crypt::CBC interface.
21
22 %description -l pl.UTF-8
23 Ten moduł jest w 100% kompatybilny z Crypt::DES, ale jest
24 zaimplementowany całkowicie w Perlu. Ma zaimplementowany interfejs
25 Crypt::CBC.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 %{__perl} Makefile.PL \
32         INSTALLDIRS=vendor
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog README
47 %{perl_vendorlib}/Crypt/DES_PP.pm
48 %{_mandir}/man3/*
This page took 0.518398 seconds and 3 git commands to generate.