File perl-Getopt-Mixed.spec of Package perl-Getopt-Mixed

#
# spec file for package perl-Getopt-Mixed
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Getopt-Mixed
Version:        1.11
Release:        0
%define cpan_name Getopt-Mixed
Summary:        getopt processing with both long and short options
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Getopt-Mixed/
Source:         http://www.cpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(Getopt::Mixed)
%{perl_requires}

%description
This module is obsolete.

This package was my response to the standard modules Getopt::Std and
Getopt::Long. 'Std' doesn't support long options, and 'Long' didn't support
short options. I wanted both, since long options are easier to remember and
short options are faster to type.

However, some time ago Getopt::Long was changed to support short options as
well, and it has the huge advantage of being part of the standard Perl
distribution. So, Getopt::Mixed is now effectively obsolete. I don't intend
to make any more changes, but I'm leaving it available for people who have
code that already uses it. For new modules, I recommend using Getopt::Long
like this:

    use Getopt::Long;
    Getopt::Long::Configure(qw(bundling no_getopt_compat));
    GetOptions(...option-descriptions...);

This package was intended to be the "Getopt-to-end-all-Getop's". It
combines (I hope) flexibility and simplicity. It supports both short
options (introduced by '-') and long options (introduced by '--'). Short
options which do not take an argument can be grouped together. Short
options which do take an argument must be the last option in their group,
because everything following the option will be considered to be its
argument.

There are two methods for using Getopt::Mixed: the simple method and the
flexible method. Both methods use the same format for option descriptions.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README

%changelog
openSUSE Build Service is sponsored by