Package perl-Getopt-ArgvFile: Specfile

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

%define module Getopt-ArgvFile
%define m_distro Getopt-ArgvFile
%define m_name Getopt::ArgvFile
%define m_author_id JSTENZEL
%define _enable_test 1

Name: perl-Getopt-ArgvFile
Version: 1.11
Release: alt1.1

Summary: interpolates script options from files into @ARGV or another array

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.11.tar.gz

# Automatically added by buildreq on Tue Sep 06 2005
BuildRequires: perl-devel

%description
This module simply interpolates option file hints in @ARGV
by the contents of the pointed files. This enables option
reading from *files* instead of or additional to the usual
reading from the command line.

Alternatively, you can process any array instead of @ARGV
which is used by default and mentioned mostly in this manual.

The interpolated @ARGV could be subsequently processed by
the usual option handling, e.g. by a Getopt::xxx module.
Getopt::ArgvFile does *not* perform any option handling itself,
it only prepares the array @ARGV.

Option files can significantly simplify the call of a script.
Imagine the following:


%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README
%perl_vendor_privlib/Getopt/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.11-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.11-alt1
- automated CPAN update

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 1.10-alt2
- fix directory ownership violation

* Tue Sep 06 2005 Vitaly Lipatov <lav@altlinux.ru> 1.10-alt1
- first build for ALT Linux Sisyphus