Tomáš Chvátal 2018-12-06 11:25:03 +00:00 committed by Git OBS Bridge
parent cc652dfc62
commit 207e956484
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 11:24:47 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -23,9 +23,10 @@ Release: 0
Summary: Object-to-object and broadcast signaling in Python Summary: Object-to-object and broadcast signaling in Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://discorporate.us/projects/Blinker/ URL: https://pythonhosted.org/blinker/
Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
BuildRequires: %{python_module nose} BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@ -62,10 +63,10 @@ rm docs/html/objects.inv
%install %install
%python_install %python_install
%fdupes %{buildroot}%{_prefix} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec %{_bindir}/nosetests %python_exec %{_bindir}/nosetests-%{$python_bin_suffix}
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE