14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=8
This commit is contained in:
2019-10-14 11:46:00 +00:00
committed by Git OBS Bridge
parent 87d81c7415
commit c69d77eb7d
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