diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 3fc641a..1d2a266 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 6 13:27:23 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + +------------------------------------------------------------------- +Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Sep 24 10:23:52 UTC 2018 - Jan Engelhardt diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index 0e14c60..5ab8b81 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/getpelican/feedgenerator Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz Source1: https://raw.githubusercontent.com/getpelican/feedgenerator/master/LICENSE -BuildRequires: %{python_module devel} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -52,7 +51,7 @@ cp %{SOURCE1} LICENSE %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LC_ALL=en_US.utf8