Name: perl-File-SearchPath Version: 0.06 Release: 2%{?dist} Summary: Search for a file in an environment variable path License: GPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/File-SearchPath/ Source0: http://www.cpan.org/authors/id/T/TJ/TJENNESS/File-SearchPath-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Env::Path) BuildRequires: perl(File::Spec) >= 0.8 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Exporter) BuildRequires: perl(base) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) Requires: perl(Env::Path) Requires: perl(File::Spec) >= 0.8 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides the ability to search a path-like environment variable for a file (that does not necessarily have to be an executable). %prep %setup -q -n File-SearchPath-%{version} %build perl Build.PL installdirs=vendor ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Oct 17 2013 Kostas Georgiou 0.06-2 - Review changes/fixes #1018862. * Wed Oct 02 2013 Kostas Georgiou 0.06-1 - Specfile autogenerated by cpanspec 1.78.