]> git.pld-linux.org Git - packages/perl-Crypt-NULL.git/blob - perl-Crypt-NULL.spec
83724fa6081b11f3ad2c7690f0caf21cb236215d
[packages/perl-Crypt-NULL.git] / perl-Crypt-NULL.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Crypt
3 %define         pnam    NULL
4 Summary:        Crypt::NULL Perl module - NULL encryption alghorithm
5 Summary(pl):    Modu³ Perla Crypt::NULL - algorytm szyfrowania NULL
6 Name:           perl-Crypt-NULL
7 Version:        1.02
8 Release:        3
9 License:        Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  86918bc7d084be0600a26279304ed395
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 NULL Encryption Algorithm is a symmetric block cipher described in
20 RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL
21 encryption. It supports the Crypt::CBC interface.
22
23 %description -l pl
24 Algorytm kodowania NULL jest symetrycznym szyfrem blokowym opisanym w
25 RFC 2410 przez Roba Glenna i Stephena Kenta. Ten modu³ jest
26 implementacj± kodowania NULL. Obs³uguje interfejs Crypt::CBC.
27
28 %prep
29 %setup -q -n %{pdir}-%{pnam}-%{version}
30
31 %build
32 %{__perl} Makefile.PL \
33         INSTALLDIRS=vendor
34 %{__make}
35 %{__make} test
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc Changes README
49 %{perl_vendorlib}/Crypt/NULL.pm
50 %{_mandir}/man3/*
This page took 0.294315 seconds and 2 git commands to generate.