From 0ed04c157a531109f83b273382b4d3befc0ecddc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 16:41:22 +0000 Subject: import perl-Test-Inter-1.05-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f931cf4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Test-Inter-1.05.tar.gz diff --git a/.perl-Test-Inter.metadata b/.perl-Test-Inter.metadata new file mode 100644 index 0000000..520a397 --- /dev/null +++ b/.perl-Test-Inter.metadata @@ -0,0 +1 @@ +22b785e7e0da26cbab9efa2cfe893038406569fb SOURCES/Test-Inter-1.05.tar.gz diff --git a/SPECS/perl-Test-Inter.spec b/SPECS/perl-Test-Inter.spec new file mode 100644 index 0000000..9d145b7 --- /dev/null +++ b/SPECS/perl-Test-Inter.spec @@ -0,0 +1,93 @@ +Name: perl-Test-Inter +Version: 1.05 +Release: 2%{?dist} +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 +BuildRequires: perl(Module::Build) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(File::Basename) +BuildRequires: perl(IO::File) +# Tests only: +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%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 Build.PL installdirs=vendor +./Build + +%install +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%doc ChangeLog LICENSE README TODO examples +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.05-2 +- Mass rebuild 2013-12-27 + +* Thu Mar 21 2013 Petr Pisar - 1.05-1 +- 1.05 bump + +* Wed Mar 20 2013 Petr Pisar - 1.04-1 +- 1.04 bump + +* Thu Feb 14 2013 Fedora Release Engineering - 1.03-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 1.03-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 1.03-4 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.03-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jul 18 2011 Petr Sabata - 1.03-2 +- Perl mass rebuild + +* Thu Jul 07 2011 Petr Pisar - 1.03-1 +- 1.03 bump + +* Fri Jun 24 2011 Petr Pisar - 1.02-1 +- 1.02 bump +- Move to vendor path +- Remove BuildRoot and defattr + +* Mon Jun 20 2011 Marcela Mašláňová - 1.01-4 +- Perl mass rebuild + +* 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)