%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Array-Compare Version: 2.02 Release: 1mamba Summary: Array::Compare - Perl module which allows you to compare two arrays Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.cpan.org Source: http://www.cpan.org/modules/by-module/Array/Array-Compare-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Moose BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Array::Compare is a Perl module which allows you to compare two arrays. %prep %setup -q -n Array-Compare-%{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 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