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:
@@ -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
|
Fri Apr 26 08:55:22 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -23,12 +23,13 @@ Version: 3.1.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A python interface to Last.fm
|
Summary: A python interface to Last.fm
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/pylast/pylast
|
URL: https://github.com/pylast/pylast
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-six
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
@@ -38,8 +39,6 @@ BuildRequires: %{python_module pycodestyle}
|
|||||||
BuildRequires: %{python_module pyflakes}
|
BuildRequires: %{python_module pyflakes}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-six
|
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -64,7 +63,7 @@ Features:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_exec %fdupes -s %{buildroot}/%{python_sitelib}
|
%python_exec %fdupes %{buildroot}/%{python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# every test file has:
|
# every test file has:
|
||||||
|
Reference in New Issue
Block a user