diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1534ba5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.rpm +*.log +*spec-20* diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1763274 --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +# Makefile for source rpm: perl-Test-Harness-Straps +# $Id: Makefile,v 1.1 2016/02/04 13:19:42 vip-ire Exp $ +NAME := perl-Test-Harness-Straps +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) diff --git a/README.md b/README.md index 2f5bc3e..631a700 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # perl-Test-Harness-Straps -3rd Party (Maintained by Koozali) git repo for perl-Test-Harness-Straps smeserver \ No newline at end of file +3rd Party (Maintained by Koozali) git repo for perl-Test-Harness-Straps smeserver + +## Description + +
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.* +*Once it has been checked, then this comment will be deleted* +
+ +Perl-Test-Harness-Straps is a Perl module that provides a library of objects and methods for creating test harnesses. Test harnesses are programs that execute tests from a set of programs and measure their results. With this module, developers can easily create custom test harnesses that can be used to test any kind of software. The module provides methods to run tests, examine their results, and report back on the overall success of the test suite. diff --git a/Test-Harness-Straps-0.30.tar.gz b/Test-Harness-Straps-0.30.tar.gz new file mode 100644 index 0000000..763b778 --- /dev/null +++ b/Test-Harness-Straps-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b00efaa35723c1a35c8c8f5fa46a99e4bc528dfa520352b54ac418ef6d1cfa8 +size 18612 diff --git a/contriborbase b/contriborbase new file mode 100644 index 0000000..ef36a67 --- /dev/null +++ b/contriborbase @@ -0,0 +1 @@ +sme10 diff --git a/perl-Test-Harness-Straps.spec b/perl-Test-Harness-Straps.spec new file mode 100644 index 0000000..bcd692d --- /dev/null +++ b/perl-Test-Harness-Straps.spec @@ -0,0 +1,64 @@ +Name: perl-Test-Harness-Straps +Version: 0.30 +Release: 4%{?dist} +Summary: Detailed analysis of test results +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Test-Harness-Straps/ +Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Test::Harness is limited to printing out its results. This makes analysis +of the test results difficult for anything but a human. To make it easier +for programs to work with test results, we provide Test::Harness::Straps. +Instead of printing the results, straps provide them as raw data. You can +also configure how the tests are to be run. + +%prep +%setup -q -n Test-Harness-Straps-%{version} + +%build +%{__perl} Build.PL installdirs=vendor +./Build + +%install +rm -rf $RPM_BUILD_ROOT + +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Jul 14 2023 BogusDateBot +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + +* Sun Jul 26 2009 Fedora Release Engineering - 0.30-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.30-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Feb 6 2009 Marcela Mašláňová 0.30-2 +- add requires Test::More + +* Wed Jan 21 2009 Marcela Mašláňová 0.30-1 +- Specfile autogenerated by cpanspec 1.77.