diff --git python-libqutrub/python-libqutrub.spec python-libqutrub/python-libqutrub.spec.tmp index 54faa81cd4..f32eda17c8 100644 --- python-libqutrub/python-libqutrub.spec +++ python-libqutrub/python-libqutrub.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Arabic verb conjuagtion library Summary(ar): مكتبة تصريف الأفعال العربية License: GPLv1 @@ -17,9 +17,17 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description +%global _description\ Arabic language verb conjuagtion library to be used by Python. +%description %_description + +%package -n python2-%{modname} +Summary: %summary +%{?python_provide:%python_provide python2-%{modname}} + +%description -n python2-%{modname} %_description + %description -l ar مكتبة تصريف أفعال اللّغة العربية، مخصّصة للاستخدام ضمن بيئة بيثون. @@ -39,12 +47,16 @@ cp -p %{SOURCE2} ./PKG-INFO %install %{__python2} setup_lib.py install --skip-build --root=%{buildroot} -%files +%files -n python2-%{modname} %doc PKG-INFO gpl-1.0.txt %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{distname}-%{version}-py2.*.egg-info %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.0-9 +- Python 2 binary package renamed to python2-libqutrub + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild