diff --git python-tashaphyne/python-tashaphyne.spec python-tashaphyne/python-tashaphyne.spec.tmp index c16cc8b7e6..aa3aa24a80 100644 --- python-tashaphyne/python-tashaphyne.spec +++ python-tashaphyne/python-tashaphyne.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Arabic Light Stemmer and segmenter Summary(ar): مقطّع خفيف في العربية Group: Applications/Publishing @@ -14,9 +14,17 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description +%global _description\ Arabic language text Stemmer and segmenter 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 أداة تقطيع في اللّغة العربية للاستخدام ضمن بيئة بيثون. @@ -31,12 +39,16 @@ sed -i 's:#!/usr/bin/python::g' %{modname}/{normalize.py,arabic_const.py} %install %{__python2} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-%{modname} %doc README %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{distname}-%{version}* %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.2-9 +- Python 2 binary package renamed to python2-tashaphyne + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild