diff --git a/python-bracex.spec b/python-bracex.spec index b81261b..dd3b18a 100644 --- a/python-bracex.spec +++ b/python-bracex.spec @@ -1,7 +1,7 @@ # # spec file for package python-bracex # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 - Name: python-bracex Version: 2.2.1 Release: 0 @@ -26,11 +25,11 @@ Summary: Bash style brace expander License: MIT URL: https://github.com/facelessuser/bracex Source: https://files.pythonhosted.org/packages/source/b/bracex/bracex-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -53,6 +52,6 @@ Bash style brace expander. %files %{python_files} %doc README.md %license LICENSE.md -%{python_sitelib}/* +%{python_sitelib}/bracex* %changelog