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