%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Array-Compare Version: 3.0.8 Release: 2mamba Summary: Array::Compare - Perl module which allows you to compare two arrays Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-v%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: perl-Moo BuildRequires: perl-Type-Tiny BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Moose %description Array::Compare is a Perl module which allows you to compare two arrays. %prep %setup -q -n Array-Compare-v%{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 * Mon Apr 17 2023 Sdk Build System 3.0.8-2mamba - rebuilt with perl 5.36.0 * Sun Jan 09 2022 Silvan Calarco 3.0.8-1mamba - update to 3.0.8 * Sun Aug 14 2016 Automatic Build System 2.12-1mamba - automatic update by autodist * Wed Nov 05 2014 Automatic Build System 2.11-1mamba - automatic update by autodist * Tue Nov 13 2012 Automatic Build System 2.02-1mamba - automatic version update by autodist * Thu Feb 05 2009 Silvan Calarco 1.17-1mamba - automatic update by autodist * Mon Nov 03 2008 Silvan Calarco 1.14-2mamba - automatic rebuild by autodist * Fri Nov 09 2007 Aleph0 1.14-1mamba - package created by autospec