]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/blob - perl-Crypt-Blowfish.spec
- massive attack: change CPAN URLs
[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:        3
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 BuildRequires:  perl >= 5.6.1
28 BuildRequires:  rpm-perlprov >= 3.0.3-16
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Crypt::Blowfish perl module - an implementation of the Blowfish
33 cryptography algorithm.
34
35 %description -l pl
36 Modu³ perla Crypt::Blowfish - implementacja algorytmu
37 kryptograficznego Blowfish.
38
39 %prep
40 %setup -q -n %{pdir}-%{pnam}-%{version}
41
42 %build
43 perl Makefile.PL
44 %{__make} OPTIMIZE="%{rpmcflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc Changes COPYRIGHT README
57 %{perl_sitearch}/Crypt/Blowfish.pm
58 %dir %{perl_sitearch}/auto/Crypt/Blowfish
59 %{perl_sitearch}/auto/Crypt/Blowfish/*.bs
60 %attr(755,root,root) %{perl_sitearch}/auto/Crypt/Blowfish/*.so
61 %{_mandir}/man3/*
This page took 0.039845 seconds and 4 git commands to generate.