Accepting request 177484 from home:coolo:update-perl
- updated to 0.29 | Retired Test::Exception and replaced with Test::Fatal | added Test::Deep, Test::Requires and Test::NoWarnings OBS-URL: https://build.opensuse.org/request/show/177484 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-Testing?expand=0&rev=6
This commit is contained in:
parent
2c26754c9b
commit
c910c8bf36
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80ca9300612f5bb2557a3498b187ffc9da1046511dd303121d8c81b9d2ea4836
|
|
||||||
size 29068
|
|
3
Task-Kensho-Testing-0.29.tar.gz
Normal file
3
Task-Kensho-Testing-0.29.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:108ac8a13f7c8ef86a8787f02beb5d9f0e61d5cf7db6ba75203414d18706918c
|
||||||
|
size 30752
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 14:57:33 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.29
|
||||||
|
| Retired Test::Exception and replaced with Test::Fatal
|
||||||
|
| added Test::Deep, Test::Requires and Test::NoWarnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:52:25 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:52:25 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Task-Kensho-Testing
|
# spec file for package perl-Task-Kensho-Testing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,35 +17,45 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Task-Kensho-Testing
|
Name: perl-Task-Kensho-Testing
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Task-Kensho-Testing
|
%define cpan_name Task-Kensho-Testing
|
||||||
Summary: A Glimpse at an Enlightened Perl (Testing)
|
Summary: A Glimpse at an Enlightened Perl (Testing)
|
||||||
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/Task-Kensho-Testing/
|
Url: http://search.cpan.org/dist/Task-Kensho-Testing/
|
||||||
#Source: http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Testing-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::Cover)
|
BuildRequires: perl(Devel::Cover)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::Memory::Cycle)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::Most)
|
BuildRequires: perl(Test::Most)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
|
BuildRequires: perl(Test::Requires)
|
||||||
|
#BuildRequires: perl(CPANPLUS::Backend)
|
||||||
|
#BuildRequires: perl(inc::Module::Install)
|
||||||
|
#BuildRequires: perl(JSON)
|
||||||
|
#BuildRequires: perl(LWP::Simple)
|
||||||
|
#BuildRequires: perl(Module::AutoInstall)
|
||||||
|
#BuildRequires: perl(Module::Build)
|
||||||
|
#BuildRequires: perl(Module::Install::Base)
|
||||||
|
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
Requires: perl(Devel::Cover)
|
Requires: perl(Devel::Cover)
|
||||||
Requires: perl(Test::Exception)
|
Requires: perl(Test::Deep)
|
||||||
Requires: perl(Test::Memory::Cycle)
|
Requires: perl(Test::Fatal)
|
||||||
Requires: perl(Test::Most)
|
Requires: perl(Test::Most)
|
||||||
Requires: perl(Test::Pod)
|
Requires: perl(Test::Pod)
|
||||||
Requires: perl(Test::Pod::Coverage)
|
Requires: perl(Test::Pod::Coverage)
|
||||||
|
Requires: perl(Test::Requires)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
sorry, no description found
|
A Glimpse at an Enlightened Perl (Testing)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@ -62,11 +72,8 @@ sorry, no description found
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes MYMETA.yml README
|
%doc Changes MYMETA.json MYMETA.yml README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user