From 10cab92c22dec4061afb65368dea7dd18a95f9619e997f5bd4b6d0949340c593 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Feb 2022 14:51:06 +0000 Subject: [PATCH] - Clean up the SPEC file a little bit. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mediafile?expand=0&rev=2 --- python-mediafile.changes | 5 +++++ python-mediafile.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-mediafile.changes b/python-mediafile.changes index e0388d2..678a43e 100644 --- a/python-mediafile.changes +++ b/python-mediafile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 12 14:50:51 UTC 2022 - Matej Cepl + +- Clean up the SPEC file a little bit. + ------------------------------------------------------------------- Thu Feb 10 21:22:33 UTC 2022 - Jaime Marquínez Ferrándiz diff --git a/python-mediafile.spec b/python-mediafile.spec index 7b70eb6..38926c2 100644 --- a/python-mediafile.spec +++ b/python-mediafile.spec @@ -25,14 +25,13 @@ Summary: Handles low-level interfacing for files' tags Wraps Mutagen to License: MIT URL: https://github.com/beetbox/mediafile Source: https://files.pythonhosted.org/packages/source/m/mediafile/mediafile-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module flit < 4} BuildRequires: %{python_module flit >= 2} BuildRequires: %{python_module mutagen >= 1.45} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-mutagen >= 1.45 Requires: python-six >= 1.9 BuildArch: noarch @@ -57,6 +56,8 @@ Handles low-level interfacing for files' tags. Wraps Mutagen to %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/mediafile.py +%{python_sitelib}/mediafile-%{version}*-info/ +%{python_sitelib}/__pycache__/mediafile* %changelog