]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/blob - perl-Crypt-Blowfish.spec
- important fixes: it can't be noarch, essential files were missing,
[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(pl):    Modu³ perla Crypt::Blowfish
6 Name:           perl-Crypt-Blowfish
7 Version:        2.09
8 Release:        2
9 License:        BSD-like (see COPYRIGHT)
10 Group:          Development/Languages/Perl
11 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.6.1
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Crypt::Blowfish perl module - an implementation of the Blowfish
18 cryptography algorithm.
19
20 %description -l pl
21 Modu³ perla Crypt::Blowfish - implementacja algorytmu
22 kryptograficznego Blowfish.
23
24 %prep
25 %setup -q -n %{pdir}-%{pnam}-%{version}
26
27 %build
28 perl Makefile.PL
29 %{__make} OPTIMIZE="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc Changes COPYRIGHT README
42 %{perl_sitearch}/Crypt/Blowfish.pm
43 %dir %{perl_sitearch}/auto/Crypt/Blowfish
44 %{perl_sitearch}/auto/Crypt/Blowfish/*.bs
45 %attr(755,root,root) %{perl_sitearch}/auto/Crypt/Blowfish/*.so
46 %{_mandir}/man3/*
This page took 0.0287 seconds and 4 git commands to generate.