forked from pool/perl-App-Cmd
Accepting request 106259 from devel:languages:perl
- updated to 0.316 fix the test of "echo" on Win32 (thanks, Chris Williams) totally worthless release made by mistake adds App::Cmd::Tester::CaptureExternal to capture output from external subcommands (thanks, David Golden) if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be respected (thanks, Andreas Hernitscheck) don't load Text::Abbrev until it's needed (thanks, Olivier Mengué) OBS-URL: https://build.opensuse.org/request/show/106259 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ce3363de69548c3de11697d9df5b7c72420fe77edb94224abdb217df1045d0e
|
|
||||||
size 30261
|
|
3
App-Cmd-0.316.tar.gz
Normal file
3
App-Cmd-0.316.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ed897012474892ce2a35ce1138dce687e34cd0499fbbaac9a6b1eb915a78ef4
|
||||||
|
size 32334
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 08:55:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.316
|
||||||
|
fix the test of "echo" on Win32 (thanks, Chris Williams)
|
||||||
|
totally worthless release made by mistake
|
||||||
|
adds App::Cmd::Tester::CaptureExternal to capture output from
|
||||||
|
external subcommands (thanks, David Golden)
|
||||||
|
if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be
|
||||||
|
respected (thanks, Andreas Hernitscheck)
|
||||||
|
don't load Text::Abbrev until it's needed (thanks, Olivier Mengué)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 19 20:26:10 UTC 2011 - coolo@suse.com
|
Sat Nov 19 20:26:10 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-App-Cmd
|
# spec file for package perl-App-Cmd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@@ -15,47 +15,63 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-App-Cmd
|
Name: perl-App-Cmd
|
||||||
Version: 0.312
|
Version: 0.316
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name App-Cmd
|
%define cpan_name App-Cmd
|
||||||
Summary: Write command line apps with less suffering
|
Summary: Write command line apps with less suffering
|
||||||
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/App-Cmd/
|
Url: http://search.cpan.org/dist/App-Cmd/
|
||||||
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Patch1: perl-App-Cmd-old_Test-More.patch
|
Patch1: perl-App-Cmd-old_Test-More.patch
|
||||||
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(Carp)
|
BuildRequires: perl(Capture::Tiny) >= 0.13
|
||||||
BuildRequires: perl(Class::Load) >= 0.06
|
BuildRequires: perl(Class::Load) >= 0.06
|
||||||
BuildRequires: perl(Data::Dumper)
|
|
||||||
BuildRequires: perl(Data::OptList)
|
BuildRequires: perl(Data::OptList)
|
||||||
BuildRequires: perl(File::Basename)
|
|
||||||
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084
|
||||||
BuildRequires: perl(IO::TieCombine)
|
BuildRequires: perl(IO::TieCombine)
|
||||||
|
BuildRequires: perl(IPC::Cmd)
|
||||||
|
BuildRequires: perl(Module::Pluggable::Object)
|
||||||
BuildRequires: perl(String::RewritePrefix)
|
BuildRequires: perl(String::RewritePrefix)
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Sub::Exporter::Util)
|
BuildRequires: perl(Sub::Exporter::Util)
|
||||||
BuildRequires: perl(Sub::Install)
|
BuildRequires: perl(Sub::Install)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Text::Abbrev)
|
BuildRequires: perl(parent)
|
||||||
BuildRequires: perl(constant)
|
#BuildRequires: perl(App::Cmd)
|
||||||
Requires: perl(Carp)
|
#BuildRequires: perl(App::Cmd::ArgProcessor)
|
||||||
|
#BuildRequires: perl(App::Cmd::Command)
|
||||||
|
#BuildRequires: perl(App::Cmd::Plugin)
|
||||||
|
#BuildRequires: perl(App::Cmd::Setup)
|
||||||
|
#BuildRequires: perl(App::Cmd::Simple)
|
||||||
|
#BuildRequires: perl(App::Cmd::Subdispatch)
|
||||||
|
#BuildRequires: perl(App::Cmd::Tester)
|
||||||
|
#BuildRequires: perl(App::Cmd::Tester::CaptureExternal)
|
||||||
|
#BuildRequires: perl(Test::BrokenCmd)
|
||||||
|
#BuildRequires: perl(Test::BrokenCmd::Command)
|
||||||
|
#BuildRequires: perl(Test::MyCmd)
|
||||||
|
#BuildRequires: perl(Test::MyCmdAbbrev)
|
||||||
|
#BuildRequires: perl(Test::MySimple)
|
||||||
|
#BuildRequires: perl(Test::WithSetup)
|
||||||
|
#BuildRequires: perl(Test::WSNCC)
|
||||||
|
#BuildRequires: perl(Test::WSOF)
|
||||||
|
Requires: perl(Capture::Tiny) >= 0.13
|
||||||
Requires: perl(Class::Load) >= 0.06
|
Requires: perl(Class::Load) >= 0.06
|
||||||
Requires: perl(Data::OptList)
|
Requires: perl(Data::OptList)
|
||||||
Requires: perl(File::Basename)
|
|
||||||
Requires: perl(Getopt::Long::Descriptive) >= 0.084
|
Requires: perl(Getopt::Long::Descriptive) >= 0.084
|
||||||
Requires: perl(IO::TieCombine)
|
Requires: perl(IO::TieCombine)
|
||||||
|
Requires: perl(Module::Pluggable::Object)
|
||||||
Requires: perl(String::RewritePrefix)
|
Requires: perl(String::RewritePrefix)
|
||||||
Requires: perl(Sub::Exporter)
|
Requires: perl(Sub::Exporter)
|
||||||
Requires: perl(Sub::Exporter::Util)
|
Requires: perl(Sub::Exporter::Util)
|
||||||
Requires: perl(Sub::Install)
|
Requires: perl(Sub::Install)
|
||||||
Requires: perl(Text::Abbrev)
|
Requires: perl(parent)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -85,9 +101,6 @@ sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
|
|||||||
%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(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
Reference in New Issue
Block a user