Compare commits

1 Commits
main ... 1.1

4 changed files with 18 additions and 41 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
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 Sat Sep 10 05:25:15 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-ExtUtils-Helpers # spec file for package perl-ExtUtils-Helpers
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -12,29 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define cpan_name ExtUtils-Helpers
Name: perl-ExtUtils-Helpers Name: perl-ExtUtils-Helpers
Version: 0.28.0 Version: 0.026
Release: 0 Release: 0
# 0.028 -> normalize -> 0.28.0 %define cpan_name ExtUtils-Helpers
%define cpan_version 0.028
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Various portability utilities for module builders Summary: Various portability utilities for module builders
URL: https://metacpan.org/release/%{cpan_name} License: Artistic-1.0 or GPL-1.0+
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz 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
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros 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} %{perl_requires}
%description %description
@@ -42,14 +37,14 @@ This module provides various portable helper functions for module building
modules. modules.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %setup -q -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%make_build %{__make} %{?_smp_mflags}
%check %check
make test %{__make} test
%install %install
%perl_make_install %perl_make_install
@@ -57,7 +52,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes README %defattr(-,root,root,755)
%license LICENSE %doc Changes LICENSE README
%changelog %changelog