[python-tashaphyne/el6] changes to built in el6

Mosaab Alzoubi moceap at fedoraproject.org
Mon Feb 24 23:41:01 UTC 2014


commit 8f43296976f654af87e534af0622d68f02574aac
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Tue Feb 25 02:41:20 2014 +0300

    changes to built in el6

 python-tashaphyne.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-tashaphyne.spec b/python-tashaphyne.spec
index 63aa6de..6563b58 100644
--- a/python-tashaphyne.spec
+++ b/python-tashaphyne.spec
@@ -11,7 +11,7 @@ License:			GPLv2 and BSD
 URL:				https://pypi.python.org/pypi/%{distname}
 Source:				https://pypi.python.org/packages/source/T/%{distname}/%{distname}-%{version}.zip
 BuildArch:			noarch
-BuildRequires:		python2-devel
+BuildRequires:		python-devel
 BuildRequires:		python-setuptools
 
 %description
@@ -26,15 +26,15 @@ Arabic language text Stemmer and segmenter to be used by Python.
 sed -i 's:#!/usr/bin/python::g' %{modname}/{normalize.py,arabic_const.py}
 
 %build
-%{__python2} setup.py build
+%{__python} setup.py build
 
 %install
-%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
 %doc README
-%{python2_sitelib}/%{modname}/
-%{python2_sitelib}/%{distname}-%{version}*
+%{python_sitelib}/%{modname}/
+%{python_sitelib}/%{distname}-%{version}*
 
 %changelog
 * Sat Jan 11 2014 Mosaab Alzoubi <moceap at hotmail.com> - 0.2-1


More information about the scm-commits mailing list