1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
|
%global _empty_manifest_terminate_build 0
Name: python-robotframework-flaui
Version: 2.0.9
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
Requires: python3-robotframework
Requires: python3-typing-extensions
Requires: python3-robotframework-pythonlibcore
Requires: python3-pythonnet
%description
# Robotframework-FlaUI Library
[license]: https://img.shields.io/github/license/GDATASoftwareAG/robotframework-flaui?style=flat-square
[py38x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x86/main?label=3.8&style=flat-square
[py38x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x64/main?label=3.8&style=flat-square
[py39x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x86/main?label=3.9&style=flat-square
[py39x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x64/main?label=3.9&style=flat-square
[py310x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x86/main?label=3.10&style=flat-square
[py310x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x64/main?label=3.10&style=flat-square
[tests]: https://img.shields.io/appveyor/tests/GDATACyberDefenseAG/robotframework-flaui/main?style=flat-square"
[tests_url]: https://ci.appveyor.com/project/GDATACyberDefenseAG/robotframework-flaui/build/tests
[pypi]: https://img.shields.io/pypi/v/robotframework-flaui?style=flat-square
[pypi_url]: https://pypi.org/pypi/robotframework-flaui
[python_37]: https://img.shields.io/badge/Python-3.7-blue
[python_38]: https://img.shields.io/badge/Python-3.8-blue
[python_39]: https://img.shields.io/badge/Python-3.9-blue
[python_310]: https://img.shields.io/badge/Python-3.10-blue
[python_311]: https://img.shields.io/badge/Experimental-Python%203.11-orange
[rf3]: https://img.shields.io/badge/3-Supported-blue
[rf4]: https://img.shields.io/badge/4-Supported-blue
[rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
| Python Builds (x86) | ![][py38x86] ![][py39x86] ![][py310x86] |
| Python Builds (x64) | ![][py38x64] ![][py39x64] ![][py310x64] |
| Tests | [![][tests]][tests_url] |
| Python | ![][python_37] ![][python_38] ![][python_39] ![][python_310] ![][python_311] |
| Robotframework | ![][rf3] ![][rf4] ![][rf5] ![][rf6] |
| PyPi | [![][pypi]][pypi_url] |
## Introduction
Robotframework-FlaUI is a keyword based user interface automation testing library for Windows applications like Win32, WinForms, WPF or Store Apps.
It's based on the [FlaUI](https://github.com/FlaUI/FlaUI) user interface automation library.
## Installation
Install the latest stable release:
```
pip install --upgrade robotframework-flaui
```
## Dependencies and python support
The robot framework FlaUI is supposed to support the current Python 3 versions.
### Required dependencies
See dependencies from [Documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
### Python.Net Wrapper Issues
#### Robotframework-Flaui 1.x
* With the release of Python.Net version 2.5.2, Python 3.9 support was implemented for the first time.
* However, no official support for Python 3.9 has been released yet.
* For more information see the issue [#1389](https://github.com/pythonnet/pythonnet/issues/1389)
* If there are problems installing the Python.Net library, please use Python 3.8 instead.
* This is only a potential problem by all robotframework-flaui 1.x versions which are implemented by Python.Net 2.5.2
#### Robotframework-Flaui 2.x
* Sometimes an AccessViolationException wil be occure on latest Python.Net Version v3.0.1
* For more information see the issue [#1977](https://github.com/pythonnet/pythonnet/issues/1977)
* A workaround is to set Python's memory allocation environment variable "PYTHONMALLOC=malloc"
## Documentation
* [Keyword documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
* [XPath explanation](https://gdatasoftwareag.github.io/robotframework-flaui/xpath.html)
### RFHUB2
[RFHUB2](https://pypi.org/project/rfhub2/) is an opensource project aimed to provide nice and easy way of collecting, browsing and sharing documentation of existing keywords written in RobotFramework and python. Built with Material-UI and FastAPI, served by Uvicorn.
Under docs/keywords are the necessary .XML files to import the keywords.
These can be imported separately according to their version with the RFHUB2-CLI tool or all versions.
```
rfhub2-cli .\docs\keywords\
rfhub2-cli .\docs\keywords\<VERSION>
```
## GUI Inspector Tools
There are various tools around which help inspecting application that should be ui tested or automated.
Some of them are:
* [FlaUI Inspect](https://github.com/FlaUI/FlaUInspect)
* [Microsoft Accessibility Insights For Windows](https://accessibilityinsights.io)
* VisualUIAVerify
* Inspect
* UISpy
## Examples
Examples of use can be found in the atests folder.
## Development
### Preconditions
* Install [Python](https://www.python.org/downloads), if not already installed.
* Only Python 3 is supported.
* Install Robotframework and Python.Net
#### Dependency installation by Keen.bat
```
.\keen.bat dependency
```
### Test-Applications
Two test projects were used for the UI automation:
* FlaUI WPF Test App 'Standard application that contains all common UI elements'
* Notifier Test App 'Application which closes automatically after a time'
### Building and testing locally
Use the provided 'Commander Keen' file:
```
.\keen.bat test
```
The script automatically builds the:
* Library as a wheel file stored in the Dist folder
* Test documentation located in the Docs folder
* Automatically installs and runs the robot tests of the library and saves the test results in the Result folder
Following arguments are supported:
```
.\keen.bat <argument>
```
* cleanup - Removes all build folders
* dependency - Install all python dependencies
* build - Build wheel file
* install - Install wheel file
* test - Test robotframework-flaui (UIA2 and UIA3)
* test_uia2 - Test UIA2 interface usage
* test_uia3 - Test UIA3 interface usage
* pylint - Static code analysis for PEP 8. Generates pylint.html file in results.
## Acknowledgements
### FlaUI
* Thanks to [@Roemer](https://github.com/Roemer) for the passion to create and maintain the FlaUI project.
* Thanks to [FlaUI](https://github.com/FlaUI/FlaUI) developers and maintainers for this project.
%package -n python3-robotframework-flaui
Summary: Windows GUI testing library for Robot Framework
Provides: python-robotframework-flaui
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-robotframework-flaui
# Robotframework-FlaUI Library
[license]: https://img.shields.io/github/license/GDATASoftwareAG/robotframework-flaui?style=flat-square
[py38x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x86/main?label=3.8&style=flat-square
[py38x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x64/main?label=3.8&style=flat-square
[py39x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x86/main?label=3.9&style=flat-square
[py39x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x64/main?label=3.9&style=flat-square
[py310x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x86/main?label=3.10&style=flat-square
[py310x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x64/main?label=3.10&style=flat-square
[tests]: https://img.shields.io/appveyor/tests/GDATACyberDefenseAG/robotframework-flaui/main?style=flat-square"
[tests_url]: https://ci.appveyor.com/project/GDATACyberDefenseAG/robotframework-flaui/build/tests
[pypi]: https://img.shields.io/pypi/v/robotframework-flaui?style=flat-square
[pypi_url]: https://pypi.org/pypi/robotframework-flaui
[python_37]: https://img.shields.io/badge/Python-3.7-blue
[python_38]: https://img.shields.io/badge/Python-3.8-blue
[python_39]: https://img.shields.io/badge/Python-3.9-blue
[python_310]: https://img.shields.io/badge/Python-3.10-blue
[python_311]: https://img.shields.io/badge/Experimental-Python%203.11-orange
[rf3]: https://img.shields.io/badge/3-Supported-blue
[rf4]: https://img.shields.io/badge/4-Supported-blue
[rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
| Python Builds (x86) | ![][py38x86] ![][py39x86] ![][py310x86] |
| Python Builds (x64) | ![][py38x64] ![][py39x64] ![][py310x64] |
| Tests | [![][tests]][tests_url] |
| Python | ![][python_37] ![][python_38] ![][python_39] ![][python_310] ![][python_311] |
| Robotframework | ![][rf3] ![][rf4] ![][rf5] ![][rf6] |
| PyPi | [![][pypi]][pypi_url] |
## Introduction
Robotframework-FlaUI is a keyword based user interface automation testing library for Windows applications like Win32, WinForms, WPF or Store Apps.
It's based on the [FlaUI](https://github.com/FlaUI/FlaUI) user interface automation library.
## Installation
Install the latest stable release:
```
pip install --upgrade robotframework-flaui
```
## Dependencies and python support
The robot framework FlaUI is supposed to support the current Python 3 versions.
### Required dependencies
See dependencies from [Documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
### Python.Net Wrapper Issues
#### Robotframework-Flaui 1.x
* With the release of Python.Net version 2.5.2, Python 3.9 support was implemented for the first time.
* However, no official support for Python 3.9 has been released yet.
* For more information see the issue [#1389](https://github.com/pythonnet/pythonnet/issues/1389)
* If there are problems installing the Python.Net library, please use Python 3.8 instead.
* This is only a potential problem by all robotframework-flaui 1.x versions which are implemented by Python.Net 2.5.2
#### Robotframework-Flaui 2.x
* Sometimes an AccessViolationException wil be occure on latest Python.Net Version v3.0.1
* For more information see the issue [#1977](https://github.com/pythonnet/pythonnet/issues/1977)
* A workaround is to set Python's memory allocation environment variable "PYTHONMALLOC=malloc"
## Documentation
* [Keyword documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
* [XPath explanation](https://gdatasoftwareag.github.io/robotframework-flaui/xpath.html)
### RFHUB2
[RFHUB2](https://pypi.org/project/rfhub2/) is an opensource project aimed to provide nice and easy way of collecting, browsing and sharing documentation of existing keywords written in RobotFramework and python. Built with Material-UI and FastAPI, served by Uvicorn.
Under docs/keywords are the necessary .XML files to import the keywords.
These can be imported separately according to their version with the RFHUB2-CLI tool or all versions.
```
rfhub2-cli .\docs\keywords\
rfhub2-cli .\docs\keywords\<VERSION>
```
## GUI Inspector Tools
There are various tools around which help inspecting application that should be ui tested or automated.
Some of them are:
* [FlaUI Inspect](https://github.com/FlaUI/FlaUInspect)
* [Microsoft Accessibility Insights For Windows](https://accessibilityinsights.io)
* VisualUIAVerify
* Inspect
* UISpy
## Examples
Examples of use can be found in the atests folder.
## Development
### Preconditions
* Install [Python](https://www.python.org/downloads), if not already installed.
* Only Python 3 is supported.
* Install Robotframework and Python.Net
#### Dependency installation by Keen.bat
```
.\keen.bat dependency
```
### Test-Applications
Two test projects were used for the UI automation:
* FlaUI WPF Test App 'Standard application that contains all common UI elements'
* Notifier Test App 'Application which closes automatically after a time'
### Building and testing locally
Use the provided 'Commander Keen' file:
```
.\keen.bat test
```
The script automatically builds the:
* Library as a wheel file stored in the Dist folder
* Test documentation located in the Docs folder
* Automatically installs and runs the robot tests of the library and saves the test results in the Result folder
Following arguments are supported:
```
.\keen.bat <argument>
```
* cleanup - Removes all build folders
* dependency - Install all python dependencies
* build - Build wheel file
* install - Install wheel file
* test - Test robotframework-flaui (UIA2 and UIA3)
* test_uia2 - Test UIA2 interface usage
* test_uia3 - Test UIA3 interface usage
* pylint - Static code analysis for PEP 8. Generates pylint.html file in results.
## Acknowledgements
### FlaUI
* Thanks to [@Roemer](https://github.com/Roemer) for the passion to create and maintain the FlaUI project.
* Thanks to [FlaUI](https://github.com/FlaUI/FlaUI) developers and maintainers for this project.
%package help
Summary: Development documents and examples for robotframework-flaui
Provides: python3-robotframework-flaui-doc
%description help
# Robotframework-FlaUI Library
[license]: https://img.shields.io/github/license/GDATASoftwareAG/robotframework-flaui?style=flat-square
[py38x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x86/main?label=3.8&style=flat-square
[py38x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.8%20x64/main?label=3.8&style=flat-square
[py39x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x86/main?label=3.9&style=flat-square
[py39x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.9%20x64/main?label=3.9&style=flat-square
[py310x86]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x86/main?label=3.10&style=flat-square
[py310x64]: https://img.shields.io/appveyor/job/build/GDATACyberDefenseAG/robotframework-flaui/Python%203.10%20x64/main?label=3.10&style=flat-square
[tests]: https://img.shields.io/appveyor/tests/GDATACyberDefenseAG/robotframework-flaui/main?style=flat-square"
[tests_url]: https://ci.appveyor.com/project/GDATACyberDefenseAG/robotframework-flaui/build/tests
[pypi]: https://img.shields.io/pypi/v/robotframework-flaui?style=flat-square
[pypi_url]: https://pypi.org/pypi/robotframework-flaui
[python_37]: https://img.shields.io/badge/Python-3.7-blue
[python_38]: https://img.shields.io/badge/Python-3.8-blue
[python_39]: https://img.shields.io/badge/Python-3.9-blue
[python_310]: https://img.shields.io/badge/Python-3.10-blue
[python_311]: https://img.shields.io/badge/Experimental-Python%203.11-orange
[rf3]: https://img.shields.io/badge/3-Supported-blue
[rf4]: https://img.shields.io/badge/4-Supported-blue
[rf5]: https://img.shields.io/badge/5-Supported-blue
[rf6]: https://img.shields.io/badge/6-Supported-blue
| | |
|--- |--------------------------------------------------------------|
| License | ![][license] |
| Python Builds (x86) | ![][py38x86] ![][py39x86] ![][py310x86] |
| Python Builds (x64) | ![][py38x64] ![][py39x64] ![][py310x64] |
| Tests | [![][tests]][tests_url] |
| Python | ![][python_37] ![][python_38] ![][python_39] ![][python_310] ![][python_311] |
| Robotframework | ![][rf3] ![][rf4] ![][rf5] ![][rf6] |
| PyPi | [![][pypi]][pypi_url] |
## Introduction
Robotframework-FlaUI is a keyword based user interface automation testing library for Windows applications like Win32, WinForms, WPF or Store Apps.
It's based on the [FlaUI](https://github.com/FlaUI/FlaUI) user interface automation library.
## Installation
Install the latest stable release:
```
pip install --upgrade robotframework-flaui
```
## Dependencies and python support
The robot framework FlaUI is supposed to support the current Python 3 versions.
### Required dependencies
See dependencies from [Documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
### Python.Net Wrapper Issues
#### Robotframework-Flaui 1.x
* With the release of Python.Net version 2.5.2, Python 3.9 support was implemented for the first time.
* However, no official support for Python 3.9 has been released yet.
* For more information see the issue [#1389](https://github.com/pythonnet/pythonnet/issues/1389)
* If there are problems installing the Python.Net library, please use Python 3.8 instead.
* This is only a potential problem by all robotframework-flaui 1.x versions which are implemented by Python.Net 2.5.2
#### Robotframework-Flaui 2.x
* Sometimes an AccessViolationException wil be occure on latest Python.Net Version v3.0.1
* For more information see the issue [#1977](https://github.com/pythonnet/pythonnet/issues/1977)
* A workaround is to set Python's memory allocation environment variable "PYTHONMALLOC=malloc"
## Documentation
* [Keyword documentation](https://gdatasoftwareag.github.io/robotframework-flaui)
* [XPath explanation](https://gdatasoftwareag.github.io/robotframework-flaui/xpath.html)
### RFHUB2
[RFHUB2](https://pypi.org/project/rfhub2/) is an opensource project aimed to provide nice and easy way of collecting, browsing and sharing documentation of existing keywords written in RobotFramework and python. Built with Material-UI and FastAPI, served by Uvicorn.
Under docs/keywords are the necessary .XML files to import the keywords.
These can be imported separately according to their version with the RFHUB2-CLI tool or all versions.
```
rfhub2-cli .\docs\keywords\
rfhub2-cli .\docs\keywords\<VERSION>
```
## GUI Inspector Tools
There are various tools around which help inspecting application that should be ui tested or automated.
Some of them are:
* [FlaUI Inspect](https://github.com/FlaUI/FlaUInspect)
* [Microsoft Accessibility Insights For Windows](https://accessibilityinsights.io)
* VisualUIAVerify
* Inspect
* UISpy
## Examples
Examples of use can be found in the atests folder.
## Development
### Preconditions
* Install [Python](https://www.python.org/downloads), if not already installed.
* Only Python 3 is supported.
* Install Robotframework and Python.Net
#### Dependency installation by Keen.bat
```
.\keen.bat dependency
```
### Test-Applications
Two test projects were used for the UI automation:
* FlaUI WPF Test App 'Standard application that contains all common UI elements'
* Notifier Test App 'Application which closes automatically after a time'
### Building and testing locally
Use the provided 'Commander Keen' file:
```
.\keen.bat test
```
The script automatically builds the:
* Library as a wheel file stored in the Dist folder
* Test documentation located in the Docs folder
* Automatically installs and runs the robot tests of the library and saves the test results in the Result folder
Following arguments are supported:
```
.\keen.bat <argument>
```
* cleanup - Removes all build folders
* dependency - Install all python dependencies
* build - Build wheel file
* install - Install wheel file
* test - Test robotframework-flaui (UIA2 and UIA3)
* test_uia2 - Test UIA2 interface usage
* test_uia3 - Test UIA3 interface usage
* pylint - Static code analysis for PEP 8. Generates pylint.html file in results.
## Acknowledgements
### FlaUI
* Thanks to [@Roemer](https://github.com/Roemer) for the passion to create and maintain the FlaUI project.
* Thanks to [FlaUI](https://github.com/FlaUI/FlaUI) developers and maintainers for this project.
%prep
%autosetup -n robotframework-flaui-2.0.9
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
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
fi
if [ -d usr/lib64 ]; then
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
fi
if [ -d usr/sbin ]; then
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
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-robotframework-flaui -f filelist.lst
%dir %{python3_sitearch}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.9-1
- Package Spec generated
|