From: Jakub Bogusz Date: Sun, 2 Apr 2023 18:38:46 +0000 (+0200) Subject: - pl, python2 note X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=6dde2f3469ade3ad04f7d7499205b9ec33af5f93;p=packages%2Fpython-dictdiffer.git - pl, python2 note --- 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}