diff --git a/python-naftawayh.spec b/python-naftawayh.spec index fac67a154d..7e3b5dd330 100644 --- a/python-naftawayh.spec +++ b/python-naftawayh.spec @@ -3,7 +3,7 @@ Name: python-naftawayh Version: 0.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Arabic word tagger Summary(ar): تصنيف الكلمات العربية License: GPLv1 @@ -17,19 +17,31 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -Naftawayh is a python library for Arabic word tagging (word classification) -into types (nouns, verbs, stopwords), which is useful in language processing, -especially for text mining. Naftawayh works according to the Arabic word -structure, and the ability to guess the word class, through certain signs. - -%description -l ar -نفطويه هو برنامج ومكتبة لتصنيف الكلمات إلى أنواعها (اسم، فعل، حرف)، ويفيد -في المعالجة الآلية للغة وخصوصا التنقيب عن المعلومات، ومبدأه يعمل على بنية -الكلمة العربية، وقدرتنا على تخمين نوعها، من خلال علامات معينة. فمثلا كل كلمة -تنتهي بتاء مربوطة فهي اسم، وكل كلمة فيها همزة تحت الألف اسم. ويمكننا التعرف +%global _description\ +Naftawayh is a python library for Arabic word tagging (word classification)\ +into types (nouns, verbs, stopwords), which is useful in language processing,\ +especially for text mining. Naftawayh works according to the Arabic word\ +structure, and the ability to guess the word class, through certain signs. + +%global _description_ar\ +نفطويه هو برنامج ومكتبة لتصنيف الكلمات إلى أنواعها (اسم، فعل، حرف)، ويفيد\ +في المعالجة الآلية للغة وخصوصا التنقيب عن المعلومات، ومبدأه يعمل على بنية\ +الكلمة العربية، وقدرتنا على تخمين نوعها، من خلال علامات معينة. فمثلا كل كلمة\ +تنتهي بتاء مربوطة فهي اسم، وكل كلمة فيها همزة تحت الألف اسم. ويمكننا التعرف\ على كثير من الكلمات المعرّفة بالألف واللام، وبعض أنماط الأفعال المضارعة. +%description %_description +%description -l ar %_description_ar + +%package -n python2-naftawayh +Summary: Arabic word tagger +Summary(ar): تصنيف الكلمات العربية +%{?python_provide:%python_provide python2-naftawayh} + +%description -n python2-naftawayh %_description +%description -n python2-naftawayh -l ar %_description_ar + + %prep %setup -q -n %{distname}-%{version} rm -rf *.egg-info @@ -46,12 +58,16 @@ cp -p %{SOURCE2} ./PKG-INFO %install %{__python2} setup.py install --skip-build --root=%{buildroot} -%files +%files -n python2-naftawayh %doc PKG-INFO gpl-1.0.txt %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{distname}-%{version}-py2.*.egg-info %changelog +* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek - 0.2-10 +- Python 2 binary package renamed to python2-naftawayh + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild