From 69045a4cadb16f700af06701b86cafece827e448af5c1bbf9313baf609051a0a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:10:58 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txWS?expand=0&rev=6 --- python-txWS.changes | 5 +++++ python-txWS.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-txWS.changes b/python-txWS.changes index 4cf6a7a..0b1eaea 100644 --- a/python-txWS.changes +++ b/python-txWS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:55:29 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Feb 10 13:05:44 UTC 2018 - jengelh@inai.de diff --git a/python-txWS.spec b/python-txWS.spec index e493490..4f421de 100644 --- a/python-txWS.spec +++ b/python-txWS.spec @@ -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: X11 Group: Development/Languages/Python Url: http://github.com/MostAwesomeDude/txWS Source: https://files.pythonhosted.org/packages/source/t/txWS/txWS-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module vcversioner} From 757abba3500e09c54278a8d139d490046c396100888edbcbd1fcebb73a053fbf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:24:50 +0000 Subject: [PATCH 2/2] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txWS?expand=0&rev=7 --- python-txWS.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-txWS.spec b/python-txWS.spec index 4f421de..da2e05d 100644 --- a/python-txWS.spec +++ b/python-txWS.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Twisted WebSockets wrapper License: X11 Group: Development/Languages/Python -Url: http://github.com/MostAwesomeDude/txWS +URL: http://github.com/MostAwesomeDude/txWS Source: https://files.pythonhosted.org/packages/source/t/txWS/txWS-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -49,8 +49,8 @@ adding WebSockets server support to Twisted applications. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGELOG.rst LICENSE README.rst +%license LICENSE +%doc CHANGELOG.rst README.rst %{python_sitelib}/* %changelog