From 10adf06aba621bbcac1e8166b33fee0a19b2fe41aaaa84d4bcdfcd9d700f7da0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2024 11:33:11 +0000 Subject: [PATCH] - Add prepare_vendor.sh as Source99. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furo?expand=0&rev=2 --- python-furo.changes | 5 +++++ python-furo.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-furo.changes b/python-furo.changes index 4701ad4..545cadf 100644 --- a/python-furo.changes +++ b/python-furo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 11:32:54 UTC 2024 - Matej Cepl + +- Add prepare_vendor.sh as Source99. + ------------------------------------------------------------------- Tue Nov 5 21:23:06 UTC 2024 - Matej Cepl diff --git a/python-furo.spec b/python-furo.spec index 4bae01c..4b36866 100644 --- a/python-furo.spec +++ b/python-furo.spec @@ -51,6 +51,8 @@ Source0: https://files.pythonhosted.org/packages/source/f/furo/furo-%{ver # Source1 and Source2 created with ./prepare_vendor.sh Source1: furo-%{version}-vendor.tar.xz Source2: furo-%{version}-vendor-licenses.txt +# Run without any arguments from this directory with the fresh Source0 +Source99: prepare_vendor.sh BuildRequires: %{python_module devel} BuildRequires: %{python_module doc} BuildRequires: %{python_module myst-parser} @@ -140,7 +142,6 @@ rm -rf html/{.buildinfo,.doctrees} %python_expand %fdupes %{buildroot}%{$python_sitelib} - %check # The tests require web access. If any tests show up that can be run without a # network, do this: