]> git.pld-linux.org Git - packages/perl-Crypt-Rijndael.git/blob - perl-Crypt-Rijndael.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/perl-Crypt-Rijndael.git] / perl-Crypt-Rijndael.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Crypt
3 %define         pnam    Rijndael
4 Summary:        Crypt::Rijndael Perl module - Rijndael encryption algorithm
5 Summary(pl):    Modu³ Perla Crypt::Rijndael - algorytm szyfrowania Rijndael
6 Name:           perl-Crypt-Rijndael
7 Version:        0.05
8 Release:        2
9 License:        LGPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  af8628fee8648f26c94916ef8edf32d9
13 BuildRequires:  perl-devel >= 5.6
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This module is Crypt::CBC compliant Rijndael cipher implementation.
19 Rijndael has just been selected as the Advanced Encryption Standard.
20
21 %description -l pl
22 Ten modu³ jest zgodn± z Crypt::CBC implementacj± szyfru Rijndael.
23 Rijndael zosta³ niedawno wybrany jako standard zaawansowanego
24 szyfrowania (AES).
25
26 %prep
27 %setup -q -n %{pdir}-%{pnam}-%{version}
28
29 %build
30 %{__perl} Makefile.PL \
31         INSTALLDIRS=vendor
32 %{__make} OPTIMIZE="%{rpmcflags}"
33 %{__make} test
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc NEWS README
47 %{perl_vendorarch}/Crypt/Rijndael.pm
48 %dir %{perl_vendorarch}/auto/Crypt/Rijndael
49 %{perl_vendorarch}/auto/Crypt/Rijndael/*.bs
50 %attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Rijndael/*.so
51 %{_mandir}/man3/*
This page took 0.064836 seconds and 3 git commands to generate.