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:f6acf2c31108bbc38a6f0d747112df0036cb95f33db094ac470f698b0539a0eb
|
||||
size 50287
|
||||
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,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>
|
||||
|
||||
|
||||
@@ -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,20 +18,21 @@
|
||||
|
||||
%define cpan_name App-Cmd
|
||||
Name: perl-App-Cmd
|
||||
Version: 0.337.0
|
||||
Version: 0.338.0
|
||||
Release: 0
|
||||
# 0.337 -> normalize -> 0.337.0
|
||||
%define cpan_version 0.337
|
||||
# 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
|
||||
@@ -48,8 +49,8 @@ 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.116
|
||||
@@ -75,6 +76,8 @@ 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}
|
||||
|
||||
@@ -86,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