From ddc24ac23df91e9117051d38f6bbf1a907962e0f9031056604764dc4bf8b1434 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:51:42 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=20 --- python-zope.schema.changes | 5 +++++ python-zope.schema.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 72b88f4..a71fac0 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:51:30 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Tue Apr 2 11:44:31 UTC 2019 - Marketa Calabkova diff --git a/python-zope.schema.spec b/python-zope.schema.spec index f801035..1fc55dc 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -30,7 +30,6 @@ Version: 4.9.3 Release: 0 Summary: Zope interface extension for defining data schemas License: ZPL-2.1 -Group: Development/Languages/Python URL: https://pypi.python.org/pypi/zope.schema Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -38,6 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-zope.event Requires: python-zope.interface >= 3.6.0 +BuildArch: noarch %if %{with test} BuildRequires: %{python_module zope.event} BuildRequires: %{python_module zope.i18nmessageid} @@ -45,7 +45,6 @@ BuildRequires: %{python_module zope.interface >= 3.6.0} BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testrunner} %endif -BuildArch: noarch %python_subpackages %description @@ -68,7 +67,7 @@ rm -rf zope.schema.egg-info %install %if !%{with test} %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %endif %if %{with test}