14
0

Accepting request 738309 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/738309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQRCode?expand=0&rev=3
This commit is contained in:
2019-10-16 07:14:21 +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 11:45:51 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon Apr 1 08:43:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -23,7 +23,6 @@ Version: 1.3.0
Release: 0
Summary: Python 3 module to generate QR Codes
License: MIT
Group: Development/Languages/Python
URL: https://github.com/mnooner256/pyqrcode
# This is unofficial fork with some additional fixes, the canonical
# upstream repository is dead.
@@ -54,7 +53,7 @@ rm -rvf build/sphinx/html/.buildinfo
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/pyqr
%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
%python_expand %fdupes %{buildroot}/%{$python_sitelib}
%check
%pytest