Sync from SUSE:SLFO:Main perl-ExtUtils-Helpers revision d933ead51e2033d4200019b48e184cbb

This commit is contained in:
Adrian Schröter 2025-02-26 13:55:47 +01:00
parent 920e57ce6f
commit 07a4a20dd6
4 changed files with 42 additions and 19 deletions

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

Binary file not shown.

BIN
ExtUtils-Helpers-0.028.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 3 05:31:04 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.28.0 (0.028)
see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes
0.028 2024-09-02 22:25:13+02:00 Europe/Brussels
- Add ext argument to man1_pagename and man3_pagename
-------------------------------------------------------------------
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.28.0
Release: 0
# 0.028 -> normalize -> 0.28.0
%define cpan_version 0.028
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