Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2218ffa0 |
3 changed files with 19 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ xautomation-1.03.tar.gz
|
|||
/xautomation-1.05.tar.gz
|
||||
/xautomation-1.06.tar.gz
|
||||
/xautomation-1.07.tar.gz
|
||||
/xautomation-1.09.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6d6334643429284bfe35cfbf36ff8738 xautomation-1.07.tar.gz
|
||||
SHA512 (xautomation-1.09.tar.gz) = 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xautomation
|
||||
Version: 1.07
|
||||
Release: 13%{?dist}
|
||||
Version: 1.09
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to automate tasks in X, even detecting on screen images
|
||||
|
||||
Group: User Interface/X
|
||||
|
|
@ -14,30 +14,30 @@ BuildRequires: libXi-devel
|
|||
BuildRequires: libXtst-devel
|
||||
|
||||
%description
|
||||
Control X from the command line for scripts, and do "visual
|
||||
scraping" to find things on the screen. The control interface allows
|
||||
mouse movement, clicking, button up/down, key up/down, etc, and uses
|
||||
the XTest extension so you don't have the annoying problems that xse
|
||||
has when apps ignore sent events. The visgrep program find images
|
||||
inside of images and reports the coordinates, allowing programs to
|
||||
find buttons, etc, on the screen to click on.
|
||||
Control X from the command line for scripts, and do "visual scraping" to find
|
||||
things on the screen. The control interface allows mouse movement, clicking,
|
||||
button up/down, key up/down, etc, and uses the XTest extension so you don't have
|
||||
the annoying problems that xse has when apps ignore sent events. The visgrep
|
||||
program find images inside of images and reports the coordinates, allowing
|
||||
programs to find buttons, etc, on the screen to click on.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags} LDFLAGS=-lXi
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%{_bindir}/pat2ppm
|
||||
%{_bindir}/patextract
|
||||
%{_bindir}/png2pat
|
||||
|
|
@ -50,6 +50,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.09-1
|
||||
- Update to 1.09
|
||||
- Spec cleanup
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue