Compare commits
96 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a3aa075ad2 | ||
|
987b364d41 | ||
|
0cfd48ce8d | ||
|
44420066ef | ||
|
cd5b9241d8 | ||
|
36975517ab | ||
|
26fe4c1bc5 | ||
|
fac2e35c6a | ||
|
0f478f86c2 | ||
|
71e1c2cf5a | ||
|
c4bda225c3 | ||
|
8c9c59f3d0 | ||
|
b0741f1551 | ||
|
a4e2b82b10 | ||
|
69f0db8cee | ||
|
78b3ca7f16 | ||
|
640655c2b1 | ||
|
8a8e411694 | ||
|
ec7a14a788 | ||
|
7c505ab394 | ||
|
f95edb0275 | ||
|
dcc09e3867 | ||
|
06e9d001a4 | ||
|
57605764b0 | ||
|
6036a8f3df | ||
|
5f3f7cc560 | ||
|
8182aa3546 | ||
|
27620a0ff7 | ||
|
9a1e89eac3 | ||
|
5eecfdbc54 | ||
|
d6cba179ca | ||
|
ce44cf9391 | ||
|
88ec246165 | ||
|
b0ed170ca9 | ||
|
3af1d23860 | ||
|
63b70782aa | ||
|
84ca960bf4 | ||
|
1dd86b5b92 | ||
|
e0c8e3d403 | ||
|
49e6ebfdb4 | ||
|
68a39743a4 | ||
|
2806421973 | ||
|
2509c02483 | ||
|
6ff0399158 | ||
|
d5ffdb4360 | ||
|
9d17ef9a21 | ||
|
1eb9b0e8d7 | ||
|
fc9106206d | ||
|
fd6fcf71af | ||
|
57bc2492c2 | ||
|
df3850a281 | ||
|
f78c4fdb44 | ||
|
5c752b30b8 | ||
|
651725c652 | ||
|
5a8ec1b6fe | ||
|
cfab8d02e7 | ||
|
016f1b1745 | ||
|
94927a8db9 | ||
|
44eb50cd1f | ||
|
319d464270 | ||
|
d58fb49439 | ||
|
6cfb7504a6 | ||
|
7842d063cf | ||
|
13db3c16d3 | ||
|
33c784b00f | ||
|
bd28c789df | ||
|
55d0dc1b51 | ||
|
78aea0643e | ||
|
4bf6559dae | ||
|
cfc36b2600 | ||
|
c05bde2cbd | ||
|
7e1eb6b733 | ||
|
5b8b173d9e | ||
|
a4175a89d7 | ||
|
dc7833fc34 | ||
|
b8572f35c2 | ||
|
794860053d | ||
|
55a06aa13f | ||
|
b2d4733624 | ||
|
f0aaf8fc7a | ||
|
0d297feeb6 | ||
|
d6bea7f890 | ||
|
6963f57cb6 | ||
|
b1a8442fa1 | ||
|
d436e5e3d8 | ||
|
6c2d38af13 | ||
|
24d312b2f9 | ||
|
18b8754394 | ||
|
87a02889d1 | ||
|
bd2974712b | ||
|
9f267f3874 | ||
|
e2f630b3da | ||
|
4ee0860549 | ||
|
4eff963612 | ||
|
c3249c0f6d | ||
|
fe656c9229 |
@ -1 +0,0 @@
|
|||||||
Module-Build-0.2808.tar.gz
|
|
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
Module-Build-0.2808.tar.gz
|
||||||
|
/Module-Build-0.3607.tar.gz
|
||||||
|
/Module-Build-0.3624.tar.gz
|
||||||
|
/Module-Build-0.3800.tar.gz
|
||||||
|
/Module-Build-0.40.tar.gz
|
||||||
|
/Module-Build-0.4001.tar.gz
|
||||||
|
/Module-Build-0.4002.tar.gz
|
||||||
|
/Module-Build-0.4003.tar.gz
|
||||||
|
/Module-Build-0.4004.tar.gz
|
||||||
|
/Module-Build-0.4005.tar.gz
|
||||||
|
/Module-Build-0.4007.tar.gz
|
||||||
|
/Module-Build-0.4008.tar.gz
|
||||||
|
/Module-Build-0.4201.tar.gz
|
||||||
|
/Module-Build-0.4202.tar.gz
|
||||||
|
/Module-Build-0.4203.tar.gz
|
||||||
|
/Module-Build-0.4204.tar.gz
|
||||||
|
/Module-Build-0.4205.tar.gz
|
||||||
|
/Module-Build-0.4206.tar.gz
|
||||||
|
/Module-Build-0.4208.tar.gz
|
||||||
|
/Module-Build-0.4210.tar.gz
|
||||||
|
/Module-Build-0.4211.tar.gz
|
||||||
|
/Module-Build-0.4212.tar.gz
|
||||||
|
/Module-Build-0.4214.tar.gz
|
||||||
|
/Module-Build-0.4216.tar.gz
|
||||||
|
/Module-Build-0.4218.tar.gz
|
||||||
|
/Module-Build-0.4220.tar.gz
|
||||||
|
/Module-Build-0.4222.tar.gz
|
||||||
|
/Module-Build-0.4224.tar.gz
|
||||||
|
/Module-Build-0.4229.tar.gz
|
||||||
|
/Module-Build-0.4231.tar.gz
|
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
|||||||
# Makefile for source rpm: perl-Module-Build
|
|
||||||
# $Id$
|
|
||||||
NAME := perl-Module-Build
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
@ -0,0 +1,145 @@
|
|||||||
|
From 6b096ea5670ed291abac632b296222b56d9fadb4 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
|
Date: Thu, 1 Mar 2018 14:44:40 +0100
|
||||||
|
Subject: [PATCH] Do not need a compiler if c_source is an empty list
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
c_source used to be string, then it allowed a reference to an array.
|
||||||
|
But in case the array was empty, auto_require() still enabled
|
||||||
|
needs_compiler property and thus implied probing a compiler and
|
||||||
|
a failure if none was available.
|
||||||
|
|
||||||
|
Minilla generates these Build.PLs for pure-Perl distributions. See
|
||||||
|
KAZUHO/Server-Starter-0.34.
|
||||||
|
|
||||||
|
This patch makes Module::Build not require C compiler for
|
||||||
|
c_source = [].
|
||||||
|
|
||||||
|
Petr Písař: Ported to 0.4224.
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
lib/Module/Build/API.pod | 8 ++++----
|
||||||
|
lib/Module/Build/Base.pm | 6 +++++-
|
||||||
|
t/properties/needs_compiler.t | 46 ++++++++++++++++++++++++++++++++++++++++---
|
||||||
|
3 files changed, 52 insertions(+), 8 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/lib/Module/Build/API.pod b/lib/Module/Build/API.pod
|
||||||
|
index cd2021a..c9be539 100644
|
||||||
|
--- a/lib/Module/Build/API.pod
|
||||||
|
+++ b/lib/Module/Build/API.pod
|
||||||
|
@@ -209,10 +209,10 @@ created by Module::Build.
|
||||||
|
|
||||||
|
[version 0.04]
|
||||||
|
|
||||||
|
-An optional C<c_source> argument specifies a directory which contains
|
||||||
|
-C source files that the rest of the build may depend on. Any C<.c>
|
||||||
|
-files in the directory will be compiled to object files. The
|
||||||
|
-directory will be added to the search path during the compilation and
|
||||||
|
+An optional C<c_source> argument specifies a directory or a reference to array
|
||||||
|
+of directories which contain C source files that the rest of the build may
|
||||||
|
+depend on. Any C<.c> files in the directory will be compiled to object files.
|
||||||
|
+The directory will be added to the search path during the compilation and
|
||||||
|
linking phases of any C or XS files.
|
||||||
|
|
||||||
|
[version 0.3604]
|
||||||
|
diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
|
||||||
|
index 984810a..a29c664 100644
|
||||||
|
--- a/lib/Module/Build/Base.pm
|
||||||
|
+++ b/lib/Module/Build/Base.pm
|
||||||
|
@@ -1520,7 +1520,11 @@ sub auto_require {
|
||||||
|
if ( $self->pureperl_only && $self->allow_pureperl ) {
|
||||||
|
$self->needs_compiler( 0 );
|
||||||
|
} else {
|
||||||
|
- $self->needs_compiler( keys %$xs_files || defined $self->c_source );
|
||||||
|
+ $self->needs_compiler( keys %$xs_files ||
|
||||||
|
+ ( defined $self->c_source &&
|
||||||
|
+ ( ref($self->c_source) ne 'ARRAY' || @{$self->c_source} )
|
||||||
|
+ )
|
||||||
|
+ );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if ($self->needs_compiler) {
|
||||||
|
diff --git a/t/properties/needs_compiler.t b/t/properties/needs_compiler.t
|
||||||
|
index f616dfc..c76d38f 100644
|
||||||
|
--- a/t/properties/needs_compiler.t
|
||||||
|
+++ b/t/properties/needs_compiler.t
|
||||||
|
@@ -5,7 +5,7 @@ use lib 't/lib';
|
||||||
|
use MBTest;
|
||||||
|
use DistGen;
|
||||||
|
|
||||||
|
-plan tests => 19;
|
||||||
|
+plan tests => 27;
|
||||||
|
|
||||||
|
# Ensure any Module::Build modules are loaded from correct directory
|
||||||
|
blib_load('Module::Build');
|
||||||
|
@@ -24,7 +24,7 @@ ok( ! exists $mb->{properties}{build_requires}{'ExtUtils::CBuilder'},
|
||||||
|
);
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------#
|
||||||
|
-# try with c_source
|
||||||
|
+# try with c_source as a string
|
||||||
|
#--------------------------------------------------------------------------#
|
||||||
|
$dist->change_build_pl({
|
||||||
|
module_name => $dist->name,
|
||||||
|
@@ -34,7 +34,7 @@ $dist->change_build_pl({
|
||||||
|
$dist->regen;
|
||||||
|
stderr_of(sub {
|
||||||
|
ok( $mb = $dist->new_from_context,
|
||||||
|
- "Build.PL with c_source"
|
||||||
|
+ "Build.PL with string c_source"
|
||||||
|
);
|
||||||
|
});
|
||||||
|
is( $mb->c_source, 'src', "c_source is set" );
|
||||||
|
@@ -44,6 +44,46 @@ ok( exists $mb->{properties}{build_requires}{'ExtUtils::CBuilder'},
|
||||||
|
);
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------#
|
||||||
|
+# try with c_source as an array
|
||||||
|
+#--------------------------------------------------------------------------#
|
||||||
|
+$dist->change_build_pl({
|
||||||
|
+ module_name => $dist->name,
|
||||||
|
+ license => 'perl',
|
||||||
|
+ c_source => ['src'],
|
||||||
|
+});
|
||||||
|
+$dist->regen;
|
||||||
|
+stderr_of(sub {
|
||||||
|
+ ok( $mb = $dist->new_from_context,
|
||||||
|
+ "Build.PL with non-empty array c_source"
|
||||||
|
+ );
|
||||||
|
+});
|
||||||
|
+is_deeply( $mb->c_source, ['src'], "c_source is set" );
|
||||||
|
+ok( $mb->needs_compiler, "needs_compiler is true" );
|
||||||
|
+ok( exists $mb->{properties}{build_requires}{'ExtUtils::CBuilder'},
|
||||||
|
+ "ExtUtils::CBuilder was added to build_requires"
|
||||||
|
+);
|
||||||
|
+
|
||||||
|
+#--------------------------------------------------------------------------#
|
||||||
|
+# try with c_source as an empty array
|
||||||
|
+#--------------------------------------------------------------------------#
|
||||||
|
+$dist->change_build_pl({
|
||||||
|
+ module_name => $dist->name,
|
||||||
|
+ license => 'perl',
|
||||||
|
+ c_source => [],
|
||||||
|
+});
|
||||||
|
+$dist->regen;
|
||||||
|
+stderr_of(sub {
|
||||||
|
+ ok( $mb = $dist->new_from_context,
|
||||||
|
+ "Build.PL with empty array c_source"
|
||||||
|
+ );
|
||||||
|
+});
|
||||||
|
+is_deeply( $mb->c_source, [], "c_source is set" );
|
||||||
|
+ok( ! $mb->needs_compiler, "needs_compiler is false" );
|
||||||
|
+ok( ! exists $mb->{properties}{build_requires}{'ExtUtils::CBuilder'},
|
||||||
|
+ "ExtUtils::CBuilder is not in build_requires"
|
||||||
|
+);
|
||||||
|
+
|
||||||
|
+#--------------------------------------------------------------------------#
|
||||||
|
# try with xs files
|
||||||
|
#--------------------------------------------------------------------------#
|
||||||
|
$dist = DistGen->new(dir => 'MBTest', xs => 1);
|
||||||
|
--
|
||||||
|
2.13.6
|
||||||
|
|
@ -0,0 +1,39 @@
|
|||||||
|
From 043add527dd6bc05d5ef5750839ab21c2fdab9e6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
|
Date: Mon, 28 Mar 2022 11:18:38 +0200
|
||||||
|
Subject: [PATCH] Do not die on missing ExtUtils::CBuilder in have_c_compiler()
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
In Fedora, ExtUtils::CBuilder is optional to allow installing perl
|
||||||
|
without gcc (bug #1547165). Module::Build::have_c_compiler() uses
|
||||||
|
ExtUtils::CBuilder to detect a presence of a C compiler. If
|
||||||
|
ExtUtils::CBuilder was not installed, have_c_compiler() died instead
|
||||||
|
of returning a false value.
|
||||||
|
|
||||||
|
This error manifested in perl-Alien-Base-ModuleBuild tests. This patch
|
||||||
|
changes have_c_compiler() to return true if ExtUtils::CBuilder is not
|
||||||
|
available.
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
lib/Module/Build/Base.pm | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
|
||||||
|
index 1352fcf..4e0f843 100644
|
||||||
|
--- a/lib/Module/Build/Base.pm
|
||||||
|
+++ b/lib/Module/Build/Base.pm
|
||||||
|
@@ -5315,7 +5315,7 @@ sub have_c_compiler {
|
||||||
|
return $p->{_have_c_compiler} if defined $p->{_have_c_compiler};
|
||||||
|
|
||||||
|
$self->log_verbose("Checking if compiler tools configured... ");
|
||||||
|
- my $b = $self->cbuilder;
|
||||||
|
+ my $b = eval { $self->cbuilder };
|
||||||
|
my $have = $b && eval { $b->have_compiler };
|
||||||
|
$self->log_verbose($have ? "ok.\n" : "failed.\n");
|
||||||
|
return $p->{_have_c_compiler} = $have;
|
||||||
|
--
|
||||||
|
2.34.1
|
||||||
|
|
@ -1,35 +1,135 @@
|
|||||||
%define module_version 0.2808
|
%global cpan_version_major 0.42
|
||||||
|
%global cpan_version_minor 31
|
||||||
|
%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
|
||||||
|
|
||||||
|
# Run optional tests
|
||||||
|
%if ! (0%{?rhel})
|
||||||
|
%bcond_without perl_Module_Build_enables_optional_test
|
||||||
|
%else
|
||||||
|
%bcond_with perl_Module_Build_enables_optional_test
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
# When the module version is x.yz, set Version to x.yz00.
|
Epoch: 2
|
||||||
Version: 0.2808
|
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
||||||
Release: 1%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Build and install Perl modules
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
URL: https://metacpan.org/release/Module-Build
|
||||||
URL: http://search.cpan.org/dist/Module-Build/
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-%{cpan_version}.tar.gz
|
||||||
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{module_version}.tar.gz
|
# Do not require a compiler if c_source is an empty list, bug #1547165,
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
# CPAN RT#124625,
|
||||||
|
# <https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/UWQ6SDRKNTX6SM6RBJ35CDBGRCV3ZSKP/>
|
||||||
|
Patch0: Module-Build-0.4224-Do-not-need-a-compiler-if-c_source-is-an-empty-list.patch
|
||||||
|
# Handle missing ExtUtils::CBuilder as a missing compiler, bug #1547165.
|
||||||
|
Patch1: Module-Build-0.4231-Do-not-die-on-missing-ExtUtils-CBuilder-in-have_c_co.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Archive::Tar) >= 1.08
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl(Archive::Tar)
|
||||||
|
BuildRequires: perl(AutoSplit)
|
||||||
|
BuildRequires: perl(base)
|
||||||
|
BuildRequires: perl(blib)
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(Config)
|
||||||
|
BuildRequires: perl(CPAN::Meta) >= 2.142060
|
||||||
|
BuildRequires: perl(CPAN::Meta::Converter) >= 2.141170
|
||||||
|
BuildRequires: perl(CPAN::Meta::Merge)
|
||||||
|
BuildRequires: perl(CPAN::Meta::YAML) >= 0.003
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
|
BuildRequires: perl(Data::Dumper)
|
||||||
|
BuildRequires: perl(DynaLoader)
|
||||||
|
BuildRequires: perl(Exporter)
|
||||||
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
||||||
|
BuildRequires: perl(ExtUtils::Install) >= 0.3
|
||||||
|
BuildRequires: perl(ExtUtils::Installed)
|
||||||
|
BuildRequires: perl(ExtUtils::Manifest) >= 1.54
|
||||||
|
BuildRequires: perl(ExtUtils::Mkbootstrap)
|
||||||
|
BuildRequires: perl(ExtUtils::Packlist)
|
||||||
|
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
|
||||||
|
BuildRequires: perl(File::Basename)
|
||||||
|
BuildRequires: perl(File::Compare)
|
||||||
|
BuildRequires: perl(File::Copy)
|
||||||
|
BuildRequires: perl(File::Find)
|
||||||
|
BuildRequires: perl(File::Path)
|
||||||
|
BuildRequires: perl(File::Spec) >= 0.82
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(File::Temp) >= 0.15
|
||||||
|
BuildRequires: perl(Getopt::Long)
|
||||||
|
BuildRequires: perl(inc::latest)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
|
# perl(Module::Build) is loaded from ./lib
|
||||||
|
BuildRequires: perl(Module::Metadata) >= 1.000002
|
||||||
|
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4401
|
||||||
|
BuildRequires: perl(Perl::OSType) >= 1
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
# Optional tests:
|
||||||
|
%if !%{defined perl_bootstrap}
|
||||||
|
%if %{with perl_Module_Build_enables_optional_test}
|
||||||
BuildRequires: perl(Archive::Zip)
|
BuildRequires: perl(Archive::Zip)
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.15
|
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||||
BuildRequires: perl(ExtUtils::ParseXS) >= 1.02
|
BuildRequires: perl(PAR::Dist)
|
||||||
BuildRequires: perl(PAR::Dist) >= 0.17
|
%if 0%{?fedora} || 0%{?rhel} < 7
|
||||||
BuildRequires: perl(YAML)
|
BuildRequires: perl(Pod::Readme)
|
||||||
# Avoid a circular build dependency (#215558).
|
%endif
|
||||||
#BuildRequires: perl(Pod::Readme) >= 0.04
|
%endif
|
||||||
#BuildRequires: perl(version) >= 0.661
|
%endif
|
||||||
Requires: perl(Archive::Tar) >= 1.08
|
BuildRequires: perl(TAP::Harness)
|
||||||
Requires: perl(ExtUtils::CBuilder) >= 0.15
|
BuildRequires: perl(TAP::Harness::Env)
|
||||||
Requires: perl(ExtUtils::ParseXS) >= 1.02
|
BuildRequires: perl(Test::Harness) >= 3.29
|
||||||
#Requires: perl(Pod::Readme) >= 0.04
|
BuildRequires: perl(Test::More) >= 0.49
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
BuildRequires: perl(Text::ParseWords)
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
|
BuildRequires: perl(version) >= 0.87
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
Requires: perl(CPAN::Meta) >= 2.142060
|
||||||
|
Requires: perl(CPAN::Meta::Converter) >= 2.141170
|
||||||
|
Requires: perl(CPAN::Meta::Merge)
|
||||||
|
# Do not hard-require ExtUtils::CBuilder to allow installing Module::Build
|
||||||
|
# without gcc, bug #1547165. Module::Build users have to require
|
||||||
|
# ExtUtils::CBuilder explicitly according to "XS Extensions" section in
|
||||||
|
# Module::Build::Authoring POD.
|
||||||
|
Recommends: perl(ExtUtils::CBuilder) >= 0.27
|
||||||
|
Requires: perl(ExtUtils::Install) >= 0.3
|
||||||
|
Requires: perl(ExtUtils::Manifest) >= 1.54
|
||||||
|
Requires: perl(ExtUtils::Mkbootstrap)
|
||||||
|
Requires: perl(ExtUtils::ParseXS) >= 2.21
|
||||||
|
Requires: perl(inc::latest)
|
||||||
|
Requires: perl(Module::Metadata) >= 1.000002
|
||||||
|
# Keep PAR support optional (PAR::Dist)
|
||||||
|
Requires: perl(Perl::OSType) >= 1
|
||||||
|
Requires: perl(TAP::Harness::Env)
|
||||||
|
Requires: perl(Test::Harness)
|
||||||
|
%if !%{defined perl_bootstrap}
|
||||||
|
# Optional run-time needed for Software::License license identifier,
|
||||||
|
# bug #1152319
|
||||||
|
Requires: perl(Software::License)
|
||||||
|
%endif
|
||||||
|
# Optional run-time needed for generating documentation from POD:
|
||||||
|
Requires: perl(Pod::Html)
|
||||||
|
Requires: perl(Pod::Man) >= 2.17
|
||||||
|
Requires: perl(Pod::Text)
|
||||||
|
# Run-time for generated Build scripts from Build.PLs:
|
||||||
|
# Those are already found by dependency generator. Just make sure they
|
||||||
|
# present.
|
||||||
|
# Cwd
|
||||||
|
# File::Basename
|
||||||
|
# File::Spec
|
||||||
|
# strict
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
# Remove under-specified dependencies
|
||||||
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((ExtUtils::Install|File::Spec|Module::Build|Module::Metadata|Perl::OSType)\\)$
|
||||||
|
%global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::YAML\\) >= 0.002$
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module::Build is a system for building, testing, and installing Perl
|
Module::Build is a system for building, testing, and installing Perl
|
||||||
modules. It is meant to be an alternative to ExtUtils::MakeMaker.
|
modules. It is meant to be an alternative to ExtUtils::MakeMaker.
|
||||||
Developers may alter the behavior of the module through subclassing in a
|
Developers may alter the behavior of the module through sub-classing in a
|
||||||
much more straightforward way than with MakeMaker. It also does not require
|
much more straightforward way than with MakeMaker. It also does not require
|
||||||
a make on your system - most of the Module::Build code is pure-perl and
|
a make on your system - most of the Module::Build code is pure-perl and
|
||||||
written in a very cross-platform way. In fact, you don't even need a shell,
|
written in a very cross-platform way. In fact, you don't even need a shell,
|
||||||
@ -38,132 +138,301 @@ only prerequisites are modules that are included with perl 5.6.0, and it
|
|||||||
works fine on perl 5.005 if you can install a few additional modules.
|
works fine on perl 5.005 if you can install a few additional modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-%{module_version}
|
%autosetup -p1 -n Module-Build-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build
|
./Build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
|
%{_fixperms} %{buildroot}/*
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
||||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
||||||
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
rm t/signature.t
|
||||||
|
LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc Changes README
|
%doc Changes contrib README
|
||||||
%{_bindir}/config_data
|
%{_bindir}/config_data
|
||||||
%{perl_vendorlib}/Module
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man1/config_data.1*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man3/Module::Build*.3*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.2808-1
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.31-15
|
||||||
- Update to 0.2808.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
- Drop explicit dependency on Pod::Readme.
|
|
||||||
- BR PAR::Dist and Archive::Zip for better test coverage.
|
|
||||||
|
|
||||||
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 0.2807-1
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-14
|
||||||
- Update to 0.2807.
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
* Sat Dec 16 2006 Steven Pritchard <steve@kspei.com> 0.2806-1
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-13
|
||||||
- Update to 0.2806.
|
- Perl 5.36 rebuild
|
||||||
- Use fixperms macro instead of our own chmod incantation.
|
|
||||||
|
|
||||||
* Wed Nov 15 2006 Steven Pritchard <steve@kspei.com> 0.2805-3
|
* Mon Mar 28 2022 Petr Pisar <ppisar@redhat.com> - 2:0.42.31-12
|
||||||
- Don't BR Pod::Readme. (#215558)
|
- Handle missing ExtUtils::CBuilder as a missing compiler (bug #1547165)
|
||||||
|
|
||||||
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.2805-2
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.31-11
|
||||||
- Rebuild.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 0.2805-1
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.31-10
|
||||||
- Update to 0.2805.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
- Use the bundled version.pm code for now.
|
|
||||||
|
|
||||||
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 0.2804-1
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-9
|
||||||
- Update to 0.2804.
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
||||||
- BR perl(version).
|
|
||||||
- Fix find option order.
|
|
||||||
|
|
||||||
* Mon May 22 2006 Steven Pritchard <steve@kspei.com> 0.2801-1
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-8
|
||||||
- Update to 0.2801.
|
- Perl 5.34 rebuild
|
||||||
- Drop the /dev/zero hack. (Upstream fixed this problem.)
|
|
||||||
|
|
||||||
* Thu May 18 2006 Steven Pritchard <steve@kspei.com> 0.2800-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.31-7
|
||||||
- Take input from /dev/zero during "Build test" to avoid test failure.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Wed May 17 2006 Steven Pritchard <steve@kspei.com> 0.2800-1
|
* Fri Dec 11 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-6
|
||||||
- Update to 0.28, but call it 0.2800 to avoid an epoch bump.
|
- Disable optional tests on RHEL
|
||||||
- Various spec cleanups to closer match cpanspec output.
|
|
||||||
|
|
||||||
* Wed Mar 15 2006 Steven Pritchard <steve@kspei.com> - 0.2612-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.31-5
|
||||||
- Add versioned deps for Archive::Tar, ExtUtils::CBuilder, and
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
ExtUtils::ParseXS.
|
|
||||||
|
|
||||||
* Sat Mar 11 2006 Steven Pritchard <steve@kspei.com> - 0.2612-1
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-4
|
||||||
- Update to 0.2612.
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> - 0.2611-2
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-3
|
||||||
- Minor spec cleanup.
|
- Perl 5.32 rebuild
|
||||||
- Add COPYING and Artistic.
|
|
||||||
|
|
||||||
* Wed Jul 06 2005 Steven Pritchard <steve@kspei.com> - 0.2611-1
|
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 2:0.42.31-2
|
||||||
- Update to 0.2611.
|
- BR: perl(blib), needed for t/xs.t
|
||||||
|
|
||||||
* Sat May 7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.2610-3
|
* Wed Jan 29 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.31-1
|
||||||
- Rebuild.
|
- 0.4231 bump
|
||||||
|
|
||||||
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.2610-2
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.29-4
|
||||||
- 0.2610.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
- Trust that %%{perl_vendorlib} is defined.
|
|
||||||
|
|
||||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-3
|
||||||
- rebuilt
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
* Thu Jan 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2608-1
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-2
|
||||||
- Update to 0.2608, Test::Harness kludge no longer needed.
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
* Sun Dec 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2606-1
|
* Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-1
|
||||||
- Update to 0.2606.
|
- 0.4229 bump
|
||||||
|
|
||||||
* Wed Dec 1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2605-1
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-11
|
||||||
- Update to 0.2605.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
- Disable some tests if Test::Harness::Straps is < 0.20 to avoid failing
|
|
||||||
when the default @INC is longish, such as in FC3 Perl.
|
|
||||||
http://sourceforge.net/mailarchive/forum.php?thread_id=6056820&forum_id=10905
|
|
||||||
http://rt.cpan.org/NoAuth/Bug.html?id=5649
|
|
||||||
|
|
||||||
* Sun Oct 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.26-0.fdr.1
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-10
|
||||||
- Update to 0.26.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.25-0.fdr.3
|
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-9
|
||||||
- Require perl(YAML) and perl(ExtUtils::ParseXS) (bug 1348).
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
* Tue Apr 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.25-0.fdr.2
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-8
|
||||||
- Do not require Archive::Tar, it is not used on Unix platforms anyway.
|
- Perl 5.28 rebuild
|
||||||
Instead, gzip and tar are used, but even they are optional and used only
|
|
||||||
in the 'dist' and 'ppmdist' actions.
|
|
||||||
|
|
||||||
* Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.25-0.fdr.1
|
* Thu Mar 01 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-7
|
||||||
- Update to 0.25.
|
- Do not require a compiler if c_source is an empty list (bug #1547165)
|
||||||
|
|
||||||
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.24-0.fdr.2
|
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-6
|
||||||
- Require perl(:MODULE_COMPAT_*).
|
- Do not hard-require ExtUtils::CBuilder (bug #1547165)
|
||||||
|
|
||||||
* Thu Feb 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.24-0.fdr.1
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-5
|
||||||
- Update to 0.24.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Jan 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.22-0.fdr.1
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-4
|
||||||
- Update to 0.22.
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Sep 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.20-0.fdr.1
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-3
|
||||||
- First build.
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-2
|
||||||
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
* Wed May 31 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-1
|
||||||
|
- 0.4224 bump
|
||||||
|
|
||||||
|
* Fri Mar 31 2017 Petr Pisar <ppisar@redhat.com> - 2:0.42.22-1
|
||||||
|
- 0.4222 bump
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.20-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.20-1
|
||||||
|
- 0.4220 bump
|
||||||
|
|
||||||
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-3
|
||||||
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-2
|
||||||
|
- Perl 5.24 rebuild
|
||||||
|
|
||||||
|
* Tue Apr 26 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-1
|
||||||
|
- 0.4218 bump
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.16-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.16-1
|
||||||
|
- 0.4216 bump
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.14-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 12 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.14-1
|
||||||
|
- 0.4214 bump
|
||||||
|
|
||||||
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-3
|
||||||
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-2
|
||||||
|
- Perl 5.22 rebuild
|
||||||
|
|
||||||
|
* Mon May 18 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-1
|
||||||
|
- 0.4212 bump
|
||||||
|
|
||||||
|
* Fri Jan 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.11-1
|
||||||
|
- 0.4211 bump
|
||||||
|
|
||||||
|
* Fri Jan 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-4
|
||||||
|
- Sub-package perl-inc-latest
|
||||||
|
|
||||||
|
* Thu Dec 11 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-3
|
||||||
|
- Disable File::ShareDir optional tests when bootstrapping
|
||||||
|
|
||||||
|
* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-2
|
||||||
|
- Require Software::License to recognize more license identifiers (bug #1152319)
|
||||||
|
|
||||||
|
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-1
|
||||||
|
- 0.4210 bump
|
||||||
|
|
||||||
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.08-3
|
||||||
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.08-2
|
||||||
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
* Tue Aug 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.08-1
|
||||||
|
- 0.4208 bump
|
||||||
|
|
||||||
|
* Wed Jul 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.06-1
|
||||||
|
- 0.4206 bump
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.05-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 13 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.05-1
|
||||||
|
- 0.4205 bump
|
||||||
|
|
||||||
|
* Wed Jan 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.04-1
|
||||||
|
- 0.4204 bump
|
||||||
|
|
||||||
|
* Thu Nov 28 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.03-1
|
||||||
|
- 0.4203 bump
|
||||||
|
|
||||||
|
* Mon Nov 25 2013 Petr Pisar <ppisar@redhat.com> - 2:0.42.02-1
|
||||||
|
- 0.4202 bump
|
||||||
|
|
||||||
|
* Tue Nov 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.01-1
|
||||||
|
- 0.4201 bump
|
||||||
|
|
||||||
|
* Tue Nov 05 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.08-1
|
||||||
|
- 0.4008 bump
|
||||||
|
|
||||||
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.07-3
|
||||||
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.40.07-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.05-1
|
||||||
|
- 0.4007 bump
|
||||||
|
|
||||||
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2:0.40.05-2
|
||||||
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
* Mon Apr 29 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.05-1
|
||||||
|
- 0.4005 bump
|
||||||
|
|
||||||
|
* Wed Apr 03 2013 Petr Šabata <contyk@redhat.com> - 2:0.40.04-1
|
||||||
|
- 0.4004 bump
|
||||||
|
|
||||||
|
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-5
|
||||||
|
- Run-require POD convertors to get manual pages when building other packages
|
||||||
|
|
||||||
|
* Mon Dec 10 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-4
|
||||||
|
- YAML::Tiny is not needed at build time (bug #885146)
|
||||||
|
|
||||||
|
* Wed Nov 21 2012 Petr Šabata <contyk@redhat.com> - 2:0.40.03-3
|
||||||
|
- Add a few missing deps
|
||||||
|
- Drop command macros
|
||||||
|
|
||||||
|
* Mon Sep 03 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-2
|
||||||
|
- Do not build-require Module::Build (bug #849328)
|
||||||
|
|
||||||
|
* Mon Aug 20 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-1
|
||||||
|
- 0.4003 bump
|
||||||
|
|
||||||
|
* Mon Jul 30 2012 Jitka Plesnikova <jplesnik@redhat.com> 2:0.40.02-1
|
||||||
|
- 0.4002 bump
|
||||||
|
|
||||||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.40.01-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-3
|
||||||
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-2
|
||||||
|
- Perl 5.16 rebuild
|
||||||
|
|
||||||
|
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-1
|
||||||
|
- 0.4001 bump
|
||||||
|
|
||||||
|
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-3
|
||||||
|
- Perl 5.16 rebuild
|
||||||
|
|
||||||
|
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-2
|
||||||
|
- Do not run PAR tests on bootstrap
|
||||||
|
|
||||||
|
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-1
|
||||||
|
- 0.40 bump
|
||||||
|
- All reverse dependecies must require use 2-digit Module::Build version now
|
||||||
|
|
||||||
|
* Wed May 30 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-5
|
||||||
|
- conditionalize some test
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3800-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-3
|
||||||
|
- BR on perl-devel because this package contains macros used by rpmbuild
|
||||||
|
for Perl packages
|
||||||
|
|
||||||
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-2
|
||||||
|
- rebuild with Perl 5.14.1, remove defatter
|
||||||
|
|
||||||
|
* Wed Mar 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-1
|
||||||
|
- update to 0.3800
|
||||||
|
|
||||||
|
* Wed Mar 02 2011 Petr Pisar <ppisar@redhat.com> - 1:0.3624-2
|
||||||
|
- Raise epoch to Core level
|
||||||
|
- Remove BuildRoot stuff
|
||||||
|
|
||||||
|
* Mon Feb 28 2011 Marcela Mašláňová <mmaslano@redhat.com> 0.3624-1
|
||||||
|
- update to new version
|
||||||
|
- fix BR, R
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3607-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 30 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-3
|
||||||
|
- switch off experimental test
|
||||||
|
|
||||||
|
* Tue Jun 8 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-2
|
||||||
|
- copy check part&upload key from Paul Howarth
|
||||||
|
- fix macro
|
||||||
|
|
||||||
|
* Mon May 31 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-1
|
||||||
|
- add BR, update, switch on some other tests
|
||||||
|
|
||||||
|
* Tue Mar 09 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3603-1
|
||||||
|
- Specfile autogenerated by cpanspec 1.78.
|
||||||
|
Loading…
Reference in New Issue
Block a user