%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Mail-POP3Client Version: 2.21 Release: 1mamba Summary: Mail::POP3Client - Perl 5 module to talk to a POP3 (RFC1939) server Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/S/SD/SDOWD/Mail-POP3Client-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver %description Mail::POP3Client - Perl 5 module to talk to a POP3 (RFC1939) server %prep %setup -q -n Mail-POP3Client-%{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 * Tue May 10 2022 Automatic Build System 2.21-1mamba - automatic version update by autodist * Sat May 07 2022 Automatic Build System 2.20-1mamba - automatic version update by autodist * Sun Oct 06 2013 Automatic Build System 2.19-1mamba - automatic update by autodist * Tue Nov 13 2012 Silvan Calarco 2.18-2mamba - perl 5.16 mass rebuild * Wed Mar 18 2009 Silvan Calarco 2.18-1mamba - package created by autospec