]> git.pld-linux.org Git - packages/perl-XML-Filter-Dispatcher.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:39:35 +0000 (16:39 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:39:35 +0000 (16:39 +0200)
perl-XML-Filter-Dispatcher.spec

index 0add56d1e86f0f885324fcb7f260ada80eafc525..f21afaaee31ec2a75abecf4be9b6aafd5fd51957 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_with    tests           # perform "make test" (last will fail, bug in test script)
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    XML
 %define                pnam    Filter-Dispatcher
+%include       /usr/lib/rpm/macros.perl
 Summary:       XML::Filter::Dispatcher - path based event dispatching with DOM support
 Summary(pl.UTF-8):     XML::Filter::Dispatcher - koordynacja zdarzeń w oparciu o ścieżkę ze wsparciem dla DOM
 Name:          perl-XML-Filter-Dispatcher
@@ -15,6 +15,7 @@ License:      GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 1ffc34ea2f56a1afaba23702de1ab15e
+URL:           http://search.cpan.org/dist/XML-Filter-Dispatcher/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -31,11 +32,11 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 WARNING: Beta code alert.
 
 A SAX2 filter that dispatches SAX events based on "EventPath" patterns
-as the SAX events arrive. The SAX events are not buffered or
-converted to an in-memory document representation like a DOM tree.
-This provides for low lag operation because the actions associated
-with each pattern are executed as soon as possible, usually in an
-element's start_element() event method.
+as the SAX events arrive. The SAX events are not buffered or converted
+to an in-memory document representation like a DOM tree. This provides
+for low lag operation because the actions associated with each pattern
+are executed as soon as possible, usually in an element's
+start_element() event method.
 
 This differs from traditional XML pattern matching tools like XPath
 and XSLT (which is XPath-based) which require the entire document to
@@ -51,12 +52,12 @@ Filtr SAX2 koordynuje zdarzenia SAX oparte na wzorcach "EventPath" w
 miarę napływu zdarzeń SAX. Zdarzenia SAX nie są buforowane ani
 konwertowane do reprezentacji dokumentów w pamięci w rodzaju drzewa
 DOM. Daje to działanie z małymi opóźnieniami, ponieważ akcje powiązane
-z każdym wzorcem są wykonywane tak szybko jak to możliwe, zazwyczaj
-metodzie zdarzenia elementu start_element().
+z każdym wzorcem są wykonywane tak szybko jak to możliwe, zazwyczaj w
+metodzie zdarzenia elementu start_element().
 
 Różni się to od tradycyjnych narzędzi dopasowujących wzorce XML jak
-XPath czy XSLT (które jest oparte na XPath), wymagających zbudowania
-pamięci całego dokumentu (jako "drzewa DOM") przed wykonywaniem
+XPath czy XSLT (które jest oparte na XPath), wymagających zbudowania w
+pamięci całego dokumentu (jako "drzewa DOM") przed wykonywaniem
 zapytań. W terminologii SAX oznacza to, że muszą zbudować drzewo DOM
 ze zdarzeń SAX i opóźnić dopasowywanie wzorców do wykonania metody
 zdarzenia end_document().
This page took 0.093084 seconds and 4 git commands to generate.