forked from pool/python-datrie
Accepting request 681249 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/681249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-datrie?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 09:56:56 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Remove strange removal of files in %{buildroot} before the
|
||||
%install
|
||||
- Use %license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 12:12:43 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-datrie
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ Name: python-datrie
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Trie data structure for Python
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/kmike/datrie
|
||||
Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
|
||||
@@ -53,15 +53,14 @@ popd
|
||||
%python_build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}/usr/lib/debug/ # drop debuginfo which hindered packaging
|
||||
%python_install
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst COPYING CHANGES.rst
|
||||
%license COPYING
|
||||
%doc README.rst CHANGES.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user