diff --git a/python-notebook.spec b/python-notebook.spec index e3dc132..202451c 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -7,18 +7,11 @@ Name: python-notebook # Updating this package? Update the list of bundled things bellow Version: 6.4.7 - -# a tag like rc1, set to %%{nil} if stable -%global tag %{nil} - -# upstream version, like 1.2.3rc1 -%global uversion %{version}%{tag} - -Release: 1%{tag}%{?dist} +Release: 1%{?dist} Summary: A web-based notebook environment for interactive computing License: BSD URL: https://jupyter.org -Source0: %pypi_source notebook %{uversion} +Source0: %{pypi_source notebook} # Patch to use the TeX fonts from the MathJax package rather than STIXWeb # See BZ: 1581899, 1580129 @@ -88,7 +81,7 @@ Provides: bundled(xterm.js-fit) = 3.1.0 %prep -%autosetup -n notebook-%{uversion} -S git +%autosetup -n notebook-%{version} -S git # The nbval package is used for validation of notebooks. # It's sedded out because it isn't yet packaged in Fedora.