Name: perl-Test-Inter Version: 1.09 Release: 1%{?_dist_release} Summary: Framework for more readable interactive test scripts License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Inter/ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(File::Basename) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(IO::File) BuildRequires: perl(Module::Build) # Tests only: BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %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} chmod -x examples/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %clean rm -rf %{buildroot} %check make test %files %defattr(-,root,root,-) %license LICENSE %doc ChangeLog README TODO examples %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 17 2019 Tomohiro "Tomo-p" KATO 1.09-1 - new upstream release. - rebuilt with perl-5.26. * Mon Jun 30 2014 Tomohiro "Tomo-p" KATO 1.05-1 - new upstream release. * Mon Mar 19 2012 MATSUBAYASHI Kohji - 1.03-1 - updated to 1.03 * Wed Mar 30 2011 IWAI, Masaharu 1.01-4 - build for Vine Linux * Wed Feb 09 2011 Fedora Release Engineering - 1.01-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 1.01-2 - 661697 rebuild for fixing problems with vendorach/lib * Tue Sep 14 2010 Petr Pisar 1.01-1 - Specfile autogenerated by cpanspec 1.78. - Add BuildRequires covered by perl package - Distribute examples - Install into perl core (i.e. do not use vendor paths)