diff --git a/python-txWS.changes b/python-txWS.changes new file mode 100644 index 0000000..188d4e8 --- /dev/null +++ b/python-txWS.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 7 08:36:07 UTC 2018 - sebix+novell.com@sebix.at + +- fix filename of changes file + +------------------------------------------------------------------- +Tue Oct 3 13:31:29 UTC 2017 - mardnh@gmx.de + +- Initial package diff --git a/python-txWS.spec b/python-txWS.spec index 8fdbaad..b739b53 100644 --- a/python-txWS.spec +++ b/python-txWS.spec @@ -1,7 +1,7 @@ # # spec file for package python-txWS # -# 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 @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,17 +21,17 @@ Name: python-txWS Version: 0.9.1 Release: 0 -License: X11 Summary: Twisted WebSockets wrapper -Url: http://github.com/MostAwesomeDude/txWS +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-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module vcversioner} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages diff --git a/txWS.changes b/txWS.changes deleted file mode 100644 index 4d8d95a..0000000 --- a/txWS.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Tue Oct 3 13:31:29 UTC 2017 - mardnh@gmx.de - -- Initial package