commit
9302126f71
@ -1,41 +0,0 @@
|
|||||||
--- Makefile.PL
|
|
||||||
+++ Makefile.PL
|
|
||||||
@@ -13,18 +13,8 @@ BEGIN
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
-use inc::latest 'Capture::Tiny';
|
|
||||||
-use inc::latest 'Config::AutoConf';
|
|
||||||
-
|
|
||||||
-if (inc::latest->can("write"))
|
|
||||||
-{
|
|
||||||
- inc::latest->write("inc");
|
|
||||||
- for my $mod (inc::latest->loaded_modules)
|
|
||||||
- {
|
|
||||||
- inc::latest->bundle_module($mod, "inc");
|
|
||||||
- }
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
+use Capture::Tiny;
|
|
||||||
+use Config::AutoConf;
|
|
||||||
use ExtUtils::MakeMaker;
|
|
||||||
|
|
||||||
use inc::Config::AutoConf::LMU ();
|
|
||||||
@@ -48,7 +38,6 @@ my %RUN_DEPS = (
|
|
||||||
'XSLoader' => "0.22",
|
|
||||||
);
|
|
||||||
my %BUNDLE_CONFIGURE_DEPS = (
|
|
||||||
- 'inc::latest' => '0.500',
|
|
||||||
'Config::AutoConf' => '0.315',
|
|
||||||
);
|
|
||||||
my %CONFIGURE_DEPS = (
|
|
||||||
--- t/lib/Test/LMU.pm
|
|
||||||
+++ t/lib/Test/LMU.pm
|
|
||||||
@@ -16,7 +16,6 @@ my $CLASS = __PACKAGE__;
|
|
||||||
eval "use Storable qw();";
|
|
||||||
$@ or Storable->import(qw(freeze));
|
|
||||||
__PACKAGE__->can("freeze") or eval <<'EOFR';
|
|
||||||
-use inc::latest 'JSON::PP';
|
|
||||||
use JSON::PP qw();
|
|
||||||
sub freeze {
|
|
||||||
my $json = JSON::PP->new();
|
|
||||||
@ -1,13 +1,11 @@
|
|||||||
Name : perl-List-MoreUtils-XS
|
Name : perl-List-MoreUtils-XS
|
||||||
Version: 0.428
|
Version: 0.428
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Provide compiled List::MoreUtils functions
|
Summary: Provide compiled List::MoreUtils functions
|
||||||
License: (GPL+ or Artistic) and ASL 2.0
|
License: (GPL+ or Artistic) and ASL 2.0
|
||||||
URL: https://metacpan.org/release/List-MoreUtils-XS
|
URL: https://metacpan.org/release/List-MoreUtils-XS
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: List-MoreUtils-XS-0.428-unbundle.patch
|
|
||||||
|
|
||||||
BuildRequires: perl-generators perl-interpreter perl(Capture::Tiny) perl(Config::AutoConf) >= 0.315
|
BuildRequires: perl-generators perl-interpreter perl(Capture::Tiny) perl(Config::AutoConf) >= 0.315
|
||||||
BuildRequires: coreutils findutils perl(Test::More) >= 0.96 perl(ExtUtils::CBuilder)
|
BuildRequires: coreutils findutils perl(Test::More) >= 0.96 perl(ExtUtils::CBuilder)
|
||||||
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||||
@ -53,6 +51,12 @@ make test
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.428-7
|
||||||
|
- Type: enhancement
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: remove unnecessary files
|
||||||
|
|
||||||
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.428-6
|
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.428-6
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user