%define perl_vendorlib %(eval "`%{_bindir}/perl -V:installvendorlib`"; echo $installvendorlib) Name: perl-MD5 Version: 2.03 Release: 1 Summary: Perl interface to the MD5 Message-Digest Algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MD5/ Source0: http://www.cpan.org/modules/by-module/MD5/MD5-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{_bindir}/perl -V:version`"; echo $version)) Requires: perl >= 5.8.8 %description This module (MD5.pm) is just a thin wrapper around the Digest::MD5 module. It is provided so that legacy code that rely on the old interface continue to work with the speed benefit of the new module. %prep %setup -q -n MD5-%{version} %build %{_bindir}/perl Makefile.PL INSTALLDIRS=vendor make %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT} find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';' find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w ${RPM_BUILD_ROOT}/* # man page MD5.3 conflicts with MD5.3 from openssl-doc mv ${RPM_BUILD_ROOT}%{_mandir}/man3/MD5.3 ${RPM_BUILD_ROOT}%{_mandir}/man3/MD5.3pm %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Nov 09 2008 Michael Perzl - 2.03-1 - first version for AIX V5.1 and higher