diff --git a/python-websockify.spec b/python-websockify.spec index 334deb9efc920d59eceb606e65cde1aa506713d6..6bd6060638fa4d294ef4e24825fada1529754768 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,40 +1,58 @@ %global _empty_manifest_terminate_build 0 Name: python-websockify -Version: 0.9.0 +Version: 0.8.0 Release: 1 Summary: Websockify. -License: LGPLv3 -URL: https://github.com/novnc/websockify -Source0: https://files.pythonhosted.org/packages/c4/5b/16ec1e9f4fc536846d95a01a77d97da12f8042ca5cf83cdf3dd0442e881c/websockify-0.9.0.tar.gz +License: GPL-3.0 and MPL-2.0 and LGPLv3 +URL: https://github.com/kanaka/websockify +Source0: https://files.pythonhosted.org/packages/66/48/2e35166c957639ddb4cb11ce9783ad3ee9bf96f220354ce2684ee95feeb7/websockify-0.8.0.tar.gz BuildArch: noarch - - %description -websockify: WebSockets support for any application/server - + websockify: WebSockets support for any application/serverwebsockify was +formerly named wsproxy and was part of the [noVNC]( project.At the most basic +level, websockify just translates WebSockets traffic to normal socket traffic. +Websockify accepts the WebSockets handshake, parses it, and then begins +forwarding traffic between the client and the target in both directions. +News/help/contactNotable commits, announcements and news are posted to > filelist.lst fi +if [ -d usr/share ]; then + find usr/share -type f -printf "/%h/%f\n" >> filelist.lst +fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi @@ -61,12 +82,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-websockify -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-websockify -f filelist.lst +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Nov 23 2020 Python_Bot +* Tue May 11 2021 OpenStack_SIG - Package Spec generated diff --git a/websockify-0.8.0.tar.gz b/websockify-0.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..83ec17e92ec57f22a102efdbcc280402a76d366a Binary files /dev/null and b/websockify-0.8.0.tar.gz differ diff --git a/websockify-0.9.0.tar.gz b/websockify-0.9.0.tar.gz deleted file mode 100644 index 476307f6afd12e0d5a2803091b82942ecf446b2f..0000000000000000000000000000000000000000 Binary files a/websockify-0.9.0.tar.gz and /dev/null differ