Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e7ee047dd2
!13 Update to version 0.9.11
From: @cky1122 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-10-12 06:50:10 +00:00
cky1122
a814b7d3eb
更新dogtail文件版本
Signed-off-by: cky1122 <cky2536184321@163.com>
2023-08-17 01:48:00 +00:00
cky1122
1008e63acf
删除文件 dogtail-DOGTAIL_0_9_11.tar 2023-08-17 01:46:04 +00:00
cky1122
e57992e77e
update dogtail.spec.
Signed-off-by: cky1122 <cky2536184321@163.com>
2023-08-17 01:34:50 +00:00
cky1122
b2a0b39570
更新dogtail文件版本
Signed-off-by: cky1122 <cky2536184321@163.com>
2023-08-17 01:30:16 +00:00
cky1122
0ef443e968
删除文件 dogtail-DOGTAIL_0_9_10.tar.gz 2023-08-17 01:29:42 +00:00
openeuler-ci-bot
064bf19e6f
!7 Use the built-in process of rpm to provide pythonX.Ydist (M)
From: @chendingjian 
Reviewed-by: @qwei_8848, @small_leek 
Signed-off-by: @small_leek
2023-02-08 03:32:39 +00:00
chendingjian
42f2651fb7 fix(spec) : Use the built-in process of rpm to provide pythonX. Ydist (M)
- 使用rpm的内置流程提供pythonX.Ydist(M)

Signed-off-by: chendingjian <chendingjian@kylinsec.com.cn>
2023-02-08 10:05:22 +08:00
openeuler-ci-bot
85c1672043
!6 添加 python%{python3_version}dist(dogtail)
From: @chendingjian 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-02-07 10:38:08 +00:00
chendingjian
ac674e699c fix(spec) : Add python%{python3_version}dist(dogtail) to solve the problem that the package cannot be provided.
- 添加 python%{python3_version}dist(dogtail) 以解决无法提供包的问题

Signed-off-by: chendingjian <chendingjian@kylinsec.com.cn>
2023-02-06 14:58:48 +08:00
3 changed files with 16 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: dogtail Name: dogtail
Version: 0.9.10 Version: 0.9.11
Release: 3 Release: 1
Summary: Tools for GUI testing automatically Summary: Tools for GUI testing automatically
License: GPLv2 License: GPLv2
URL: https://gitlab.com/dogtail/dogtail/ URL: https://gitlab.com/dogtail/dogtail/
Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_10/dogtail-DOGTAIL_0_9_10.tar.gz Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_11/dogtail-DOGTAIL_0_9_11.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -24,8 +24,10 @@ Requires: xorg-x11-xinit hicolor-icon-theme
GUI test tool and automation framework that uses assistive technologies to GUI test tool and automation framework that uses assistive technologies to
communicate with desktop applications. communicate with desktop applications.
%package_help
%prep %prep
%autosetup -n %{name}-DOGTAIL_0_9_10 -p1 %autosetup -n %{name}-DOGTAIL_0_9_11 -p1
rm -rf %{py3dir} rm -rf %{py3dir}
cp -a . %{py3dir} cp -a . %{py3dir}
@ -37,8 +39,6 @@ cd -
%install %install
cd %{py3dir} cd %{py3dir}
%{__python3} ./setup.py install -O2 --root=$RPM_BUILD_ROOT --record=%{name}.files %{__python3} ./setup.py install -O2 --root=$RPM_BUILD_ROOT --record=%{name}.files
rm -rf $RPM_BUILD_ROOT/%{_docdir}/dogtail
rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
cd - cd -
find examples -type f -exec chmod 0644 \{\} \; find examples -type f -exec chmod 0644 \{\} \;
@ -63,10 +63,20 @@ fi
%{_datadir}/applications/* %{_datadir}/applications/*
%{_datadir}/dogtail/ %{_datadir}/dogtail/
%{_datadir}/icons/hicolor/*/apps/%{name}*.* %{_datadir}/icons/hicolor/*/apps/%{name}*.*
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%doc COPYING README NEWS %doc COPYING README NEWS
%doc examples/ %doc examples/
%files help
%{_docdir}/dogtail
%changelog %changelog
* Thu Aug 17 2023 cky1122 <cky2536184321@163.com> - 0.9.11-1
- Update to upstream version 0.9.11
* Wed Feb 08 2023 chendingjian <chendingjian@kylinsec.com.cn> - 0.9.10-4
- Add python%{python3_version}dist(dogtail) to solve the problem that the package cannot be provided.
* Thu Oct 22 2020 huanghaitao <huanghaitao8@huawei.com> - 0.9.10-3 * Thu Oct 22 2020 huanghaitao <huanghaitao8@huawei.com> - 0.9.10-3
- Disable python2 module - Disable python2 module