]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/blob - perl-Crypt-Blowfish.spec
- massive attack: source-md5
[packages/perl-Crypt-Blowfish.git] / perl-Crypt-Blowfish.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Crypt
3 %define         pnam    Blowfish
4 Summary:        Crypt::Blowfish Perl module
5 Summary(cs):    Modul Crypt::Blowfish pro Perl
6 Summary(da):    Perlmodul Crypt::Blowfish
7 Summary(de):    Crypt::Blowfish Perl Modul
8 Summary(es):    Módulo de Perl Crypt::Blowfish
9 Summary(fr):    Module Perl Crypt::Blowfish
10 Summary(it):    Modulo di Perl Crypt::Blowfish
11 Summary(ja):    Crypt::Blowfish Perl ¥â¥¸¥å¡¼¥ë
12 Summary(ko):    Crypt::Blowfish ÆÞ ¸ðÁÙ
13 Summary(no):    Perlmodul Crypt::Blowfish
14 Summary(pl):    Modu³ Perla Crypt::Blowfish
15 Summary(pt):    Módulo de Perl Crypt::Blowfish
16 Summary(pt_BR): Módulo Perl Crypt::Blowfish
17 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl Crypt::Blowfish
18 Summary(sv):    Crypt::Blowfish Perlmodul
19 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl Crypt::Blowfish
20 Summary(zh_CN): Crypt::Blowfish Perl Ä£¿é
21 Name:           perl-Crypt-Blowfish
22 Version:        2.09
23 Release:        4
24 License:        BSD-like (see COPYRIGHT)
25 Group:          Development/Languages/Perl
26 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
27 # Source0-md5:  bbd037e1eb20778f3d636dff345ed02f
28 BuildRequires:  perl-devel >= 5.6.1
29 BuildRequires:  rpm-perlprov >= 4.1-13
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Crypt::Blowfish perl module - an implementation of the Blowfish
34 cryptography algorithm.
35
36 %description -l pl
37 Modu³ perla Crypt::Blowfish - implementacja algorytmu
38 kryptograficznego Blowfish.
39
40 %prep
41 %setup -q -n %{pdir}-%{pnam}-%{version}
42
43 %build
44 %{__perl} Makefile.PL \
45         INSTALLDIRS=vendor 
46 %{__make} OPTIMIZE="%{rpmcflags}"
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc Changes COPYRIGHT README
59 %{perl_vendorarch}/Crypt/Blowfish.pm
60 %dir %{perl_vendorarch}/auto/Crypt/Blowfish
61 %{perl_vendorarch}/auto/Crypt/Blowfish/*.bs
62 %attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Blowfish/*.so
63 %{_mandir}/man3/*
This page took 0.086375 seconds and 4 git commands to generate.