8
0

Accepting request 440932 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/440932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Exception-LessClever?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2016-11-19 17:29:05 +00:00
committed by Git OBS Bridge
parent b3baf8223d
commit 85f31fb472
4 changed files with 20 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf284967b9ac384ffc59b62105cdeb600abfa48028be2886190d6a8545fdea28
size 5483

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b2731a44956a11f74b46b3ecf0734fab651e1c0bcf120f8b407aa1b4d43ac34
size 6389

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 19 07:22:01 UTC 2016 - coolo@suse.com
- updated to 0.009
see /usr/share/doc/packages/perl-Test-Exception-LessClever/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 6 07:23:07 UTC 2016 - coolo@suse.com Sun Nov 6 07:23:07 UTC 2016 - coolo@suse.com

View File

@@ -17,50 +17,43 @@
Name: perl-Test-Exception-LessClever Name: perl-Test-Exception-LessClever
Version: 0.008 Version: 0.009
Release: 0 Release: 0
%define cpan_name Test-Exception-LessClever %define cpan_name Test-Exception-LessClever
Summary: Test::Exception simplified ***(DEPRECATED)*** Summary: (DEPRECATED) Test::Exception simplified
License: Artistic-1.0 or GPL-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-Exception-LessClever/ Url: http://search.cpan.org/dist/Test-Exception-LessClever/
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
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(Mock::Quick) >= 1.100 BuildRequires: perl(Mock::Quick) >= 1.100
BuildRequires: perl(Module::Build) >= 0.420000 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Simple) >= 0.88
%{perl_requires} %{perl_requires}
%description %description
*** This is deprecated please do not use it *** (DEPRECATED) Test::Exception simplified
An alternative to Test::Exception that is much simpler. This alternative
does not use fancy stack tricks to hide itself. The idea here is to keep it
simple. This also solves the Test::Exception bug where some dies will be
hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a
warning will be generated as well.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build build flags=%{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
./Build test %{__make} test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc README %doc Changes README
%changelog %changelog