forked from pool/perl-Test-Spec
- updated to 0.42
- Added context() and xcontext() aliases for describe/xdescribe
(reported by intrigeri)
- Added license info to Makefile.PL (RT#75400)
- Fixed test suite problems on Windows
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Spec?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
a25fe00c9d
commit
2272db7efb
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75a2e7e6bd8d253f61af2b25015d5b13ac8e12154d9237aaad1ea1f492cabd2e
|
|
||||||
size 30892
|
|
||||||
3
Test-Spec-0.42.tar.gz
Normal file
3
Test-Spec-0.42.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccdfd4eda4a1effeab3a5337d4a689afee1fa93e0b80614c387c3ad464d83dd7
|
||||||
|
size 31347
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 9 14:05:28 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.42
|
||||||
|
- Added context() and xcontext() aliases for describe/xdescribe
|
||||||
|
(reported by intrigeri)
|
||||||
|
- Added license info to Makefile.PL (RT#75400)
|
||||||
|
- Fixed test suite problems on Windows
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 08:19:09 UTC 2012 - coolo@suse.com
|
Thu Feb 16 08:19:09 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Spec
|
Name: perl-Test-Spec
|
||||||
Version: 0.40
|
Version: 0.42
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Spec
|
%define cpan_name Test-Spec
|
||||||
Summary: Write tests in a declarative specification style
|
Summary: Write tests in a declarative specification style
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Spec/
|
Url: http://search.cpan.org/dist/Test-Spec/
|
||||||
Source: http://www.cpan.org/authors/id/P/PH/PHILIP/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/P/PH/PHILIP/%{cpan_name}-%{version}.tar.gz
|
||||||
@@ -66,10 +66,8 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1120
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
|||||||
Reference in New Issue
Block a user