]> git.pld-linux.org Git - packages/python-pyparsing.git/commitdiff
- converted to UTF-8
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Feb 2007 01:06:29 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pyparsing.spec -> 1.10

python-pyparsing.spec

index 43b44d64e6115cd60766db4d1be0fd206be535bf..417363d5fbabd062a0e9e53bb95197eb14ed4a7e 100644 (file)
@@ -2,7 +2,7 @@
 %define        module  pyparsing
 
 Summary:       pyparsing - a Python module for creating executing simple grammars
-Summary(pl):   pyparsing - modu³ Pythona umo¿liwiaj±cy tworzenie i parsowanie prostych gramatyk
+Summary(pl.UTF-8):   pyparsing - moduł Pythona umożliwiający tworzenie i parsowanie prostych gramatyk
 Name:          python-%{module}
 Version:       1.4.5
 Release:       1
@@ -25,36 +25,36 @@ the use of regular expressions. The parsing module provides a library
 of classes that client code uses to construct the grammar directly in
 Python code.
 
-%description -l pl
-Modu³ pyparsing umo¿liwia tworzenie i parsowanie prostych gramatyk w
-sposób odmienny od podej¶cia tradycyjnego, jakim jest zwykle u¿ycie
-pary lex/yacc lub wyra¿eñ regularnych. Modu³ ten udostêpnia bibliotekê
-klas, przy pomocy których gramatyka tworzona jest wprost w kodzie
+%description -l pl.UTF-8
+Moduł pyparsing umożliwia tworzenie i parsowanie prostych gramatyk w
+sposób odmienny od podejścia tradycyjnego, jakim jest zwykle użycie
+pary lex/yacc lub wyrażeń regularnych. Moduł ten udostępnia bibliotekę
+klas, przy pomocy których gramatyka tworzona jest wprost w kodzie
 Pythona.
 
 %package doc
 Summary:       Documentation for pyparsing module
-Summary(pl):   Dokumentacja do modu³u pyparsing
+Summary(pl.UTF-8):   Dokumentacja do modułu pyparsing
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
 
 %description doc
 This package contains documentation files for pyparsing Python module.
 
-%description doc -l pl
-Pakiet zawieraj±cy dokumentacjê dla modu³u Pythona pyparsing.
+%description doc -l pl.UTF-8
+Pakiet zawierający dokumentację dla modułu Pythona pyparsing.
 
 %package examples
 Summary:       Examples for pyparsing module
-Summary(pl):   Przyk³ady do modu³u pyparsing
+Summary(pl.UTF-8):   Przykłady do modułu pyparsing
 Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
 
 %description examples
 This package contains example files for pyparsing Python module.
 
-%description examples -l pl
-Pakiet zawieraj±cy przyk³adowe skrypty dla modu³u Pythona pyparsing.
+%description examples -l pl.UTF-8
+Pakiet zawierający przykładowe skrypty dla modułu Pythona pyparsing.
 
 %prep
 %setup -q -n %{module}-%{version}
This page took 0.106662 seconds and 4 git commands to generate.