1
0

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-u-msgpack-python?expand=0&rev=17
This commit is contained in:
Matej Cepl 2019-10-14 14:48:59 +00:00 committed by Git OBS Bridge
parent 02e2155c81
commit 93e467bc6e
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:48:47 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Tue Sep 10 09:37:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -22,9 +22,8 @@ Version: 2.5.2
Release: 0
Summary: A MessagePack serializer and deserializer
License: MIT
Group: Development/Languages/Python
URL: https://github.com/vsergeev/u-msgpack-python
Source: https://pypi.io/packages/source/u/u-msgpack-python/u-msgpack-python-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/u/u-msgpack-python/u-msgpack-python-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -47,14 +46,13 @@ UTF-8 string, and application-defined extended types.
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%python_exec test_umsgpack.py
%files %{python_files}
%defattr(-,root,root,-)
%license LICENSE
%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/umsgpack.py*