14
0
forked from pool/python-pylast

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=10
This commit is contained in:
2019-10-14 14:15:13 +00:00
committed by Git OBS Bridge
parent 0fed771a90
commit c46338d109
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:15:02 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Fri Apr 26 08:55:22 UTC 2019 - pgajdos@suse.com

View File

@@ -23,12 +23,13 @@ Version: 3.1.0
Release: 0
Summary: A python interface to Last.fm
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/pylast/pylast
Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module flaky}
@@ -38,8 +39,6 @@ BuildRequires: %{python_module pycodestyle}
BuildRequires: %{python_module pyflakes}
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-six
BuildArch: noarch
%python_subpackages
%description
@@ -64,7 +63,7 @@ Features:
%install
%python_install
%python_exec %fdupes -s %{buildroot}/%{python_sitelib}
%python_exec %fdupes %{buildroot}/%{python_sitelib}
%check
# every test file has: