forked from pool/python-PyQRCode
- 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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user