Name: perl-Path-Iter Version: 0.2 Release: 1%{?dist} Summary: Simple Efficient Path Iteration License: GPL+ or Artistic URL: http://search.cpan.org/dist/Path-Iter/ Source0: http://www.cpan.org/authors/id/D/DM/DMUEY/Path-Iter-%{version}.tar.gz BuildArch: noarch BuildRequires: %{__perl} BuildRequires: %{__make} BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(File::Spec) BuildRequires: perl(strict) BuildRequires: perl(warnings) # tests BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Iterate through the contents of a given path without having to build the entire list first. %prep %setup -q -n Path-Iter-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 %{__make} %{?_smp_mflags} %install %{__make} pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check %{__make} test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jan 05 2018 Ralf Corsépius - 0.2-1 - Initial Fedora package.