Name: perl-Digest-Tiger
Summary: Implements the tiger hash
Version: 0.02
Release: 1.2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Digest-Tiger/
Description: This module implements the tiger hash, which returns a 192-bit hash value.
The build could not start because the following file is missing: Digest-Tiger-0.02.tar.gz
The build could not start because the following file is missing: Digest-Tiger-0.02.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Clinton Wong <clinton_via_cpan%20at%20pobox,com> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Digest-Tiger Summary: Implements the tiger hash Name: perl-Digest-Tiger Version: 0.02 Release: 1.2%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Digest-Tiger/ Source: http://www.cpan.org/modules/by-module/Digest/Digest-Tiger-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module implements the tiger hash, which returns a 192-bit hash value. %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/* %dir %{perl_vendorarch}/Digest/ %{perl_vendorarch}/Digest/Tiger.pm %dir %{perl_vendorarch}/auto/Digest/ %{perl_vendorarch}/auto/Digest/Tiger/ %changelog * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.02-1 - Initial package.