forked from pool/perl-Getopt-Long-Descriptive
WIP: Automatic update to Getopt-Long-Descriptive-0.117.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93bd88173c9b99c338085a8a70222ebb1c0ebad5c5feae1f742974a4c29c82ca
|
||||
size 35928
|
||||
BIN
Getopt-Long-Descriptive-0.117.tar.gz
LFS
Normal file
BIN
Getopt-Long-Descriptive-0.117.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 06:01:59 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.117.0 (0.117)
|
||||
see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
|
||||
|
||||
0.117 2026-02-19 15:24:11-05:00 America/New_York
|
||||
- add (experimental!!) generation of bash/zsh completion scripts for
|
||||
GLD-powered programs; this code might go away or change or break in
|
||||
the future, don't rely on it… yet?
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 31 05:32:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Getopt-Long-Descriptive
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 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,10 +18,10 @@
|
||||
|
||||
%define cpan_name Getopt-Long-Descriptive
|
||||
Name: perl-Getopt-Long-Descriptive
|
||||
Version: 0.116.0
|
||||
Version: 0.117.0
|
||||
Release: 0
|
||||
# 0.116 -> normalize -> 0.116.0
|
||||
%define cpan_version 0.116
|
||||
# 0.117 -> normalize -> 0.117.0
|
||||
%define cpan_version 0.117
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Getopt::Long, but simpler and more powerful
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,18 +31,18 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.11
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(Getopt::Long) >= 2.55
|
||||
BuildRequires: perl(Params::Validate) >= 0.97
|
||||
BuildRequires: perl(Params::Validate) >= 0.970
|
||||
BuildRequires: perl(Sub::Exporter) >= 0.972
|
||||
BuildRequires: perl(Sub::Exporter::Util)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings) >= 0.005
|
||||
BuildRequires: perl(Test::Warnings) >= 0.5
|
||||
Requires: perl(Getopt::Long) >= 2.55
|
||||
Requires: perl(Params::Validate) >= 0.97
|
||||
Requires: perl(Params::Validate) >= 0.970
|
||||
Requires: perl(Sub::Exporter) >= 0.972
|
||||
Requires: perl(Sub::Exporter::Util)
|
||||
Provides: perl(Getopt::Long::Descriptive) = %{version}
|
||||
@@ -60,7 +60,7 @@ It also provides usage (help) messages, data validation, and a few other
|
||||
useful features.
|
||||
|
||||
%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