From 6dde2f3469ade3ad04f7d7499205b9ec33af5f93 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 2 Apr 2023 20:38:46 +0200 Subject: [PATCH] - pl, python2 note --- python-dictdiffer.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/python-dictdiffer.spec b/python-dictdiffer.spec index 2675513..ee24bee 100644 --- a/python-dictdiffer.spec +++ b/python-dictdiffer.spec @@ -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} -- 2.44.0