14
0

Accepting request 738420 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/738420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-user-agents?expand=0&rev=4
This commit is contained in:
2019-10-16 07:16:53 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:49:23 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 12 08:59:10 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> Fri Apr 12 08:59:10 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -22,7 +22,6 @@ Version: 2.0
Release: 0 Release: 0
Summary: A library to identify device capabilities (phones, tablets) Summary: A library to identify device capabilities (phones, tablets)
License: MIT License: MIT
Group: Development/Languages/Python
URL: https://github.com/selwin/python-user-agents URL: https://github.com/selwin/python-user-agents
Source: https://github.com/selwin/python-user-agents/archive/v%{version}.tar.gz Source: https://github.com/selwin/python-user-agents/archive/v%{version}.tar.gz
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
@@ -48,7 +47,7 @@ strings.
%install %install
%python_install %python_install
%python_expand %fdupes -s %{buildroot}/%{$python_sitelib} %python_expand %fdupes %{buildroot}/%{$python_sitelib}
%check %check
%python_expand $python -m unittest discover ||: %python_expand $python -m unittest discover ||: