Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
perl
>
perl-Crypt-CAST5
> perl-Crypt-CAST5.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-Crypt-CAST5.spec of Package perl-Crypt-CAST5
%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch) %define real_name Crypt-CAST5 Summary: CAST5 block cipher Name: perl-Crypt-CAST5 Version: 0.05 Release: 1 License: Artistic Group: Applications/CPAN URL: http://search.cpan.org/dist/Crypt-CAST5/ Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl %description This module implements the CAST5 block cipher using compiled C code for increased speed. See RFC 2114. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %makeinstall %{__rm} -f %{buildroot}%{perl_archlib}/perllocal.pod %{__rm} -f %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %doc %{_mandir}/man3/* %{perl_vendorarch}/Crypt/CAST5.pm %{perl_vendorarch}/auto/Crypt/CAST5 %changelog