Author: qboosh Date: Wed Jul 26 20:57:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, unified License format
---- Files affected: SPECS: perl-IPC-Cmd.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-IPC-Cmd.spec diff -u SPECS/perl-IPC-Cmd.spec:1.2 SPECS/perl-IPC-Cmd.spec:1.3 --- SPECS/perl-IPC-Cmd.spec:1.2 Wed Jul 26 20:46:01 2006 +++ SPECS/perl-IPC-Cmd.spec Wed Jul 26 22:56:55 2006 @@ -2,17 +2,18 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir IPC %define pnam Cmd -Summary: perl(IPC::Cmd) â finding and running system commands made easy +Summary: IPC::Cmd - finding and running system commands made easy +Summary(pl): IPC::Cmd - łatwe znajdowanie i uruchamianie poleceń systemowych Name: perl-IPC-Cmd Version: 0.24 Release: 0.2 # "same as perl" -License: GPLv1 or Artistic +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 9061bd187defad873432f91fa6de9f9b @@ -20,18 +21,28 @@ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} && %{with tests} -BuildRequires: perl-Params-Check BuildRequires: perl-Module-Load-Conditional +BuildRequires: perl-Params-Check %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Perl module IPC::Cmd allows you to run commands, interactively if desired, -platform independent but have them still work. -The "can_run" function can tell you if a certain binary is installed and if so -where, whereas the "run" function can actually execute any of the commands you -give it and give you a clear return value, as well as adhere to your verbosity -settings. +Perl module IPC::Cmd allows you to run commands, interactively if +desired, platform independent but have them still work. + +The "can_run" function can tell you if a certain binary is installed +and if so where, whereas the "run" function can actually execute any +of the commands you give it and give you a clear return value, as well +as adhere to your verbosity settings. + +%description -l pl +Moduł Perla IPC::Cmd pozwala uruchamiać polecenia, w razie potrzeby +interaktywnie, w sposób niezależny od platformy. + +Funkcja "can_run" jest w stanie odpowiedzieć, czy dany program jest +zainstalowany i gdzie, natomiast funkcja "run" potrafi uruchomić +dowolne zadane polecenie i przekazać zwróconą wartość, uwzględniając +ustawienia "gadatliwości". %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -65,9 +76,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/07/26 20:56:55 qboosh +- pl, unified License format + Revision 1.2 2006/07/26 18:46:01 agaran - rel 0.2, fixed %desc, BR, license, should be ok, builds here of course Revision 1.1 2006/07/26 17:41:34 agaran - initial, Not Finished, Has Broken Deps, Work In Progress - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-IPC-Cmd.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
