From a23315d2396a318f76355182488fb72240d1d6988b897e99b5091698e8ed27a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 10:05:03 +0000 Subject: [PATCH] Accepting request 681248 from home:jayvdb:branches:devel:languages:python - Remove strange removal of files in %{buildroot} before the %install - Use %license OBS-URL: https://build.opensuse.org/request/show/681248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=10 --- python-datrie.changes | 7 +++++++ python-datrie.spec | 11 +++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-datrie.changes b/python-datrie.changes index 3303387..682ecc3 100644 --- a/python-datrie.changes +++ b/python-datrie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 4 09:56:56 UTC 2019 - John Vandenberg + +- Remove strange removal of files in %{buildroot} before the + %install +- Use %license + ------------------------------------------------------------------- Fri May 25 12:12:43 UTC 2018 - bwiedemann@suse.com diff --git a/python-datrie.spec b/python-datrie.spec index 8dceff5..fd97137 100644 --- a/python-datrie.spec +++ b/python-datrie.spec @@ -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