forked from pool/perl-App-CLI
checked in (request 32539)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-CLI?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
09bb142d3e
commit
dbbcb0d382
@@ -19,8 +19,8 @@
|
||||
|
||||
|
||||
Name: perl-App-CLI
|
||||
Version: 0.08
|
||||
Release: 1
|
||||
Version: 0.07
|
||||
Release: 72
|
||||
#
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License .. ; GPLv2
|
||||
@@ -31,22 +31,27 @@ Requires: perl-Locale-Maketext-Simple
|
||||
Requires: perl = %{perl_version}
|
||||
#
|
||||
Url: http://search.cpan.org/~clkao/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/App-CLI-%{version}.tar.gz
|
||||
Source: http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/App-CLI-0.07.tar.gz
|
||||
Patch0: noautoinstall.diff
|
||||
#
|
||||
Summary: Dispatcher module for command line interface programs
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Getopt::Long) >= 2.35
|
||||
Requires: perl(Getopt::Long) >= 2.35
|
||||
|
||||
%description
|
||||
App::CLI dispatches CLI (command line interface) based commands into
|
||||
command classes. It also supports subcommand and per-command options.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Chia-liang Kao <clkao@clkao.org>
|
||||
|
||||
%prep
|
||||
%setup -n App-CLI-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" INSTALLDIRS=vendor
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
||||
Reference in New Issue
Block a user