source: projects/specs/trunk/x/xautoclick/xautoclick-vl.spec @ 3135

Revision 3135, 2.0 KB checked in by iwaim, 13 years ago (diff)

xautoclick-0.30-1

Line 
1Summary: automatically click the left mousebutton
2Name: xautoclick
3Version: 0.30
4Release: 1%{?_dist_release}
5License: GPLv2
6Group: Applications/Accessories
7URL: http://xautoclick.sourceforge.net/
8Source0: %{name}-%{version}.tar.bz2
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10
11BuildRequires: libXtst-devel
12BuildRequires: gtk2-devel
13
14Distribution: Vine Linux
15Vendor: Project Vine
16Packager: iwaim
17
18%description
19This application enables you to automatically click the left mousebutton.
20It is designed to reduce strain on the wrist muscles caused by repetitive
21mouse clicking, which can lead to serious injury or impair
22 (RSI, Carpal Tunnel Syndrome, et cetera).  By specifying the interval,
23a random factor and the number of times to click, the program simulates
24natural clicking.
25
26%package gtk2
27Summary: automatically click the left mousebutton for GTK+ 2
28Group: Applications/Accessories
29
30%description gtk2
31This application enables you to automatically click the left mousebutton.
32It is designed to reduce strain on the wrist muscles caused by repetitive
33mouse clicking, which can lead to serious injury or impair
34 (RSI, Carpal Tunnel Syndrome, et cetera).  By specifying the interval,
35a random factor and the number of times to click, the program simulates
36natural clicking.
37
38%prep
39%setup -q
40./configure --prefix=%{_prefix}
41
42%build
43make
44
45%install
46rm -rf %{buildroot}
47# ad-hoc
48make install PREFIX=%{buildroot}%{_prefix}
49%{__rm} -rf %{buildroot}%{_prefix}/man
50%{__mkdir_p} %{buildroot}%{_mandir}/man1
51%{__cp} -a xautoclick.1 %{buildroot}%{_mandir}/man1/gautoclick2.1
52%{__cp} -a xautoclick.1 %{buildroot}%{_mandir}/man1/
53
54%clean
55rm -rf %{buildroot}
56
57%files
58%defattr(-,root,root,-)
59%doc AUTHORS ChangeLog LICENSE README
60%{_bindir}/[ac]autoclick
61%{_mandir}/man1/xautoclick.1*
62
63%files gtk2
64%defattr(-,root,root,-)
65%doc AUTHORS ChangeLog LICENSE README
66%{_bindir}/gautoclick2
67%{_mandir}/man1/gautoclick2.1*
68
69%changelog
70* Sat Feb 26 2011 IWAI, Masaharu <iwai@alib.jp> 0.30-1
71- Initial build.
72
Note: See TracBrowser for help on using the repository browser.