]> git.pld-linux.org Git - packages/python-dictdiffer.git/commitdiff
- pl, python2 note master
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Apr 2023 18:38:46 +0000 (20:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Apr 2023 18:38:46 +0000 (20:38 +0200)
python-dictdiffer.spec

index 2675513e8b515745f57a63b5965db93ff576f217..ee24bee7ed8fa5feb9aa40955e2e55c63768b556 100644 (file)
@@ -4,8 +4,10 @@
 %bcond_without python3 # CPython 3.x module
 
 %define                module          dictdiffer
-Summary:       Dictdiffer is a library that helps you to diff and patch dictionaries
+Summary:       Dictdiffer - a library that helps you to diff and patch dictionaries
+Summary(pl.UTF-8):     Dictdiffer - biblioteka pomagająca porównywać i łatać słowniki
 Name:          python-%{module}
+# keep 0.8.x here for python2 support
 Version:       0.8.1
 Release:       6
 License:       MIT
@@ -32,8 +34,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Dictdiffer is a helper module that helps you to diff and patch
 dictionaries.
 
+%description -l pl.UTF-8
+Dictdiffer to moduł pomocniczy, pomagający porównywać i łatać
+słowniki.
+
 %package -n python3-%{module}
-Summary:       Dictdiffer is a library that helps you to diff and patch dictionaries
+Summary:       Dictdiffer - a library that helps you to diff and patch dictionaries
+Summary(pl.UTF-8):     Dictdiffer - biblioteka pomagająca porównywać i łatać słowniki
 Group:         Libraries/Python
 Requires:      python3-modules >= 1:3.4
 
@@ -41,6 +48,10 @@ Requires:    python3-modules >= 1:3.4
 Dictdiffer is a helper module that helps you to diff and patch
 dictionaries.
 
+%description -n python3-%{module} -l pl.UTF-8
+Dictdiffer to moduł pomocniczy, pomagający porównywać i łatać
+słowniki.
+
 %prep
 %setup -q -n %{module}-%{version}
 
This page took 0.177431 seconds and 4 git commands to generate.