- update to 3.20:
+ Remove references / dependency on TAP::Parser::Source::Perl + Avoid depending on Module::Build. The resulting circular dependency made it impossible to install Test::Harness and/or Module::Build in some cases. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=7
This commit is contained in:
parent
c0f5c3ae13
commit
b57fb6c9c8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80d94e1ea016263151645940eabd3c5e5b9c5eb340b4e39725e4aeb10be175a
|
||||
size 180613
|
3
Test-Harness-3.20.tar.bz2
Normal file
3
Test-Harness-3.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb2b44aabcacadcd88ae00a5ac1ca1a4a565ab59b088b6583a8936dbbac9d53
|
||||
size 180858
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 08:14:11 UTC 2010 - lars@linux-schulserver.de
|
||||
|
||||
- update to 3.20:
|
||||
+ Remove references / dependency on TAP::Parser::Source::Perl
|
||||
+ Avoid depending on Module::Build. The resulting circular
|
||||
dependency made it impossible to install Test::Harness and/or
|
||||
Module::Build in some cases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 08:03:51 UTC 2010 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -17,14 +17,10 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
#Distribution: %dist
|
||||
#Packager: %packager
|
||||
#Vendor: %vendor
|
||||
|
||||
Name: perl-Test-Harness
|
||||
%define cpan_name Test-Harness
|
||||
%define cpan_name %(%{__sed} -e 's,perl-,,' <<< %{name})
|
||||
Summary: Run Perl standard test scripts with statistics
|
||||
Version: 3.18
|
||||
Version: 3.20
|
||||
Release: 1
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
@ -34,8 +30,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Pod::Usage) >= 1.12
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(Pod::Usage) >= 1.12
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(Pod::Usage) >= 1.12
|
||||
|
||||
%description
|
||||
Although, for historical reasons, the Test::Harness distribution takes its name
|
||||
@ -50,12 +46,14 @@ 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 <andy@hexten.net>
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
%{__make}
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
%{__make} test PERL_TEST_POD=1
|
||||
|
Loading…
Reference in New Issue
Block a user