Name: perl-Path-ScanINC Version: 1.000000 Release: 1%{?dist} Summary: Emulate Perls internal handling of @INC License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Path-ScanINC/ Source0: http://www.cpan.org/modules/by-module/Path/Path-ScanINC-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Carp) BuildRequires: perl(Class::Tiny) BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(FindBin) BuildRequires: perl(lib) BuildRequires: perl(List::Util) BuildRequires: perl(Path::Tiny) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(subs) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Try::Tiny) BuildRequires: perl(utf8) BuildRequires: perl(version) BuildRequires: perl(warnings) Requires: perl(Data::Dump) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Aim of this module is to fully implement everything Perl does with @INC, to be feature compatible with it, including the behavior with regard to "sub refs" in @INC. %prep %setup -q -n Path-ScanINC-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes LICENSE README TODO misc %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 24 2014 David Dick - 1.000000-1 - Initial release