|
|
|
@ -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
|
|
|
|
|