forked from pool/perl-App-Cmd
Automatic update to v0.338.0 (0.338) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6acf2c31108bbc38a6f0d747112df0036cb95f33db094ac470f698b0539a0eb
|
|
||||||
size 50287
|
|
||||||
BIN
App-Cmd-0.338.tar.gz
(Stored with Git LFS)
Normal file
BIN
App-Cmd-0.338.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 19:47:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.338.0 (0.338)
|
||||||
|
see /usr/share/doc/packages/perl-App-Cmd/Changes
|
||||||
|
|
||||||
|
0.338 2025-10-03 15:56:06-04:00 America/New_York
|
||||||
|
- add experimental --for-completion option to "commands" to help make
|
||||||
|
shell completion; THIS MAY CHANGE WEIRDLY
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 31 05:30:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Tue Dec 31 05:30:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-App-Cmd
|
# spec file for package perl-App-Cmd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name App-Cmd
|
%define cpan_name App-Cmd
|
||||||
Name: perl-App-Cmd
|
Name: perl-App-Cmd
|
||||||
Version: 0.337.0
|
Version: 0.338.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.337 -> normalize -> 0.337.0
|
# 0.338 -> normalize -> 0.338.0
|
||||||
%define cpan_version 0.337
|
%define cpan_version 0.338
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Write command line apps with less suffering
|
Summary: Write command line apps with less suffering
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,8 +31,8 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.13
|
BuildRequires: perl(Capture::Tiny) >= 0.130
|
||||||
BuildRequires: perl(Class::Load) >= 0.06
|
BuildRequires: perl(Class::Load) >= 0.60
|
||||||
BuildRequires: perl(Data::OptList)
|
BuildRequires: perl(Data::OptList)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
BuildRequires: perl(Getopt::Long) >= 2.39
|
BuildRequires: perl(Getopt::Long) >= 2.39
|
||||||
@@ -49,8 +49,8 @@ BuildRequires: perl(Test::Fatal)
|
|||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(experimental)
|
BuildRequires: perl(experimental)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(Capture::Tiny) >= 0.13
|
Requires: perl(Capture::Tiny) >= 0.130
|
||||||
Requires: perl(Class::Load) >= 0.06
|
Requires: perl(Class::Load) >= 0.60
|
||||||
Requires: perl(Data::OptList)
|
Requires: perl(Data::OptList)
|
||||||
Requires: perl(Getopt::Long) >= 2.39
|
Requires: perl(Getopt::Long) >= 2.39
|
||||||
Requires: perl(Getopt::Long::Descriptive) >= 0.116
|
Requires: perl(Getopt::Long::Descriptive) >= 0.116
|
||||||
@@ -76,6 +76,8 @@ Provides: perl(App::Cmd::Subdispatch) = %{version}
|
|||||||
Provides: perl(App::Cmd::Subdispatch::DashedStyle) = %{version}
|
Provides: perl(App::Cmd::Subdispatch::DashedStyle) = %{version}
|
||||||
Provides: perl(App::Cmd::Tester) = %{version}
|
Provides: perl(App::Cmd::Tester) = %{version}
|
||||||
Provides: perl(App::Cmd::Tester::CaptureExternal) = %{version}
|
Provides: perl(App::Cmd::Tester::CaptureExternal) = %{version}
|
||||||
|
Provides: perl(App::Cmd::Tester::Exited) = %{version}
|
||||||
|
Provides: perl(App::Cmd::Tester::Result) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -87,7 +89,7 @@ usually involved.
|
|||||||
For information on how to start using App::Cmd, see App::Cmd::Tutorial.
|
For information on how to start using App::Cmd, see App::Cmd::Tutorial.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user