Name: perl-Digest-MD4 Version: 1.5 Release: 19%{?dist} Summary: Perl interface to the MD4 Algorithm Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Digest-MD4/ Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRequires: perl(ExtUtils::MakeMaker), db4-devel, gdbm-devel Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Don't "provide" private Perl libs %{?perl_default_filter} %description The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. %prep %setup -q -n Digest-MD4-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README rfc1320.txt %{perl_vendorarch}/Digest/ %{perl_vendorarch}/auto/Digest/ %{_mandir}/man3/Digest::MD4.3pm* %changelog * Fri Jul 20 2012 Fedora Release Engineering - 1.5-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 11 2012 Petr Pisar - 1.5-18 - Perl 5.16 rebuild * Wed Jan 11 2012 Paul Howarth - 1.5-17 - spec clean-up: - nobody else likes macros for commands - use DESTDIR rather than PERL_INSTALL_ROOT - use %%{_fixperms} macro rather than our own chmod incantation * Thu Jun 16 2011 Marcela Mašláňová - 1.5-16 - perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.5-15 - rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 1.5-14 - rebuild to fix problems with vendorarch/lib (#661697) * Sat May 1 2010 Marcela Maslanova - 1.5-13 - mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 1.5-12 - mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.5-11 - rebuild against perl 5.10.1 * Wed Nov 25 2009 Paul Howarth - 1.5-10 - use %%{?perl_default_filter} for provides filter - make %%files list more explicit * Sat Jul 25 2009 Fedora Release Engineering - 1.5-9 - rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Mar 7 2009 Paul Howarth - 1.5-8 - filter out unwanted provides for perl shared objects * Thu Feb 26 2009 Fedora Release Engineering - 1.5-7 - rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Mar 5 2008 Tom "spot" Callaway - 1.5-6 - rebuild for new perl * Tue Feb 19 2008 Fedora Release Engineering - 1.5-5 - autorebuild for GCC 4.3 * Wed Nov 28 2007 Paul Howarth - 1.5-4 - cosmetic spec changes for new maintainer's preferences - fix argument order for find with -depth - add buildreqs db4-devel and gdbm-devel for alignment optimization * Mon Oct 15 2007 Tom "spot" Callaway - 1.5-3.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Thu Sep 7 2006 Jose Pedro Oliveira - 1.5-3 - rebuild for FC6 * Fri Feb 17 2006 Jose Pedro Oliveira - 1.5-2 - rebuild for FC5 (perl 5.8.8) * Sat Sep 10 2005 Jose Pedro Oliveira - 1.5-1 - first build