Accepting request 736675 from home:tinita:branches:devel:languages:perl
- Regenerate spec with newest cpanspec * Add PERL_USE_UNSAFE_INC * Remove old tarball Catalyst-Plugin-StackTrace-0.11.tar.gz Build will pass again OBS-URL: https://build.opensuse.org/request/show/736675 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-StackTrace?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
6f9b9608f1
commit
dfe9b6735c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b0f21ea9b5a5864357558d8fba96a3c455414612c1aa97123cb07f5ec8ecfc6
|
|
||||||
size 19289
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 13:08:00 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Regenerate spec with newest cpanspec
|
||||||
|
* Add PERL_USE_UNSAFE_INC
|
||||||
|
* Remove old tarball Catalyst-Plugin-StackTrace-0.11.tar.gz
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 21 19:23:50 UTC 2014 - mardnh@gmx.de
|
Mon Apr 21 19:23:50 UTC 2014 - mardnh@gmx.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Catalyst-Plugin-StackTrace
|
# spec file for package perl-Catalyst-Plugin-StackTrace
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX 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
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -21,24 +21,20 @@ Version: 0.12
|
|||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Catalyst-Plugin-StackTrace
|
%define cpan_name Catalyst-Plugin-StackTrace
|
||||||
Summary: Display a stack trace on the debug screen
|
Summary: Display a stack trace on the debug screen
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Catalyst) >= 5.70
|
BuildRequires: perl(Catalyst) >= 5.70
|
||||||
BuildRequires: perl(Devel::StackTrace)
|
BuildRequires: perl(Devel::StackTrace)
|
||||||
BuildRequires: perl(MRO::Compat) >= 0.10
|
BuildRequires: perl(MRO::Compat) >= 0.10
|
||||||
BuildRequires: perl(Module::Pluggable) >= 5.1
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
||||||
Requires: perl(Catalyst) >= 5.70
|
Requires: perl(Catalyst) >= 5.70
|
||||||
Requires: perl(Devel::StackTrace)
|
Requires: perl(Devel::StackTrace)
|
||||||
Requires: perl(MRO::Compat) >= 0.10
|
Requires: perl(MRO::Compat) >= 0.10
|
||||||
Requires: perl(Module::Pluggable) >= 5.1
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -52,24 +48,22 @@ setting the 'enable' config option.
|
|||||||
|
|
||||||
%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} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%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
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user