Name: perl-Crypt-RIPEMD160
Summary: RIPEMD-160 HASH and MAC function
Version: 0.06
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Crypt-RIPEMD160/
Description: Perl extension for RIPEMD-160 HASH and MAC function.
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: Christian H. Geuer-Pollmann <geuer-pollmann$nue,et-inf,uni-siegen,de> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Crypt-RIPEMD160 Summary: RIPEMD-160 HASH and MAC function Name: perl-Crypt-RIPEMD160 Version: 0.06 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Crypt-RIPEMD160/ Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-RIPEMD160-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root #BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description Perl extension for RIPEMD-160 HASH and MAC function. %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 ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc README %doc %{_mandir}/man3/*.3pm* %dir %{perl_vendorarch}/Crypt/ %{perl_vendorarch}/Crypt/RIPEMD160.pm %{perl_vendorarch}/Crypt/RIPEMD160/ %dir %{perl_vendorarch}/auto/Crypt/ %{perl_vendorarch}/auto/Crypt/RIPEMD160/ %changelog * Mon Jan 04 2016 Dries Verachtert <dries.verachtert@dries.eu> - 0.06-1 - Updated to release 0.06. * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.04-1 - Initial package.