8
0
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:
OBS User autobuild
2010-02-14 21:38:30 +00:00
committed by Git OBS Bridge
parent 09bb142d3e
commit dbbcb0d382
5 changed files with 27 additions and 16 deletions

3
App-CLI-0.07.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f61671617b39f2c00d04dd393843697cbf5b4002b9968e3984c9eaab1310800
size 26901

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3032c4528803769a624e5d5af6b64ae84fc13414e81e9c6a6d18393640728c49
size 24160

12
noautoinstall.diff Normal file
View File

@@ -0,0 +1,12 @@
--- Makefile.PL.orig 2007-04-23 01:14:11.000000000 +0200
+++ Makefile.PL 2007-04-23 01:14:21.000000000 +0200
@@ -14,7 +14,7 @@
'Pod::Simple::Text' => 0,
);
-include('ExtUtils::AutoInstall');
-auto_install();
+#include('ExtUtils::AutoInstall');
+#auto_install();
WriteAll( sign => 1 );

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Feb 14 10:04:26 UTC 2010 - coolo@novell.com
- update to 0.08
* Allow commands to be provided as inner packages
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -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