]> git.pld-linux.org Git - packages/xautomation.git/blame - xautomation.spec
- up to 1.09
[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
0f1518b8
AM
4Version: 1.09
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
0f1518b8 10# Source0-md5: 16b973fdb525feed876471225bba30ed
e1ee7815 11URL: http://hoopajoo.net/projects/xautomation.html
23fc2758
AG
12BuildRequires: autoconf
13BuildRequires: automake
e1ee7815 14BuildRequires: libpng-devel
23fc2758 15BuildRequires: libtool
2565411a 16BuildRequires: xorg-lib-libX11-devel
17BuildRequires: xorg-lib-libXtst-devel
e1ee7815
MM
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
a43d7744 21The control interface allows mouse movement, clicking, button up/down,
e1ee7815
MM
22key up/down, etc. The visgrep program find images inside of images and
23reports the coordinates, allowing progams to find buttons, etc, on the
24screen to click on.
25
26Useful with tools like <http://bur.st/~benc/index.pl?p=external-edit>.
27
8f5231e5
JR
28%description -l pl.UTF-8
29Narzędzia pozwalają na poruszanie wskaźnikiem myszy, ,,naciskanie''
30przycisków na klawiaturze itd. visgrep szuka obrazów w obrazach, by
31można było zlokalizować przyciski do kliknięcia.
e1ee7815 32
8f5231e5 33Użyteczne z narzędziami w rodzaju
e1ee7815
MM
34<http://bur.st/~benc/index.pl?p=external-edit>.
35
36%prep
37%setup -q
38
39%build
23fc2758
AG
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__automake}
e1ee7815
MM
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog README
e1ee7815 59%attr(755,root,root) %{_bindir}/*
2d053c54
KK
60%{_mandir}/man1/*
61%{_mandir}/man7/xautomation.7*
This page took 0.075086 seconds and 4 git commands to generate.