%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Digest-MD2 Version: 2.04 Release: 3mamba Summary: Digest::MD2 - MD2 Message Digest algorithm Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD2-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver Requires: perl >= %perl_major_ver %description RSA Data Security Inc. MD2 Message Digest algorithm perl module. %prep %setup -q -n Digest-MD2-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done find %{buildroot} -name *.so -exec chmod u+w {} \; %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Sun Apr 16 2023 Sdk Build System 2.04-3mamba - rebuilt with perl 5.36.0 * Sat Aug 20 2022 Silvan Calarco 2.04-2mamba - rebuilt * Sat May 03 2014 Automatic Build System 2.04-1mamba - automatic update by autodist * Tue Nov 13 2012 Silvan Calarco 2.03-4mamba - perl 5.16 mass rebuild * Tue Nov 04 2008 Silvan Calarco 2.03-3mamba - automatic rebuild by autodist * Fri Sep 14 2007 Aleph0 2.03-2mamba - spec file fixed and updated * Thu May 06 2004 Silvan Calarco 2.03-1qilnx - first build