Accepting request 297400 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Debug-Client?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c50d1edc89
commit
e8c7fa9e83
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb18f132c74259c34f66603d5d7eaabe4be9c863a45f93c890a02cf8bea5e9bb
|
||||
size 23506
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e0ce044c15d626fbafddee6b945d777aa2fb507fbd39ed0f22d35f58a1558e
|
||||
size 30339
|
3
Debug-Client-0.29.tar.gz
Normal file
3
Debug-Client-0.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51f4ea6c6991221024a08b6106d4af1455452fae3b809b0bf0a208fbddb30efa
|
||||
size 41615
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 20:35:27 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.29
|
||||
see /usr/share/doc/packages/perl-Debug-Client/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 20:35:25 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.12
|
||||
see /usr/share/doc/packages/perl-Debug-Client/Changes
|
||||
|
||||
v0.12 2011.07.21
|
||||
skip some tests if ~/.perldb exists (GARU)
|
||||
add an example called debugger.pl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 27 22:48:57 CET 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -1,55 +1,90 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
#
|
||||
# spec file for package perl-Debug-Client
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Debug-Client
|
||||
Version: 0.11
|
||||
Version: 0.29
|
||||
Release: 0
|
||||
Summary: Client side code for perl debugger
|
||||
Source: http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Debug-Client-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/Debug-Client
|
||||
%define cpan_name Debug-Client
|
||||
Summary: Debugger Client Side Code for Padre, the Perl Ide
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
%{perl_requires}
|
||||
Url: http://search.cpan.org/dist/Debug-Client/
|
||||
Source0: http://www.cpan.org/authors/id/B/BO/BOWTIE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(Carp)
|
||||
Requires: perl(Test::More) >= 0.47
|
||||
Requires: perl(IO::Socket)
|
||||
Requires: perl(Carp)
|
||||
BuildRequires: perl(Carp) >= 1.20
|
||||
BuildRequires: perl(Exporter) >= 5.64
|
||||
BuildRequires: perl(File::HomeDir) >= 1
|
||||
BuildRequires: perl(File::Spec) >= 3.4
|
||||
BuildRequires: perl(File::Temp) >= 0.2301
|
||||
BuildRequires: perl(IO::Socket::IP) >= 0.21
|
||||
BuildRequires: perl(PadWalker) >= 1.96
|
||||
BuildRequires: perl(Term::ReadLine) >= 1.1
|
||||
BuildRequires: perl(Term::ReadLine::Gnu) >= 1.2
|
||||
BuildRequires: perl(Test::CheckDeps) >= 0.006
|
||||
BuildRequires: perl(Test::Class) >= 0.39
|
||||
BuildRequires: perl(Test::Deep) >= 0.11
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Requires) >= 0.07
|
||||
BuildRequires: perl(constant) >= 1.21
|
||||
BuildRequires: perl(parent) >= 0.225
|
||||
BuildRequires: perl(version) >= 0.9902
|
||||
Requires: perl(Carp) >= 1.20
|
||||
Requires: perl(IO::Socket::IP) >= 0.21
|
||||
Requires: perl(PadWalker) >= 1.96
|
||||
Requires: perl(Term::ReadLine) >= 1.1
|
||||
Requires: perl(Term::ReadLine::Gnu) >= 1.2
|
||||
Requires: perl(constant) >= 1.21
|
||||
Recommends: perl(ExtUtils::MakeMaker) >= 6.66
|
||||
Recommends: perl(File::Spec::Functions) >= 3.4
|
||||
Recommends: perl(List::Util) >= 1.27
|
||||
Recommends: perl(Test::Pod) >= 1.48
|
||||
Recommends: perl(Test::Pod::Coverage) >= 1.08
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Client side code for the Perl debugger.
|
||||
This is a DEVELOPMENT Release only, you have been warned!
|
||||
|
||||
The primary use of this module is to provide debugger functionality for
|
||||
Padre 0.98 and beyond,
|
||||
|
||||
This module has been tested against Perl 5.18.0
|
||||
|
||||
%prep
|
||||
%setup -q -n "Debug-Client-%{version}"
|
||||
%__sed -i '/^auto_install/d' Makefile.PL
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||
%__make %{?jobs:-j%{jobs}}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%dir %{perl_vendorlib}/Debug
|
||||
%{perl_vendorlib}/Debug/Client.pm
|
||||
%dir %{perl_vendorarch}/auto/Debug
|
||||
%{perl_vendorarch}/auto/Debug/Client
|
||||
%doc %{perl_man3dir}/Debug::Client.%{perl_man3ext}%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user