From 66316b1cb578c25835c17267010de63cd8079d07ae9beff5642df6c07660f610 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:51:55 +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.testing?expand=0&rev=15 --- python-zope.testing.changes | 5 +++++ python-zope.testing.spec | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/python-zope.testing.changes b/python-zope.testing.changes index bfe6ca2..ac5d955 100644 --- a/python-zope.testing.changes +++ b/python-zope.testing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:51:47 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Apr 5 14:44:29 UTC 2019 - Marketa Calabkova diff --git a/python-zope.testing.spec b/python-zope.testing.spec index 220ed8c..20dc2c2 100644 --- a/python-zope.testing.spec +++ b/python-zope.testing.spec @@ -22,14 +22,12 @@ Version: 4.7 Release: 0 Summary: Zope testing helpers License: ZPL-2.1 -Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/zope.testing +URL: https://pypi.python.org/pypi/zope.testing Source: https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz BuildRequires: %{python_module setuptools} # Test requirements: BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -91,14 +89,14 @@ wait %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc COPYRIGHT.txt LICENSE.txt README.rst +%license LICENSE.txt +%doc COPYRIGHT.txt README.rst %{python_sitelib}/* %changelog