forked from pool/python-tornado6
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado6?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 14:45:59 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 14:11:48 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Oct 10 14:11:48 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -41,8 +41,8 @@ Recommends: python-Twisted
|
|||||||
Recommends: python-pycares
|
Recommends: python-pycares
|
||||||
Recommends: python-pycurl
|
Recommends: python-pycurl
|
||||||
Recommends: python-service_identity
|
Recommends: python-service_identity
|
||||||
Provides: python-tornado = %{version}
|
|
||||||
Conflicts: python-tornado-impl
|
Conflicts: python-tornado-impl
|
||||||
|
Provides: python-tornado = %{version}
|
||||||
Provides: python-tornado-impl = %{version}
|
Provides: python-tornado-impl = %{version}
|
||||||
Provides: python-toro = %{version}
|
Provides: python-toro = %{version}
|
||||||
Obsoletes: python-toro < %{version}
|
Obsoletes: python-toro < %{version}
|
||||||
@@ -82,7 +82,7 @@ fi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%fdupes -s demos
|
%fdupes demos
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitearch}/tornado/test
|
%python_expand rm -r %{buildroot}%{$python_sitearch}/tornado/test
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user