[perl-Module-Install-ExtraTests] Use included Module::Install to avoid build dependency cycles (#906007)

Paul Howarth pghmcfc at fedoraproject.org
Tue Feb 5 15:59:07 UTC 2013


commit 24ee883300a32a9208284c5e7bbb1ba8bfe6e3eb
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Feb 5 15:58:36 2013 +0000

    Use included Module::Install to avoid build dependency cycles (#906007)

 perl-Module-Install-ExtraTests.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-Module-Install-ExtraTests.spec b/perl-Module-Install-ExtraTests.spec
index 1a8753d..7d055ec 100644
--- a/perl-Module-Install-ExtraTests.spec
+++ b/perl-Module-Install-ExtraTests.spec
@@ -1,19 +1,18 @@
 Name:       perl-Module-Install-ExtraTests 
 Version:    0.008
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Ignorable, contextual test support for Module::Install
 Url:        http://search.cpan.org/dist/Module-Install-ExtraTests
 Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz 
 BuildArch:  noarch
-BuildRequires:  perl(Module::Install)
 # Run-time
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::Command)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Install::Base)
 # Tests
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -32,8 +31,6 @@ instances:
 
 %prep
 %setup -q -n Module-Install-ExtraTests-%{version}
-# Update bundled Module::Install from system
-touch inc/.author
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb  5 2013 Paul Howarth <paul at city-fan.org> - 0.008-2
+- Use included Module::Install to avoid build dependency cycles (#906007)
+
 * Wed Jan  1 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.008-1
 - 0.008 bump
 


More information about the scm-commits mailing list