]> git.pld-linux.org Git - packages/perl-Crypt-NULL.git/blame - perl-Crypt-NULL.spec
- release 4
[packages/perl-Crypt-NULL.git] / perl-Crypt-NULL.spec
CommitLineData
991f6115 1%include /usr/lib/rpm/macros.perl
36eaa673 2%define pdir Crypt
3%define pnam NULL
d1959239 4Summary: Crypt::NULL Perl module - NULL encryption alghorithm
3214de1a 5Summary(pl.UTF-8): Moduł Perla Crypt::NULL - algorytm szyfrowania NULL
991f6115
JB
6Name: perl-Crypt-NULL
7Version: 1.02
12a9c52c 8Release: 4
991f6115
JB
9License: Artistic
10Group: Development/Languages/Perl
0a15e90d 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
68debc1e 12# Source0-md5: 86918bc7d084be0600a26279304ed395
00bbf30d 13BuildRequires: perl-devel >= 1:5.8.0
57b029d6 14BuildRequires: rpm-perlprov >= 4.1-13
991f6115
JB
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The NULL Encryption Algorithm is a symmetric block cipher described in
20RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL
21encryption. It supports the Crypt::CBC interface.
22
319c9eae 23%description -l pl.UTF-8
991f6115 24Algorytm kodowania NULL jest symetrycznym szyfrem blokowym opisanym w
319c9eae
JR
25RFC 2410 przez Roba Glenna i Stephena Kenta. Ten moduł jest
26implementacją kodowania NULL. Obsługuje interfejs Crypt::CBC.
991f6115
JB
27
28%prep
29%setup -q -n %{pdir}-%{pnam}-%{version}
30
31%build
57b029d6 32%{__perl} Makefile.PL \
39740544 33 INSTALLDIRS=vendor
991f6115
JB
34%{__make}
35%{__make} test
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc Changes README
57b029d6 49%{perl_vendorlib}/Crypt/NULL.pm
991f6115 50%{_mandir}/man3/*
This page took 0.060004 seconds and 4 git commands to generate.