- updated to 0.27.0 (0.027)

see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes
  0.027     2024-06-18 20:34:46+02:00 Europe/BrusselsA
            - Revert "Make split_like_shell always unixy"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Helpers?expand=0&rev=12
This commit is contained in:
Petr Gajdos 2024-06-24 07:39:34 +00:00 committed by Git OBS Bridge
parent d4d55474db
commit f503283382
4 changed files with 33 additions and 19 deletions

BIN
ExtUtils-Helpers-0.026.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d592131dc5845a86dc28be9143f764e73cb62db06fedf50a895be1324b6cec5
size 16557

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 23 16:18:43 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 0.27.0 (0.027)
see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes
0.027 2024-06-18 20:34:46+02:00 Europe/BrusselsA
- Revert "Make split_like_shell always unixy"
-------------------------------------------------------------------
Sat Sep 10 05:25:15 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Helpers
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,24 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-ExtUtils-Helpers
Version: 0.026
Release: 0
%define cpan_name ExtUtils-Helpers
Name: perl-ExtUtils-Helpers
Version: 0.27.0
Release: 0
# 0.027 -> normalize -> 0.27.0
%define cpan_version 0.027
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Various portability utilities for module builders
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Helpers/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(ExtUtils::Helpers) = %{version}
Provides: perl(ExtUtils::Helpers::Unix) = %{version}
Provides: perl(ExtUtils::Helpers::VMS) = %{version}
Provides: perl(ExtUtils::Helpers::Windows) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -37,14 +42,14 @@ This module provides various portable helper functions for module building
modules.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@ -52,7 +57,7 @@ modules.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog