diff --git a/python-hupper-doc.changes b/python-hupper-doc.changes index 797972f..0e836b2 100644 --- a/python-hupper-doc.changes +++ b/python-hupper-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Jul 14 17:41:31 UTC 2017 - aloisio@gmx.com diff --git a/python-hupper-doc.spec b/python-hupper-doc.spec index c5c276d..b3dcd22 100644 --- a/python-hupper-doc.spec +++ b/python-hupper-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-hupper-doc # -# 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/ # @@ -32,8 +32,8 @@ BuildRequires: python3-Sphinx BuildRequires: python3-pylons-sphinx-themes # /SECTION # SECTION test requirements -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module watchdog} # /SECTION BuildRequires: python-rpm-macros diff --git a/python-hupper.changes b/python-hupper.changes index 797972f..0e836b2 100644 --- a/python-hupper.changes +++ b/python-hupper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Jul 14 17:41:31 UTC 2017 - aloisio@gmx.com diff --git a/python-hupper.spec b/python-hupper.spec index 93e19a0..f9aaac4 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -1,7 +1,7 @@ # # spec file for package python-hupper # -# 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/ # @@ -23,15 +23,14 @@ Release: 0 Summary: An in-process file monitor License: MIT Group: Development/Languages/Python -Url: https://pylonsproject.org/ +URL: https://pylonsproject.org/ Source0: https://files.pythonhosted.org/packages/source/h/hupper/hupper-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-watchdog -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -60,8 +59,8 @@ rm -rf src/hupper.egg-info %python_uninstall_alternative hupper %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.rst CONTRIBUTING.rst LICENSE.txt README.rst +%license LICENSE.txt +%doc CHANGES.rst CONTRIBUTING.rst README.rst %python_alternative %{_bindir}/hupper %{python_sitelib}/*