Author: qboosh Date: Sat May 26 10:57:00 2012 GMT Module: packages Tag: HEAD ---- Log message: - proper description, pl
---- Files affected: packages/perl-ExtUtils-Command: perl-ExtUtils-Command.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec diff -u packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.3 packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.4 --- packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec:1.3 Wed Jan 11 23:09:27 2012 +++ packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec Sat May 26 12:56:55 2012 @@ -7,6 +7,7 @@ %define pdir ExtUtils %define pnam Command Summary: Shell::Command - Cross-platform functions emulating common shell commands +Summary(pl.UTF-8): Shell::Command - wieloplatformowe funkcje emulujące popularne polecenia powłoki Name: perl-ExtUtils-Command Version: 1.17 Release: 1 @@ -16,16 +17,21 @@ Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 8d2bd6a2311b6264d3dd96c11601c34a URL: http://search.cpan.org/dist/ExtUtils-Command/ +BuildRequires: perl-ExtUtils-MakeMaker >= 6.31 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -%if %{with tests} -%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Thin wrapper around ExtUtils::Command. See ExtUtils::Command for a -description of available commands. +The module is used to replace common UNIX commands. In all cases the +functions work from @ARGV rather than taking arguments. This makes +them easier to deal with in Makefiles. + +%description -l pl.UTF-8 +Ten moduł ma na celu zastąpienie popularnych poleceń uniksowych. We +wszystkich przypadkach funkcje działają z @ARGV zamiast przyjmowania +argumentów - dzięki temu są łatwiejsze do obsługi w plikach Makefile. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -49,8 +55,8 @@ %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/ExtUtils/*.pm -%{_mandir}/man3/* +%{perl_vendorlib}/ExtUtils/Command.pm +%{_mandir}/man3/ExtUtils::Command.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2012/05/26 10:56:55 qboosh +- proper description, pl + Revision 1.3 2012/01/11 22:09:27 zbyniu - up to 1.17 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/perl-ExtUtils-Command/perl-ExtUtils-Command.spec?r1=1.3&r2=1.4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
