diff --git a/.gitignore b/.gitignore index 98c3850..53fe2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 6481b8b..01c2d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d6334643429284bfe35cfbf36ff8738 xautomation-1.07.tar.gz +SHA512 (xautomation-1.09.tar.gz) = 60de78ef9e4bd605ff2cdf1cd34771940d043a2ba0498a053d54dad82476aa123afe91690e7f57d2f346845d4b1313bc0e4d3df524815265c817961978ef4ad8 diff --git a/xautomation.spec b/xautomation.spec index dd8be18..f9e6ced 100644 --- a/xautomation.spec +++ b/xautomation.spec @@ -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 - 1.09-1 +- Update to 1.09 +- Spec cleanup + * Sat Jul 14 2018 Fedora Release Engineering - 1.07-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild