From 21467115bbbed6dd1506ed3fbde7015bbdcf5105 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 21 2013 11:59:00 +0000 Subject: import perl-Test-Inter-1.05-1.el7.src.rpm --- 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/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Test-Inter.spec b/SPECS/perl-Test-Inter.spec new file mode 100644 index 0000000..1c53f9e --- /dev/null +++ b/SPECS/perl-Test-Inter.spec @@ -0,0 +1,90 @@ +Name: perl-Test-Inter +Version: 1.05 +Release: 1%{?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 +* 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)