From 60c304950fd1a9e098605fb8aba6199a684b4ae2ec67deedfe34336a125e6b19 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 24 May 2019 12:03:33 +0000 Subject: [PATCH] Accepting request 705226 from home:TheBlackCat:branches:devel:languages:python:jupyter - Add a jupyter-specific language package OBS-URL: https://build.opensuse.org/request/show/705226 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=14 --- python-notebook.changes | 5 +++++ python-notebook.spec | 26 +++++++++++++++++++------- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/python-notebook.changes b/python-notebook.changes index 7ae3a7f..a2e9c95 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 24 03:33:21 UTC 2019 - Todd R + +- Add a jupyter-specific language package + ------------------------------------------------------------------- Wed May 22 18:59:10 UTC 2019 - Todd R diff --git a/python-notebook.spec b/python-notebook.spec index 5e2da84..ed0b87f 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -95,15 +95,12 @@ Requires: python-notebook = %{version} Provides: python-notebook-lang-all = %{version} Provides: python-jupyter_notebook-lang = %{version} Obsoletes: python-jupyter_notebook-lang < %{version} -%ifpython3 -Provides: jupyter-notebook-lang = %{version} -Provides: jupyter-notebook-lang-all = %{version} -Obsoletes: jupyter-notebook-lang <= %{version} -Obsoletes: jupyter-notebook-lang-all <= %{version} -%endif +Requires: jupyter-notebook-lang = %{version} %description lang -Provides translations for the "jupyter-notebook" package. +Provides translations for the Jupyter notebook. + +This package provides the python module translations. %package -n jupyter-notebook Summary: Jupyter Notebook interface @@ -122,6 +119,18 @@ interactive computing. This package provides the jupyter components. +%package -n jupyter-notebook-lang +Summary: Provides translations for the Jupyter Notebook +Group: System/Localization +Requires: jupyter-notebook = %{version} +Requires: python3-notebook-lang = %{version} +Provides: jupyter-notebook-lang-all = %{version} + +%description -n jupyter-notebook-lang +Provides translations for the Jupyter notebook. + +This package provides the jupyter component translations. + %package -n jupyter-notebook-latex Summary: LaTeX support for the Jupyter Notebook Group: Development/Languages/Python @@ -201,6 +210,9 @@ export LANG=en_US.UTF-8 %{_bindir}/jupyter-serverextension %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.* +%files -n jupyter-notebook-lang +%license COPYING.md + %files -n jupyter-notebook-latex %license COPYING.md