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