17
0

Accepting request 655671 from devel:languages:python

- Fix fdupes call

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/655671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedgenerator?expand=0&rev=2
This commit is contained in:
2018-12-13 18:47:49 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 6 13:27:23 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Sep 24 10:23:52 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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