commit 92839f975298e91a8dd2bc0176f985887d378bcf Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Aug 9 11:01:54 2012 +0200 Remove bundled modules perl-Module-Manifest.spec | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) --- diff --git a/perl-Module-Manifest.spec b/perl-Module-Manifest.spec index adf0798..4e2425c 100644 --- a/perl-Module-Manifest.spec +++ b/perl-Module-Manifest.spec @@ -7,8 +7,7 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Manifest/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Manifest-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(Cwd) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(inc::Module::Install::DSL) >= 0.99 # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(File::Spec) >= 0.80 @@ -34,6 +33,8 @@ the MANIFEST.SKIP file and check that. %prep %setup -q -n Module-Manifest-%{version} chmod -x examples/* +# Remove bundled modules +rm -rf inc/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel