- 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:
parent
d4d55474db
commit
f503283382
BIN
ExtUtils-Helpers-0.026.tar.gz
(Stored with Git LFS)
BIN
ExtUtils-Helpers-0.026.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ExtUtils-Helpers-0.027.tar.gz
Normal file
3
ExtUtils-Helpers-0.027.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d592131dc5845a86dc28be9143f764e73cb62db06fedf50a895be1324b6cec5
|
||||||
|
size 16557
|
@ -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
|
Sat Sep 10 05:25:15 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-Helpers
|
# 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
|
# 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,24 +12,29 @@
|
|||||||
# 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 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
|
%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
|
Summary: Various portability utilities for module builders
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
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
|
||||||
@ -37,14 +42,14 @@ This module provides various portable helper functions for module building
|
|||||||
modules.
|
modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -52,7 +57,7 @@ modules.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README
|
||||||
%doc Changes LICENSE README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user