summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-kolibri.spec114
-rw-r--r--sources1
3 files changed, 116 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..7725993 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/kolibri-0.15.12.tar.gz
diff --git a/python-kolibri.spec b/python-kolibri.spec
new file mode 100644
index 0000000..74bfc7d
--- /dev/null
+++ b/python-kolibri.spec
@@ -0,0 +1,114 @@
+%global _empty_manifest_terminate_build 0
+Name: python-kolibri
+Version: 0.15.12
+Release: 1
+Summary: Kolibri - the offline app for universal education
+License: MIT
+URL: https://github.com/learningequality/kolibri
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/93/29/df8530ef69c7d73ed15108b8a554d3fa6ac0093886658072970b6e367192/kolibri-0.15.12.tar.gz
+BuildArch: noarch
+
+
+%description
+`Kolibri <https://learningequality.org/kolibri/>`_ is the offline learning platform
+from `Learning Equality <https://learningequality.org/>`_.
+
+This package can be installed by running ``pip install --user kolibri``. `See the download
+page <https://learningequality.org/download/>`_ for other methods of installation.
+
+- `View the documentation <https://kolibri.readthedocs.io/>`_ and the `community
+ forums <https://community.learningequality.org/>`_ for more guidance on setting up
+ and using Kolibri
+- Visit the `Github project <https://github.com/learningequality/kolibri>`_ and the
+ `developer documentation <https://kolibri-dev.readthedocs.io/>`_ if you would like
+ to contribute to development
+
+
+
+
+%package -n python3-kolibri
+Summary: Kolibri - the offline app for universal education
+Provides: python-kolibri
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-kolibri
+`Kolibri <https://learningequality.org/kolibri/>`_ is the offline learning platform
+from `Learning Equality <https://learningequality.org/>`_.
+
+This package can be installed by running ``pip install --user kolibri``. `See the download
+page <https://learningequality.org/download/>`_ for other methods of installation.
+
+- `View the documentation <https://kolibri.readthedocs.io/>`_ and the `community
+ forums <https://community.learningequality.org/>`_ for more guidance on setting up
+ and using Kolibri
+- Visit the `Github project <https://github.com/learningequality/kolibri>`_ and the
+ `developer documentation <https://kolibri-dev.readthedocs.io/>`_ if you would like
+ to contribute to development
+
+
+
+
+%package help
+Summary: Development documents and examples for kolibri
+Provides: python3-kolibri-doc
+%description help
+`Kolibri <https://learningequality.org/kolibri/>`_ is the offline learning platform
+from `Learning Equality <https://learningequality.org/>`_.
+
+This package can be installed by running ``pip install --user kolibri``. `See the download
+page <https://learningequality.org/download/>`_ for other methods of installation.
+
+- `View the documentation <https://kolibri.readthedocs.io/>`_ and the `community
+ forums <https://community.learningequality.org/>`_ for more guidance on setting up
+ and using Kolibri
+- Visit the `Github project <https://github.com/learningequality/kolibri>`_ and the
+ `developer documentation <https://kolibri-dev.readthedocs.io/>`_ if you would like
+ to contribute to development
+
+
+
+
+%prep
+%autosetup -n kolibri-0.15.12
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-kolibri -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.12-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..2356272
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+30729a28376aef51e1fa51d23b8fa498 kolibri-0.15.12.tar.gz