Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37694347
en ru br
ALT Linux repositórios
S:1.18-alt1

Group :: Desenvolvimento/Perl
RPM: perl-File-Next

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1
#
#   - File::Next -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       File::Next
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module File-Next
%define m_distro File-Next
%define m_name File::Next
%define m_author_id unknown
%define _enable_test 1

Name: perl-File-Next
Version: 1.18
Release: alt1

Summary: File-finding iterator

License: Artistic
Group: Development/Perl
Url: %CPAN %m_distro

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch

Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Fri Jan 30 2009

BuildRequires: perl-Test-Differences perl-Test-Pod perl-Test-Pod-Coverage

%description
File::Next is a lightweight, taint-safe file-finding module.
It's lightweight and has no non-core prerequisites.

   use File::Next;

   my $files = File::Next::files( '/tmp' );

   while ( defined ( my $file = $files->() ) ) {
       # do something...
   }

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%doc Changes README.md
%perl_vendor_privlib/File/Next.pm

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009