forked from pool/perl-Module-Build-Tiny
Accepting request 1114773 from devel:languages:perl:autoupdate
- updated to 0.047
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
0.047 2023-09-28 17:53:41+02:00 Europe/Brussels
- Avoid using empty regex for backwards compatability
OBS-URL: https://build.opensuse.org/request/show/1114773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be193027e2debb4c9926434aaf1aa46c9fc7bf4db83dcc347eb6e359ee878289
|
|
||||||
size 22153
|
|
||||||
3
Module-Build-Tiny-0.047.tar.gz
Normal file
3
Module-Build-Tiny-0.047.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71260e9421b93c33dd1b3e7d0cf15f759c0ca7c753fa840279ec3be70f8f8c9d
|
||||||
|
size 22193
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 29 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.047
|
||||||
|
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
|
||||||
|
|
||||||
|
0.047 2023-09-28 17:53:41+02:00 Europe/Brussels
|
||||||
|
- Avoid using empty regex for backwards compatability
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 03:06:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Tue Jun 13 03:06:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Module-Build-Tiny
|
%define cpan_name Module-Build-Tiny
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.046
|
Version: 0.47.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 0.047
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Tiny replacement for Module::Build
|
Summary: Tiny replacement for Module::Build
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -46,6 +47,8 @@ Requires: perl(ExtUtils::ParseXS)
|
|||||||
Requires: perl(Getopt::Long) >= 2.36
|
Requires: perl(Getopt::Long) >= 2.36
|
||||||
Requires: perl(JSON::PP) >= 2
|
Requires: perl(JSON::PP) >= 2
|
||||||
Requires: perl(TAP::Harness::Env)
|
Requires: perl(TAP::Harness::Env)
|
||||||
|
Provides: perl(Module::Build::Tiny) = 0.47.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -58,7 +61,7 @@ Whereas Module::Build has over 6,700 lines of code; this module has less
|
|||||||
than 200, yet supports the features needed by most distributions.
|
than 200, yet supports the features needed by most distributions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user