From 6d1f27fbc081fd38e745f6b09db3b9ac0dbc1fcc9547ea4439fd3863eca34f87 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Aug 2025 12:13:53 +0000 Subject: [PATCH] Fix missing Source OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CppHeaderParser?expand=0&rev=3 --- python-CppHeaderParser.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-CppHeaderParser.spec b/python-CppHeaderParser.spec index 20a95ad..21ad757 100644 --- a/python-CppHeaderParser.spec +++ b/python-CppHeaderParser.spec @@ -22,7 +22,8 @@ Release: 0 Summary: Parse C++ header files and generate a data structure representing the class License: BSD-3-Clause URL: https://github.com/senex/cppheaderparser -Source: https://files.pythonhosted.org/packages/source/C/CppHeaderParser/CppHeaderParser-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/C/CppHeaderParser/CppHeaderParser-%{version}.tar.gz +Source99: python-CppHeaderParser.rpmlintrc BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}