]> git.pld-linux.org Git - SPECS.git/blob - perl-Crypt-GOST_PP.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / perl-Crypt-GOST_PP.spec
1 %define         pdir    Crypt
2 %define         pnam    GOST_PP
3 Summary:        Crypt::GOST_PP Perl module - the GOST Encryption Algorithm
4 Summary(pl.UTF-8):      Moduł Perla Crypt::GOST_PP - algorytm kodowania GOST
5 Name:           perl-Crypt-GOST_PP
6 Version:        1.10
7 Release:        4
8 # same as perl
9 License:        GPL v1+ or Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  4d654c309c3ca199b7aa69151364bea6
13 URL:            http://search.cpan.org/dist/Crypt-GOST_PP/
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildRequires:  rpm-perlprov >= 4.1-13
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
21 symmetrical block cipher with a 256-bit key from the former Soviet
22 Union.
23
24 %description -l pl.UTF-8
25 Moduł Crypt::GOST_PP jest czysto perlową implementacją GOST,
26 64-bitowego symetrycznego szyfru blokowego z 256-bitowym kluczem,
27 opracowanego w byłym Związku Radzieckim.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36 %{__make} test
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Changes README
50 %{perl_vendorlib}/Crypt/GOST_PP.pm
51 %{_mandir}/man3/*
This page took 0.135937 seconds and 3 git commands to generate.