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