rebuilt with debug package and specfile fixes [release 1.09-2mamba;Tue Jan 11 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:32:28 +01:00
parent 46c86d52af
commit 2ae389a6bc

View File

@ -1,28 +1,29 @@
Name: xautomation Name: xautomation
Version: 1.09 Version: 1.09
Release: 1mamba Release: 2mamba
Summary: A command line tool for scripts to control X Summary: A command line tool for scripts to control X
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: openmamba WebBuild System <webbuild@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://hoopajoo.net/projects/xautomation.html URL: https://www.hoopajoo.net/projects/xautomation.html
Source: http://hoopajoo.net/static/projects/xautomation-%{version}.tar.gz Source: http://hoopajoo.net/static/projects/xautomation-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpng-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXtst-devel BuildRequires: libXtst-devel
BuildRequires: libpng-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Control X from the command line for scripts, and do "visual scraping" to find things on the screen. Control X from the command line for scripts, and do "visual scraping" to find things on the screen.
The conrol 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 conrol 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 progams to find buttons, etc, on the screen to click on. The visgrep program find images inside of images and reports the coordinates, allowing progams to find buttons, etc, on the screen to click on.
%debug_package
%prep %prep
%setup -q %setup -q
@ -42,9 +43,13 @@ export LDFLAGS="-lXi"
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%{_mandir}/man?/* %{_mandir}/man?/*
%doc AUTHORS COPYING ChangeLog README %doc AUTHORS COPYING
#ChangeLog README
%changelog %changelog
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.09-2mamba
- rebuilt with debug package and specfile fixes
* Fri Sep 12 2014 Automatic Build System <autodist@mambasoft.it> 1.09-1mamba * Fri Sep 12 2014 Automatic Build System <autodist@mambasoft.it> 1.09-1mamba
- automatic version update by autodist - automatic version update by autodist