]> git.pld-linux.org Git - packages/perl-Crypt-NULL.git/blob - perl-Crypt-NULL.spec
- BR: perl-devel; do not BR: perl
[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:        2
9 License:        Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl-devel >= 5.6
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The NULL Encryption Algorithm is a symmetric block cipher described in
19 RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL
20 encryption. It supports the Crypt::CBC interface.
21
22 %description -l pl
23 Algorytm kodowania NULL jest symetrycznym szyfrem blokowym opisanym w
24 RFC 2410 przez Roba Glenna i Stephena Kenta. Ten modu³ jest
25 implementacj± kodowania NULL. Obs³uguje interfejs Crypt::CBC.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 %{__perl} Makefile.PL \
32         INSTALLDIRS=vendor 
33 %{__make}
34 %{__make} test
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Changes README
48 %{perl_vendorlib}/Crypt/NULL.pm
49 %{_mandir}/man3/*
This page took 0.055017 seconds and 3 git commands to generate.