From 5b8b173d9ee4f5164217c6e25768829f7468c5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 10 Dec 2012 09:54:29 +0100 Subject: [PATCH] YAML::Tiny is not needed at build time --- perl-Module-Build.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index ab30871..7edaea3 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -5,7 +5,7 @@ Name: perl-Module-Build Epoch: 2 Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -58,7 +58,6 @@ BuildRequires: perl(Pod::Readme) BuildRequires: perl(Test::Harness) >= 3.16 BuildRequires: perl(Test::More) >= 0.49 BuildRequires: perl(version) >= 0.87 -BuildRequires: perl(YAML::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(CPAN::Meta) >= 2.110420 Requires: perl(CPAN::Meta::YAML) >= 0.003 @@ -112,6 +111,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test %{_mandir}/man3/* %changelog +* Mon Dec 10 2012 Petr Pisar - 2:0.40.03-4 +- YAML::Tiny is not needed at build time (bug #885146) + * Wed Nov 21 2012 Petr Ĺ abata - 2:0.40.03-3 - Add a few missing deps - Drop command macros