Compare commits
10 Commits
94b64fdc68
...
e7ee047dd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7ee047dd2 | ||
|
|
a814b7d3eb | ||
|
|
1008e63acf | ||
|
|
e57992e77e | ||
|
|
b2a0b39570 | ||
|
|
0ef443e968 | ||
|
|
064bf19e6f | ||
|
|
42f2651fb7 | ||
|
|
85c1672043 | ||
|
|
ac674e699c |
Binary file not shown.
BIN
dogtail-DOGTAIL_0_9_11.tar.gz
Normal file
BIN
dogtail-DOGTAIL_0_9_11.tar.gz
Normal file
Binary file not shown.
22
dogtail.spec
22
dogtail.spec
@ -1,10 +1,10 @@
|
||||
Name: dogtail
|
||||
Version: 0.9.10
|
||||
Release: 3
|
||||
Version: 0.9.11
|
||||
Release: 1
|
||||
Summary: Tools for GUI testing automatically
|
||||
License: GPLv2
|
||||
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
|
||||
|
||||
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
|
||||
communicate with desktop applications.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-DOGTAIL_0_9_10 -p1
|
||||
%autosetup -n %{name}-DOGTAIL_0_9_11 -p1
|
||||
rm -rf %{py3dir}
|
||||
cp -a . %{py3dir}
|
||||
|
||||
@ -37,8 +39,6 @@ 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,10 +63,20 @@ 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user