From 29c86fefcf57c6e3a2d85714b9d7a60d70c4db0b07f42ed567774cdf13fcc1aa Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:33:24 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chai?expand=0&rev=6 --- python-chai.changes | 5 +++++ python-chai.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-chai.changes b/python-chai.changes index d171536..947de0c 100644 --- a/python-chai.changes +++ b/python-chai.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:08 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Sep 11 18:39:32 UTC 2017 - jengelh@inai.de diff --git a/python-chai.spec b/python-chai.spec index 84f3060..178b5b8 100644 --- a/python-chai.spec +++ b/python-chai.spec @@ -1,7 +1,7 @@ # # spec file for package python-chai # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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/ # @@ -25,7 +25,6 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/agoragames/chai Source: https://files.pythonhosted.org/packages/source/c/chai/chai-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: fdupes BuildRequires: python-rpm-macros From c388da2b23044f766bf0075630b38a03470970c7fa3c316cc1d287f887c52aa5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:14:55 +0000 Subject: [PATCH 2/2] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chai?expand=0&rev=7 --- python-chai.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-chai.spec b/python-chai.spec index 178b5b8..679cd83 100644 --- a/python-chai.spec +++ b/python-chai.spec @@ -23,12 +23,11 @@ Release: 0 Summary: Mocking/stub framework for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/agoragames/chai +URL: https://github.com/agoragames/chai Source: https://files.pythonhosted.org/packages/source/c/chai/chai-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -51,8 +50,8 @@ rm -rf chai.egg-info %python_exec %{_bindir}/nosetests %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog