[perl-Module-Install] Don't "unbundle" Module::Install as we end up build-requiring ourselves

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 30 16:22:57 UTC 2013


commit 9489f626259a5c33217558518f8295900f95a981
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 30 16:22:31 2013 +0000

    Don't "unbundle" Module::Install as we end up build-requiring ourselves

 perl-Module-Install.spec |    8 ++++----
 1 files 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 <paul at city-fan.org> - 1.06-3
+- Don't "unbundle" Module::Install as we end up build-requiring ourselves
+
 * Tue Nov 20 2012 Petr Ĺ abata <contyk at redhat.com> - 1.06-2
 - Add missing deps
 - Unbundle Module::Install


More information about the scm-commits mailing list