WIP: Automatic update to v0.4.8 (0.4.8) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65713094978ae7b7b8e8842b67d877fbe02c57fba6606757f5a569736ec385e4
|
|
||||||
size 64873
|
|
BIN
Getopt-Euclid-0.4.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
Getopt-Euclid-0.4.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 13:57:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.4.8
|
||||||
|
see /usr/share/doc/packages/perl-Getopt-Euclid/Changes
|
||||||
|
|
||||||
|
0.4.8 2024-10-22
|
||||||
|
- another set of test failures on perls without '.' in @INC
|
||||||
|
- Promoting previous trial release to stable
|
||||||
|
|
||||||
|
0.4.7 2024-08-28 (TRIAL RELEASE)
|
||||||
|
- Don't fail tests on perl >= 5.41.3 (removal of apostrophe as
|
||||||
|
package separator (GH PR #2, thanks to jkeenan)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 6 16:52:46 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
Sat Apr 6 16:52:46 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Getopt-Euclid
|
# spec file for package perl-Getopt-Euclid
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,14 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with test
|
|
||||||
|
|
||||||
%define cpan_name Getopt-Euclid
|
%define cpan_name Getopt-Euclid
|
||||||
Name: perl-Getopt-Euclid
|
Name: perl-Getopt-Euclid
|
||||||
Version: 0.4.6
|
Version: 0.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Summary: Executable Uniform Command-Line Interface Descriptions
|
Summary: Executable Uniform Command-Line Interface Descriptions
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
|
||||||
@@ -31,15 +28,16 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
BuildRequires: perl(IO::Page)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(IO::Pager::Page)
|
||||||
BuildRequires: perl(Pod::PlainText)
|
BuildRequires: perl(Pod::PlainText)
|
||||||
BuildRequires: perl(Pod::Select)
|
BuildRequires: perl(Pod::Select)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
|
Requires: perl(IO::Page)
|
||||||
|
Requires: perl(IO::Pager::Page)
|
||||||
Requires: perl(Pod::PlainText)
|
Requires: perl(Pod::PlainText)
|
||||||
Requires: perl(Pod::Select)
|
Requires: perl(Pod::Select)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
Recommends: perl(IO::Pager::Page)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -98,16 +96,14 @@ in a module, rather than in the application's source file. See Module
|
|||||||
interface for more details.
|
interface for more details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
PERL_USE_UNSAFE_INC=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%if %{with test}
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
make test
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -116,5 +112,6 @@ PERL_USE_UNSAFE_INC=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user