Author: qboosh Date: Mon Mar 27 10:29:24 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - informative summaries/descriptions
---- Files affected: SPECS: perl-XML-Encoding.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/perl-XML-Encoding.spec diff -u SPECS/perl-XML-Encoding.spec:1.35 SPECS/perl-XML-Encoding.spec:1.36 --- SPECS/perl-XML-Encoding.spec:1.35 Wed Nov 3 23:30:55 2004 +++ SPECS/perl-XML-Encoding.spec Mon Mar 27 12:29:19 2006 @@ -6,23 +6,8 @@ %include /usr/lib/rpm/macros.perl %define pdir XML %define pnam Encoding -Summary: XML::Encoding Perl module -Summary(cs): Modul XML::Encoding pro Perl -Summary(da): Perlmodul XML::Encoding -Summary(de): XML::Encoding Perl Modul -Summary(es): Módulo de Perl XML::Encoding -Summary(fr): Module Perl XML::Encoding -Summary(it): Modulo di Perl XML::Encoding -Summary(ja): XML::Encoding Perl ĽâĽ¸ĽĺĄźĽë -Summary(ko): XML::Encoding ĆŢ ¸đÁŮ -Summary(nb): Perlmodul XML::Encoding -Summary(pl): Moduł Perla XML::Encoding -Summary(pt): Módulo de Perl XML::Encoding -Summary(pt_BR): Módulo Perl XML::Encoding -Summary(ru): íĎÄŐĚŘ ÄĚŃ Perl XML::Encoding -Summary(sv): XML::Encoding Perlmodul -Summary(uk): íĎÄŐĚŘ ÄĚŃ Perl XML::Encoding -Summary(zh_CN): XML::Encoding Perl ÄŁżé +Summary: XML::Encoding - module for parsing XML encoding maps +Summary(pl): XML::Encoding - moduł analizujący mapy kodowań XML Name: perl-XML-Encoding Version: 1.01 Release: 11 @@ -31,17 +16,28 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: a2ed80f2e1e95de518ca131044dff650 -BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: perl-XML-Parser >= 2.18 +BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -XML::Encoding - module for parsing XML encoding maps. +This module, which is built as a subclass of XML::Parser, provides a +parser for encoding map files, which are XML files. The file +maps/encmap.dtd in the distribution describes the structure of these +files. Calling a parse method returns the name of the encoding map +(obtained from the name attribute of the root element). The contents +of the map are processed through the callback functions push_prefix, +pop_prefix, and range_set. %description -l pl -XML::Encoding - moduł analizujący mapy kodowania XML. +Ten moduł, stworzony jako podklasa XML::Parser, udostępnia analizator +dla plików map kodowań będących plikami XML. Plik maps/encmap.dtd +zawarty w pakiecie opisuje strukturę tych plików. Wywołanie metody +parse zwraca nazwę mapy kodowania (otrzymaną z atrybutu name elementu +głównego). Zawartość mapy jest przetwarzana poprzez funkcje wywołań +zwrotnych (callback) push_prefix, pop_prefix i range_set. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -75,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2006/03/27 10:29:19 qboosh +- informative summaries/descriptions + Revision 1.35 2004/11/03 22:30:55 paladine - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-XML-Encoding.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
