Compare commits

..

No commits in common. "e7ee047dd22f3ed46781afa7968a6a4de55ee6ac" and "94b64fdc68d52d17fa8f5713d1b79b1ce248daa2" have entirely different histories.

3 changed files with 6 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: dogtail
Version: 0.9.11
Release: 1
Version: 0.9.10
Release: 3
Summary: Tools for GUI testing automatically
License: GPLv2
URL: https://gitlab.com/dogtail/dogtail/
Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_11/dogtail-DOGTAIL_0_9_11.tar.gz
Source0: https://gitlab.com/dogtail/dogtail/-/archive/DOGTAIL_0_9_10/dogtail-DOGTAIL_0_9_10.tar.gz
BuildArch: noarch
BuildRequires: desktop-file-utils
@ -24,10 +24,8 @@ Requires: xorg-x11-xinit hicolor-icon-theme
GUI test tool and automation framework that uses assistive technologies to
communicate with desktop applications.
%package_help
%prep
%autosetup -n %{name}-DOGTAIL_0_9_11 -p1
%autosetup -n %{name}-DOGTAIL_0_9_10 -p1
rm -rf %{py3dir}
cp -a . %{py3dir}
@ -39,6 +37,8 @@ cd -
%install
cd %{py3dir}
%{__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 -
find examples -type f -exec chmod 0644 \{\} \;
@ -63,20 +63,10 @@ fi
%{_datadir}/applications/*
%{_datadir}/dogtail/
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%doc COPYING README NEWS
%doc examples/
%files help
%{_docdir}/dogtail
%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
- Disable python2 module