]> git.pld-linux.org Git - packages/xautomation.git/blame - xautomation.spec
- updated to 1.02
[packages/xautomation.git] / xautomation.spec
CommitLineData
e1ee7815 1Summary: Tools for controling X from the command line
dfc63333 2Summary(pl.UTF-8): Narzędzia do sterowania X Window System z linii poleceń
e1ee7815 3Name: xautomation
2d053c54 4Version: 1.02
e1ee7815 5Release: 1
e1ee7815
MM
6License: GPL v2+
7Vendor: Steve Slaven <bpk@hoopajoo.net>
8Group: X11/Applications
9Source0: http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz
2d053c54 10# Source0-md5: 523198135f7cf7a5324189aef20ac48d
e1ee7815 11URL: http://hoopajoo.net/projects/xautomation.html
e1ee7815 12BuildRequires: libpng-devel
2565411a 13BuildRequires: xorg-lib-libX11-devel
14BuildRequires: xorg-lib-libXtst-devel
e1ee7815
MM
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
a43d7744 18The control interface allows mouse movement, clicking, button up/down,
e1ee7815
MM
19key up/down, etc. The visgrep program find images inside of images and
20reports the coordinates, allowing progams to find buttons, etc, on the
21screen to click on.
22
23Useful with tools like <http://bur.st/~benc/index.pl?p=external-edit>.
24
8f5231e5
JR
25%description -l pl.UTF-8
26Narzędzia pozwalają na poruszanie wskaźnikiem myszy, ,,naciskanie''
27przycisków na klawiaturze itd. visgrep szuka obrazów w obrazach, by
28można było zlokalizować przyciski do kliknięcia.
e1ee7815 29
8f5231e5 30Użyteczne z narzędziami w rodzaju
e1ee7815
MM
31<http://bur.st/~benc/index.pl?p=external-edit>.
32
33%prep
34%setup -q
35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS ChangeLog README
e1ee7815 52%attr(755,root,root) %{_bindir}/*
2d053c54
KK
53%{_mandir}/man1/*
54%{_mandir}/man7/xautomation.7*
This page took 0.534433 seconds and 4 git commands to generate.