Remove bundled modules

epel9
Petr Písař 13 years ago
parent 1d366e87b4
commit 92839f9752

@ -7,8 +7,7 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Manifest/ URL: http://search.cpan.org/dist/Module-Manifest/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Manifest-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Manifest-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Cwd) BuildRequires: perl(inc::Module::Install::DSL) >= 0.99
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time: # Run-time:
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(File::Spec) >= 0.80
@ -34,6 +33,8 @@ the MANIFEST.SKIP file and check that.
%prep %prep
%setup -q -n Module-Manifest-%{version} %setup -q -n Module-Manifest-%{version}
chmod -x examples/* chmod -x examples/*
# Remove bundled modules
rm -rf inc/*
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor

Loading…
Cancel
Save