diff --git a/python-filetype.spec b/python-filetype.spec index 465d490..8729ce0 100644 --- a/python-filetype.spec +++ b/python-filetype.spec @@ -1,7 +1,7 @@ # # spec file for package python-filetype # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-filetype Version: 1.0.5 Release: 0 -License: MIT Summary: Infer file type and MIME type of any file/buffer. No external dependencies -Url: https://github.com/h2non/filetype.py +License: MIT Group: Development/Languages/Python +URL: https://github.com/h2non/filetype.py Source: https://files.pythonhosted.org/packages/source/f/filetype/filetype-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -41,7 +42,7 @@ This is a Python port from `filetype`_ Go package. %build # fix the interpreter header warnings -sed -i 's@/usr/bin/env python@/usr/bin/python@g' examples/{buffer,bytes,file}.py +sed -i 's@%{_bindir}/env python@%{_bindir}/python@g' examples/{buffer,bytes,file}.py %python_build %install @@ -53,7 +54,7 @@ sed -i 's@/usr/bin/env python@/usr/bin/python@g' examples/{buffer,bytes,file}.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest discover +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest discover -v %files %{python_files} %doc README.rst