From 6b824a99f1d7f1262e77cc876062261eea2a68ca78d076adcb3a99160af0db6a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:06:43 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=8 --- python-sphinxcontrib-programoutput.changes | 5 +++++ python-sphinxcontrib-programoutput.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-programoutput.changes b/python-sphinxcontrib-programoutput.changes index 4b84ee4..1b803f5 100644 --- a/python-sphinxcontrib-programoutput.changes +++ b/python-sphinxcontrib-programoutput.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:45 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com diff --git a/python-sphinxcontrib-programoutput.spec b/python-sphinxcontrib-programoutput.spec index 8134747..f2b34aa 100644 --- a/python-sphinxcontrib-programoutput.spec +++ b/python-sphinxcontrib-programoutput.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-programoutput # -# 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/ # @@ -26,7 +26,6 @@ License: BSD-2-Clause Group: Development/Languages/Python Url: http://sphinxcontrib-programoutput.readthedocs.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes From daf3500f07c72712156123cb4d31d16ca34552484fe2bdb081082c8f4b302557 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:23:35 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=9 --- python-sphinxcontrib-programoutput.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/python-sphinxcontrib-programoutput.spec b/python-sphinxcontrib-programoutput.spec index f2b34aa..fd1a700 100644 --- a/python-sphinxcontrib-programoutput.spec +++ b/python-sphinxcontrib-programoutput.spec @@ -24,20 +24,19 @@ Release: 0 Summary: Sphinx extension to include program output License: BSD-2-Clause Group: Development/Languages/Python -Url: http://sphinxcontrib-programoutput.readthedocs.org/ +URL: http://sphinxcontrib-programoutput.readthedocs.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Sphinx +Requires: python-sphinxcontrib +BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pytest} %endif -Requires: python-Sphinx -Requires: python-sphinxcontrib -BuildArch: noarch - %python_subpackages %description @@ -63,8 +62,8 @@ py.test-%{$python_bin_suffix} %endif %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.rst LICENSE README.rst +%license LICENSE +%doc CHANGES.rst README.rst %{python_sitelib}/sphinxcontrib/programoutput/ %{python_sitelib}/sphinxcontrib_programoutput-%{version}-py*-nspkg.pth %{python_sitelib}/sphinxcontrib_programoutput-%{version}-py*.egg-info From ea1268634b0f7b093b4c62d3c838fab2c131e172491aa55c001631757ff422e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Dec 2018 21:06:13 +0000 Subject: [PATCH 3/3] Remove wrong BR on python-sphinxcontrib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=10 --- python-sphinxcontrib-programoutput.changes | 5 +++++ python-sphinxcontrib-programoutput.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-programoutput.changes b/python-sphinxcontrib-programoutput.changes index 1b803f5..9750627 100644 --- a/python-sphinxcontrib-programoutput.changes +++ b/python-sphinxcontrib-programoutput.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 21:06:06 UTC 2018 - Matej Cepl + +- Remove wrong BR on python-sphinxcontrib + ------------------------------------------------------------------- Tue Dec 4 12:54:45 UTC 2018 - Matej Cepl diff --git a/python-sphinxcontrib-programoutput.spec b/python-sphinxcontrib-programoutput.spec index fd1a700..fc10d74 100644 --- a/python-sphinxcontrib-programoutput.spec +++ b/python-sphinxcontrib-programoutput.spec @@ -26,15 +26,13 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: http://sphinxcontrib-programoutput.readthedocs.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-%{version}.tar.gz +BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx -Requires: python-sphinxcontrib BuildArch: noarch %if %{with test} -BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pytest} %endif %python_subpackages