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

Paul Howarth pghmcfc at fedoraproject.org
Tue Feb 5 15:45:58 UTC 2013


commit 90c4cb80d8449be441e79cba3b4e167603fad58e
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Feb 5 15:40:00 2013 +0000

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

 perl-Module-Install-AutoManifest.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-Module-Install-AutoManifest.spec b/perl-Module-Install-AutoManifest.spec
index dc70020..25b6f09 100644
--- a/perl-Module-Install-AutoManifest.spec
+++ b/perl-Module-Install-AutoManifest.spec
@@ -1,15 +1,15 @@
 Name:           perl-Module-Install-AutoManifest
 Version:        0.003
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The module generates MANIFEST automatically
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Install-AutoManifest/
 Source0:        http://www.cpan.org/authors/id/H/HD/HDP/Module-Install-AutoManifest-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(inc::Module::Install)
-BuildRequires:  perl(Module::Install::Base)
-BuildRequires:  perl(Module::Install::ExtraTests)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -19,8 +19,6 @@ automatically generating MANIFEST.
 
 %prep
 %setup -q -n Module-Install-AutoManifest-%{version}
-rm -r inc
-sed -i -e '/^inc\// d' MANIFEST
 find -type f -exec chmod -x {} +
 
 %build
@@ -42,6 +40,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb  5 2013 Paul Howarth <paul at city-fan.org> - 0.003-4
+- Use shipped Module::Install to avoid build dependency cycles (#906007)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.003-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list