Do not build-require Module::Build
This commit is contained in:
parent
b8572f35c2
commit
dc7833fc34
@ -5,7 +5,7 @@
|
||||
Name: perl-Module-Build
|
||||
Epoch: 2
|
||||
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Build and install Perl modules
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -38,7 +38,7 @@ BuildRequires: perl(File::Temp) >= 0.15
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Module::Build)
|
||||
# perl(Module::Build) is loaded from ./lib
|
||||
BuildRequires: perl(Module::Metadata) >= 1.000002
|
||||
BuildRequires: perl(Parse::CPAN::Meta)
|
||||
BuildRequires: perl(Perl::OSType) >= 1
|
||||
@ -106,6 +106,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user