Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:csbuild:Perl
perl-Test-Harness
perl-Test-Harness.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-Test-Harness.spec of Package perl-Test-Harness
# # spec file for package perl-Test-Harness # # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # Name: perl-Test-Harness %define real_name Test-Harness Summary: Run Perl standard test scripts with statistics Url: http://search.cpan.org/perldoc?Test::Harness Group: Development/Libraries/Perl License: Artistic License Version: 3.13 Release: 1.1 Source: %{real_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl(ExtUtils::MakeMaker) %if 0%{?fedora_version} BuildRequires: perl-devel %endif %description Although, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead. Emulation is provided for runtests and execute_tests but the pluggable 'Straps' interface that previous versions of Test::Harness supported is not reproduced here. Straps is now available as a stand alone module: Test::Harness::Straps. See TAP::Parser, TAP::Harness for the main documentation for this distribution. Author: ------- Andy Armstrong %prep %setup -n %{real_name}-%{version} %build perl Makefile.PL make %{?jobs:-j%jobs} %check %if 0%{?sles_version} != 9 make test %endif %install %if 0%{?suse_version} %perl_make_install %perl_process_packlist %else make DESTDIR=$RPM_BUILD_ROOT install_vendor find $RPM_BUILD_ROOT/usr -type f -name perllocal.pod |xargs -i rm -f {} find $RPM_BUILD_ROOT/usr -type d -depth -exec rmdir {} \; 2>/dev/null %endif %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc README Changes MANIFEST %doc %{_mandir}/man?/* %{_bindir}/prove %dir %{perl_vendorlib}/Test %dir %{perl_vendorlib}/App %dir %{perl_vendorlib}/App/Prove %dir %{perl_vendorlib}/TAP %dir %{perl_vendorlib}/TAP/Formatter %dir %{perl_vendorlib}/TAP/Formatter/Console %dir %{perl_vendorlib}/TAP/Parser %dir %{perl_vendorlib}/TAP/Parser/Iterator %dir %{perl_vendorlib}/TAP/Parser/Result %dir %{perl_vendorlib}/TAP/Parser/Scheduler %dir %{perl_vendorlib}/TAP/Parser/Source %dir %{perl_vendorlib}/TAP/Parser/YAMLish %dir %{perl_vendorarch}/auto/Test %dir %{perl_vendorarch}/auto/Test/Harness %{perl_vendorlib}/Test/*.pm %{perl_vendorlib}/Test/*.pod %{perl_vendorlib}/App/*.pm %{perl_vendorlib}/App/Prove/*.pm %{perl_vendorlib}/TAP/*.pm %{perl_vendorlib}/TAP/Formatter/*.pm %{perl_vendorlib}/TAP/Formatter/Console/*.pm %{perl_vendorlib}/TAP/Parser/*.pm %{perl_vendorlib}/TAP/Parser/Iterator/*.pm %{perl_vendorlib}/TAP/Parser/Result/*.pm %{perl_vendorlib}/TAP/Parser/Scheduler/*.pm %{perl_vendorlib}/TAP/Parser/Source/*.pm %{perl_vendorlib}/TAP/Parser/YAMLish/*.pm %{perl_vendorarch}/auto/Test/Harness/.packlist %if 0%{?suse_version} /var/adm/perl-modules/%{name} %endif %changelog * Thu May 31 2012 Holger Manthey <holger.manthey@bertelsmann.de> - remove perl-version require * Sat Apr 4 2009 Holger Manthey <holger.manthey@bertelsmann.de> - Build for centos * Fri Aug 15 2008 lrupp@suse.de - initial version 3.13
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor