[python-qalsadi] Initial import (#1051838).

Mosaab Alzoubi moceap at fedoraproject.org
Tue Feb 11 13:50:44 UTC 2014


commit ff6335af889795bcac79438ecb68f5bc856850a8
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Tue Feb 11 16:51:07 2014 +0300

    Initial import (#1051838).

 .gitignore          |    1 +
 python-qalsadi.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f370656 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qalsadi-0.1.zip
diff --git a/python-qalsadi.spec b/python-qalsadi.spec
new file mode 100644
index 0000000..442e201
--- /dev/null
+++ b/python-qalsadi.spec
@@ -0,0 +1,40 @@
+%global modname qalsadi
+%global distname qalsadi
+
+Name:				python-%{modname}
+Version:			0.1
+Release:			1%{?dist}
+Summary:			Arabic Morpholocgical Analyzer
+Summary(ar):		محلّل بنيوي في العربية
+Group:				Applications/Publishing
+License:			GPLv1
+URL:				https://pypi.python.org/pypi/%{distname}
+Source:				https://pypi.python.org/packages/source/q/%{distname}/%{distname}-%{version}.zip
+BuildArch:			noarch
+BuildRequires:		python2-devel
+BuildRequires:		python-setuptools
+
+%description
+Arabic language text Morpholocgical Analyzer to be used by Python.
+
+%description -l ar
+أداة تحليل في اللّغة العربية للاستخدام ضمن بيئة بيثون.
+
+%prep
+%setup -q -n %{distname}-%{version}
+#Site of files just for including:
+sed -i 's:#!/usr/bin/python::g' %{modname}/*
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
+
+%files
+%{python2_sitelib}/%{modname}/
+%{python2_sitelib}/%{distname}-%{version}*
+
+%changelog
+* Sat Jan 11 2014 Mosaab Alzoubi <moceap at hotmail.com> - 0.1-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..eee6298 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+421352dba6a25888b7ba3d8f5052488e  qalsadi-0.1.zip


More information about the scm-commits mailing list