From 9489f626259a5c33217558518f8295900f95a981 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 30 Jan 2013 16:22:31 +0000 Subject: [PATCH] Don't "unbundle" Module::Install as we end up build-requiring ourselves --- perl-Module-Install.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 0dc654f..c1dd274 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,6 +1,6 @@ Name: perl-Module-Install Version: 1.06 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -22,11 +22,9 @@ BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) >= 3.28 BuildRequires: perl(File::Temp) -BuildRequires: perl(inc::Module::Install) BuildRequires: perl(JSON) >= 2.14 BuildRequires: perl(lib) BuildRequires: perl(LWP::UserAgent) >= 5.812 -BuildRequires: perl(Module::AutoInstall) BuildRequires: perl(Module::Build) >= 0.29 BuildRequires: perl(Module::CoreList) >= 2.17 BuildRequires: perl(Module::ScanDeps) >= 0.89 @@ -55,7 +53,6 @@ version 5.005 or newer. %prep %setup -q -n Module-Install-%{version} -rm -rf inc %build perl Makefile.PL INSTALLDIRS=vendor @@ -76,6 +73,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Wed Jan 30 2013 Paul Howarth - 1.06-3 +- Don't "unbundle" Module::Install as we end up build-requiring ourselves + * Tue Nov 20 2012 Petr Ĺ abata - 1.06-2 - Add missing deps - Unbundle Module::Install