From c69d77eb7ddafdd93eabbedf5af4ec107842dadcae5be5624b764a05353d7aa8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:46:00 +0000 Subject: [PATCH] - 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 --- python-PyQRCode.changes | 5 +++++ python-PyQRCode.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-PyQRCode.changes b/python-PyQRCode.changes index 9d63826..4d2629f 100644 --- a/python-PyQRCode.changes +++ b/python-PyQRCode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:45:51 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Apr 1 08:43:21 UTC 2019 - Tomáš Chvátal diff --git a/python-PyQRCode.spec b/python-PyQRCode.spec index b6372dd..c0a00a5 100644 --- a/python-PyQRCode.spec +++ b/python-PyQRCode.spec @@ -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