diff --git a/jaraco.classes-2.0.tar.gz b/jaraco.classes-2.0.tar.gz deleted file mode 100644 index bcae0bd..0000000 --- a/jaraco.classes-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc2c4a8ca4b344cdbf2e1be7124a5c4f192574cdbb453b62350ae8240a2caf5 -size 9911 diff --git a/python-jaraco.classes.changes b/python-jaraco.classes.changes index 6391e0c..a15ed9d 100644 --- a/python-jaraco.classes.changes +++ b/python-jaraco.classes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:44:35 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Feb 27 01:05:26 UTC 2019 - John Vandenberg diff --git a/python-jaraco.classes.spec b/python-jaraco.classes.spec index 45dc7be..276fcc3 100644 --- a/python-jaraco.classes.spec +++ b/python-jaraco.classes.spec @@ -22,8 +22,7 @@ Version: 2.0 Release: 0 Summary: Tools to work with classes License: MIT -Group: Development/Languages/Python -Url: https://github.com/jaraco/jaraco.classes +URL: https://github.com/jaraco/jaraco.classes Source0: https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-%{version}.tar.gz BuildRequires: %{python_module jaraco.base >= 6.1} BuildRequires: %{python_module pytest} @@ -35,7 +34,6 @@ BuildRequires: python-rpm-macros Requires: python-jaraco.base >= 6.1 Requires: python-six BuildArch: noarch - %python_subpackages %description @@ -53,7 +51,7 @@ sed -i 's/--flake8//' pytest.ini # We will package the namespace __init__.py separately %{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py* rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/ -%fdupes -s %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{$python_sitelib} } %check