%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Crypt-PasswdMD5 Version: 1.41 Release: 1mamba Summary: Crypt::PasswdMD5 - Provides interoperable MD5-based crypt() functions Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-%{version}.tgz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver %description Crypt::PasswdMD5 - Provides interoperable MD5-based crypt() functions. %prep %setup -q -n Crypt-PasswdMD5-%{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 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Sun Jan 09 2022 Silvan Calarco 1.41-1mamba - update to 1.41 * Tue Nov 13 2012 Silvan Calarco 1.3-3mamba - perl 5.16 mass rebuild * Tue Nov 04 2008 Silvan Calarco 1.3-2mamba - automatic rebuild by autodist * Mon Apr 07 2008 Silvan Calarco 1.3-1mamba - package created by autospec