diff --git python-qalsadi/python-qalsadi.spec python-qalsadi/python-qalsadi.spec.tmp index ebf6395520..8923a525d5 100644 --- python-qalsadi/python-qalsadi.spec +++ python-qalsadi/python-qalsadi.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Arabic Morpholocgical Analyzer Summary(ar): محلّل بنيوي في العربية Group: Applications/Publishing @@ -14,9 +14,17 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description +%global _description\ Arabic language text Morpholocgical Analyzer 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,11 +39,15 @@ sed -i 's:#!/usr/bin/python::g' %{modname}/* %install %{__python2} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-%{modname} %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{distname}-%{version}* %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.1-8 +- Python 2 binary package renamed to python2-qalsadi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild