Blob Blame History Raw
Name:           perl-File-Next
Version:        1.02
Release:        2%{?dist}
Summary:        File::Next Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Next/
Source0:        http://www.cpan.org/modules/by-module/File/File-Next-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
File::Next is an iterator-based module for finding files.  It's
lightweight, has no dependencies, runs under taint mode, and puts your
program more directly in control of file selection.

%prep
%setup -q -n File-Next-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes perlcriticrc README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-2
- rebuild for new perl

* Thu Jan 17 2008 Ian Burrell <ianburrell@gmail.com> - 1.02-1
- Update to 1.02

* Thu Aug 16 2007 Ian M. Burrell <ianburrell@gmail.com> - 0.40-2
- Fix BuildRequires

* Sun May  6 2007 Ian Burrell <ianburrell@gmail.com> - 0.40-1
- Update to 0.40

* Tue Jan 30 2007 Ian M. Burrell <ianburrell@gmail.com> - 0.38-2
- Add BuildRequires Test::Pod and Test::Pod::Coverage

* Mon Jan 29 2007 Ian Burrell <ianburrell@gmail.com> 0.38-1
- Specfile autogenerated by cpanspec 1.69.1.