%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Test-Inter Version: 1.09 Release: 1mamba Summary: Test::Inter - framework for more readable interactive test scripts Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::Basename) BuildRequires: perl(IO::File) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl >= %perl_major_ver %description This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of it's functionality, but it is not a drop-in replacement. %prep %setup -q -n Test-Inter-%{version} %build %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %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 -f $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}" %files -f .packlist %defattr(-,root,root) %doc LICENSE %changelog * Sun May 16 2021 Automatic Build System 1.09-1mamba - automatic version update by autodist * Mon Mar 09 2015 Automatic Build System 1.06-1mamba - automatic update by autodist * Sat May 24 2014 Silvan Calarco 1.05-2mamba - perl 5.16.3 rebuild * Sun Mar 24 2013 Automatic Build System 1.05-1mamba - automatic version update by autodist * Fri Nov 16 2012 Silvan Calarco 1.03-2mamba - perl 5.16 mass rebuild * Thu Aug 16 2012 Silvan Calarco 1.03-1mamba - update to 1.03 * Tue Mar 08 2011 gil 1.01-1mamba - package created by autospec