Author: qboosh Date: Wed Jul 26 19:05:58 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Summary, License, pl
---- Files affected: SPECS: perl-Params-Check.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-Params-Check.spec diff -u SPECS/perl-Params-Check.spec:1.3 SPECS/perl-Params-Check.spec:1.4 --- SPECS/perl-Params-Check.spec:1.3 Wed Jul 26 14:51:51 2006 +++ SPECS/perl-Params-Check.spec Wed Jul 26 21:05:53 2006 @@ -2,21 +2,22 @@ # # 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 Params %define pnam Check -Summary: perl(Params::Check) +Summary: Params::Check - a generic input parsing/checking mechanism +Summary(pl): Params::Check - ogólny mechanizm analizy i sprawdzania wejścia Name: perl-Params-Check Version: 0.25 Release: 0.1 -# note if it is "same as perl" -License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +# same as perl +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: 1756a2b387544fea13b442f3be8a39dc -URL: http://search.cpan.org/dist/Params-Check +URL: http://search.cpan.org/dist/Params-Check/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} && %{with tests} @@ -39,6 +40,19 @@ lists or even subroutines - Enforce type integrity if required +%description -l pl +Moduł Perla Params::Check to ogólny mechanizm do analizy i sprawdzania +wejścia. Pozwala na sprawdzanie poprawności wejścia poprzez szablon. +Jedynym wymaganiem jest to, żeby argumenty były nazwane. Params::Check +może zrobić następujące rzeczy: +- przekształcić wszystkie klucze na małe litery +- sprawdzić, czy wszystkie wymagane argumenty zostały podane +- ustawić nie podane argumenty na wartości domyślne +- oddzielić argumenty nieobsługiwane i ostrzec o nich użytkownika +- sprawdzić poprawność podanych przez użytkownika argumentów w oparciu + o łańcuchy znaków, wyrażenia regularne, listy lub nawet procedury +- wymusić spójność typów w razie potrzeby. + %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -72,6 +86,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/07/26 19:05:53 qboosh +- Summary, License, pl + Revision 1.3 2006/07/26 12:51:51 glen - kill default %attr-s ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Params-Check.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
