Name: perl-Crypt-CAST5
Summary: CAST5 block cipher
Version: 0.05
Release: 1
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Crypt-CAST5/
Description: This module implements the CAST5 block cipher using compiled C code for
increased speed. See RFC 2114.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Bob Mathews <bobmathews$alumni,calpoly,edu> %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%{?dist} 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 BuildRequires: perl(ExtUtils::MakeMaker) %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 CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install %{__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/*.3pm* %dir %{perl_vendorarch}/Crypt/ %{perl_vendorarch}/Crypt/CAST5.pm %dir %{perl_vendorarch}/auto/Crypt/ %{perl_vendorarch}/auto/Crypt/CAST5/ %changelog * Mon Sep 18 2006 Dries Verachtert <dries@ulyssis.org> - 0.05-1 - Updated to release 0.05. * Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.04-1 - Initial package.