Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
5428da8039 | |||
3c548ae7bc | |||
876eb3f702 | |||
b7d3fa120a | |||
631856db31 | |||
ddda162964 | |||
2e71a36a3f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71260e9421b93c33dd1b3e7d0cf15f759c0ca7c753fa840279ec3be70f8f8c9d
|
||||
size 22193
|
3
Module-Build-Tiny-0.052.tar.gz
Normal file
3
Module-Build-Tiny-0.052.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd10452c9f24d4b4fe594126e3ad231bab6cebf16acda40a4e8dc784907eb87f
|
||||
size 22980
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 25 05:33:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.52.0 (0.052)
|
||||
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
|
||||
|
||||
0.052 2025-05-12 19:51:31+02:00 Europe/Brussels
|
||||
- Add extra_compiler_flags and extra_linker_flags command line arguments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 05:31:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.51.0 (0.051)
|
||||
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
|
||||
|
||||
0.051 2024-09-06 11:05:08+02:00 Europe/Brussels
|
||||
- Make CPAN::Requirements::Dynamic an optional dependency
|
||||
|
||||
0.050 2024-09-04 10:21:13+02:00 Europe/Brussels
|
||||
- Revert "Make CPAN::Requirements::Dynamic an optional dependency"
|
||||
|
||||
0.049 2024-09-03 19:25:05+02:00 Europe/Brussels
|
||||
- Make CPAN::Requirements::Dynamic an optional dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:31:32 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 0.48.0 (0.048)
|
||||
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
|
||||
|
||||
0.048 2024-04-28 14:58:04+02:00 Europe/Brussels
|
||||
- Implement dynamic prerequisites
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:43:09 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Build-Tiny
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,37 +18,41 @@
|
||||
|
||||
%define cpan_name Module-Build-Tiny
|
||||
Name: perl-Module-Build-Tiny
|
||||
Version: 0.47.0
|
||||
Version: 0.52.0
|
||||
Release: 0
|
||||
%define cpan_version 0.047
|
||||
# 0.052 -> normalize -> 0.52.0
|
||||
%define cpan_version 0.052
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Tiny replacement for Module::Build
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
||||
BuildRequires: perl(ExtUtils::Helpers) >= 0.020
|
||||
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
||||
BuildRequires: perl(ExtUtils::Config) >= 0.3
|
||||
BuildRequires: perl(ExtUtils::Helpers) >= 0.20
|
||||
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.2
|
||||
BuildRequires: perl(ExtUtils::ParseXS)
|
||||
BuildRequires: perl(Getopt::Long) >= 2.36
|
||||
BuildRequires: perl(JSON::PP) >= 2
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(TAP::Harness::Env)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(CPAN::Meta)
|
||||
Requires: perl(ExtUtils::CBuilder)
|
||||
Requires: perl(ExtUtils::Config) >= 0.003
|
||||
Requires: perl(ExtUtils::Helpers) >= 0.020
|
||||
Requires: perl(ExtUtils::InstallPaths) >= 0.002
|
||||
Requires: perl(ExtUtils::Config) >= 0.3
|
||||
Requires: perl(ExtUtils::Helpers) >= 0.20
|
||||
Requires: perl(ExtUtils::InstallPaths) >= 0.2
|
||||
Requires: perl(ExtUtils::ParseXS)
|
||||
Requires: perl(Getopt::Long) >= 2.36
|
||||
Requires: perl(JSON::PP) >= 2
|
||||
Requires: perl(TAP::Harness::Env)
|
||||
Provides: perl(Module::Build::Tiny) = 0.47.0
|
||||
Provides: perl(Module::Build::Tiny) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(CPAN::Requirements::Dynamic)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -61,7 +65,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.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
Reference in New Issue
Block a user