summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeorn2007-03-20 13:52:43 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitcb2e42bcb991fcb9a33ec6da920ec0a0ebcf61e7 (patch)
tree1ca3435273b9a53ef947b2c981622b75dd7bc9a3
parent5e216dc256ff63324c29a07fb619854b0aa2a224 (diff)
downloadperl-App-CLI-cb2e42bcb991fcb9a33ec6da920ec0a0ebcf61e7.zip
perl-App-CLI-cb2e42bcb991fcb9a33ec6da920ec0a0ebcf61e7.tar.gz
- Polish translationauto/th/perl-App-CLI-0_07-1
- Macros in Source - Adapterized Changed files: perl-App-CLI.spec -> 1.2
-rw-r--r--perl-App-CLI.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/perl-App-CLI.spec b/perl-App-CLI.spec
index 455c2c4..23347a4 100644
--- a/perl-App-CLI.spec
+++ b/perl-App-CLI.spec
@@ -5,15 +5,16 @@
%include /usr/lib/rpm/macros.perl
%define pdir App
%define pnam CLI
+#
Summary: App::CLI - Dispatcher module for command line interface programs
-#Summary(pl):
+Summary(pl.UTF-8): App:CLI - Moduł obsługi programów z interfejsem CLI
Name: perl-App-CLI
Version: 0.07
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/App-CLI-0.07.tar.gz
+Source0: http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 8981b0628874bb7e83b00b00e58a7259
URL: http://search.cpan.org/dist/App-CLI/
BuildRequires: perl-devel >= 1:5.8.0
@@ -27,12 +28,13 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-App::CLI dispatches CLI (command line interface) based commands
-into command classes. It also supports subcommand and per-command
-options.
+App::CLI dispatches CLI (command line interface) based commands into
+command classes. It also supports subcommand and per-command options.
-# %description -l pl
-# TODO
+%description -l pl.UTF-8
+App::CLI przekazuje komendy wydawane z linii poleceń do klas je
+obsługujących. Obsługuje także podkomendy oraz opcje dla każdej z
+komend.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}