]> git.pld-linux.org Git - packages/perl-Crypt-RC5.git/blame - perl-Crypt-RC5.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Crypt-RC5.git] / perl-Crypt-RC5.spec
CommitLineData
8012d153 1%define pdir Crypt
2%define pnam RC5
68783efd 3Summary: Crypt::RC5 Perl module - RC5 encryption algorithm implementation
9b251797 4Summary(pl.UTF-8): Moduł Perla Crypt::RC5 - implementacja algorytmu szyfrowania RC5
68783efd 5Name: perl-Crypt-RC5
c638ec2d 6Version: 2.00
f9bb088c 7Release: 4
d2088065 8# same as perl
9License: GPL v1+ or Artistic
68783efd 10Group: Development/Languages/Perl
3b53c697 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
6758afcb 12# Source0-md5: 79649f6eba759a4415513a8512eaeb21
e36678d2 13URL: http://search.cpan.org/dist/Crypt-RC5/
7206e6bc 14BuildRequires: perl-devel >= 1:5.8.0
65907bb8 15BuildRequires: rpm-perlprov >= 4.1-13
68783efd
JB
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Perl implementation of the RC5 algorithm. RC5 is a fast block cipher
21designed by Ronald Rivest for RSA Data Security (now RSA Security) in
221994. It is a parameterized algorithm with a variable block size, a
23variable key size, and a variable number of rounds. This particular
24implementation is 32 bit. As such, it is suggested that a minimum of
2512 rounds be performed.
26
ded94d6e 27%description -l pl.UTF-8
68783efd
JB
28Implementacja algorytmu RC5 w Perlu. RC5 jest szybkim szyfrem blokowym
29opracowanym przez Ronalda Rivesta dla RSA Data Security (teraz RSA
30Security) w 1994 roku. Jest to sparametryzowany algorytm ze zmiennym
e36678d2
ER
31rozmiarem bloku, zmiennym rozmiarem klucza i zmienną liczbą kroków. Ta
32konkretna implementacja jest 32-bitowa. Sugeruje się wykonywanie
ded94d6e 33minimum 12 kroków.
68783efd
JB
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
65907bb8 39%{__perl} Makefile.PL \
b6754224 40 INSTALLDIRS=vendor
68783efd
JB
41%{__make}
42%{__make} test
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc Changes README
65907bb8 56%{perl_vendorlib}/Crypt/RC5.pm
68783efd 57%{_mandir}/man3/*
This page took 0.069462 seconds and 4 git commands to generate.