diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-robotframework-flaui.spec | 24 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 17 insertions, 10 deletions
@@ -1 +1,2 @@ /robotframework-flaui-2.0.9.tar.gz +/robotframework-flaui-2.0.10.tar.gz diff --git a/python-robotframework-flaui.spec b/python-robotframework-flaui.spec index a6ce0f5..a5c388e 100644 --- a/python-robotframework-flaui.spec +++ b/python-robotframework-flaui.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-robotframework-flaui -Version: 2.0.9 +Version: 2.0.10 Release: 1 Summary: Windows GUI testing library for Robot Framework License: MIT URL: https://github.com/GDATASoftwareAG/robotframework-flaui -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/ac/c28d44ee8c22f617f3cf72104278ff563f0aa8d7acb82c5a159881cd1e2c/robotframework-flaui-2.0.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/17/04/b70933a4ae17a1a7bf2fcd4c3640ac27beace65ccd6bf713815c3587a74b/robotframework-flaui-2.0.10.tar.gz Requires: python3-robotframework Requires: python3-typing-extensions @@ -40,6 +40,8 @@ Requires: python3-pythonnet [rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
+[](https://matrix.to/#/#robot-flaui-lobby:gitter.im)
+
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
@@ -212,6 +214,8 @@ BuildRequires: gdb [rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
+[](https://matrix.to/#/#robot-flaui-lobby:gitter.im)
+
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
@@ -378,6 +382,8 @@ Provides: python3-robotframework-flaui-doc [rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
+[](https://matrix.to/#/#robot-flaui-lobby:gitter.im)
+
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
@@ -514,7 +520,7 @@ Following arguments are supported: %prep -%autosetup -n robotframework-flaui-2.0.9 +%autosetup -n robotframework-flaui-2.0.10 %build %py3_build @@ -528,20 +534,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -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 + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -554,5 +560,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.10-1 - Package Spec generated @@ -1 +1 @@ -d5943d067f7488ca16fb9014eee97844 robotframework-flaui-2.0.9.tar.gz +840a79ad7c6e4c5449ec276f9c383027 robotframework-flaui-2.0.10.tar.gz |
