Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cd66ebcc5e | |||
| d8050eb07b | |||
| 2e1b9e5d6d | |||
| df86eb2c47 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df966b57d59abb196e00304885e5bf117ca958182ae3f4eedf17218ea2838e81
|
||||
size 50366
|
||||
BIN
App-Cmd-0.338.tar.gz
LFS
Normal file
BIN
App-Cmd-0.338.tar.gz
LFS
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 0.337.0 (0.337)
|
||||
see /usr/share/doc/packages/perl-App-Cmd/Changes
|
||||
|
||||
0.337 2024-12-30 17:58:25-05:00 America/New_York
|
||||
- improve how overriding getopt_conf interacts with unknown options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 21:59:37 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,23 +18,25 @@
|
||||
|
||||
%define cpan_name App-Cmd
|
||||
Name: perl-App-Cmd
|
||||
Version: 0.336.0
|
||||
Version: 0.338.0
|
||||
Release: 0
|
||||
%define cpan_version 0.336
|
||||
# 0.338 -> normalize -> 0.338.0
|
||||
%define cpan_version 0.338
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Write command line apps with less suffering
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.13
|
||||
BuildRequires: perl(Class::Load) >= 0.06
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.130
|
||||
BuildRequires: perl(Class::Load) >= 0.60
|
||||
BuildRequires: perl(Data::OptList)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(Getopt::Long) >= 2.39
|
||||
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084
|
||||
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.116
|
||||
BuildRequires: perl(IO::TieCombine)
|
||||
BuildRequires: perl(IPC::Cmd)
|
||||
BuildRequires: perl(Module::Pluggable::Object)
|
||||
@@ -47,11 +49,11 @@ BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(experimental)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Capture::Tiny) >= 0.13
|
||||
Requires: perl(Class::Load) >= 0.06
|
||||
Requires: perl(Capture::Tiny) >= 0.130
|
||||
Requires: perl(Class::Load) >= 0.60
|
||||
Requires: perl(Data::OptList)
|
||||
Requires: perl(Getopt::Long) >= 2.39
|
||||
Requires: perl(Getopt::Long::Descriptive) >= 0.084
|
||||
Requires: perl(Getopt::Long::Descriptive) >= 0.116
|
||||
Requires: perl(IO::TieCombine)
|
||||
Requires: perl(Module::Pluggable::Object)
|
||||
Requires: perl(Pod::Usage) >= 1.61
|
||||
@@ -61,19 +63,21 @@ Requires: perl(Sub::Exporter::Util)
|
||||
Requires: perl(Sub::Install)
|
||||
Requires: perl(experimental)
|
||||
Requires: perl(parent)
|
||||
Provides: perl(App::Cmd) = 0.336.0
|
||||
Provides: perl(App::Cmd::ArgProcessor) = 0.336.0
|
||||
Provides: perl(App::Cmd::Command) = 0.336.0
|
||||
Provides: perl(App::Cmd::Command::commands) = 0.336.0
|
||||
Provides: perl(App::Cmd::Command::help) = 0.336.0
|
||||
Provides: perl(App::Cmd::Command::version) = 0.336.0
|
||||
Provides: perl(App::Cmd::Plugin) = 0.336.0
|
||||
Provides: perl(App::Cmd::Setup) = 0.336.0
|
||||
Provides: perl(App::Cmd::Simple) = 0.336.0
|
||||
Provides: perl(App::Cmd::Subdispatch) = 0.336.0
|
||||
Provides: perl(App::Cmd::Subdispatch::DashedStyle) = 0.336.0
|
||||
Provides: perl(App::Cmd::Tester) = 0.336.0
|
||||
Provides: perl(App::Cmd::Tester::CaptureExternal) = 0.336.0
|
||||
Provides: perl(App::Cmd) = %{version}
|
||||
Provides: perl(App::Cmd::ArgProcessor) = %{version}
|
||||
Provides: perl(App::Cmd::Command) = %{version}
|
||||
Provides: perl(App::Cmd::Command::commands) = %{version}
|
||||
Provides: perl(App::Cmd::Command::help) = %{version}
|
||||
Provides: perl(App::Cmd::Command::version) = %{version}
|
||||
Provides: perl(App::Cmd::Plugin) = %{version}
|
||||
Provides: perl(App::Cmd::Setup) = %{version}
|
||||
Provides: perl(App::Cmd::Simple) = %{version}
|
||||
Provides: perl(App::Cmd::Subdispatch) = %{version}
|
||||
Provides: perl(App::Cmd::Subdispatch::DashedStyle) = %{version}
|
||||
Provides: perl(App::Cmd::Tester) = %{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
|
||||
%{perl_requires}
|
||||
|
||||
@@ -85,7 +89,7 @@ usually involved.
|
||||
For information on how to start using App::Cmd, see App::Cmd::Tutorial.
|
||||
|
||||
%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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user