]> git.pld-linux.org Git - packages/dasher.git/blob - dasher.spec
- added %%doc
[packages/dasher.git] / dasher.spec
1 Name:           dasher
2 Summary:        Predictive text entry application
3 Version:        3.2.3
4 Release:        0.9
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.bz2
8 # Source0-md5:  6f846c5ee98d006c2545367f7ee96bd9
9 URL:            http://www.inference.phy.cam.ac.uk/dasher/
10 BuildRequires:  GConf2-devel
11 BuildRequires:  ORBit2-devel
12 BuildRequires:  at-spi-devel
13 BuildRequires:  bonobo-activation-devel
14 BuildRequires:  glib2-devel >= 2.0.0
15 BuildRequires:  gnome-speech-devel
16 BuildRequires:  gnome-vfs2-devel
17 BuildRequires:  gtk+2-devel >= 2.0.0
18 BuildRequires:  libbonobo-devel
19 BuildRequires:  libglade2-devel
20 BuildRequires:  libgnome-devel
21 BuildRequires:  libgnomeui-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Dasher is an information-efficient text-entry interface, driven by
26 natural continuous pointing gestures. Dasher is a competitive
27 text-entry system wherever a full-size keyboard cannot be used - for
28 example, on a palmtop computer; on a wearable computer; when operating
29 a computer one-handed, by joystick, touchscreen, trackball, or mouse;
30 when operating a computer with zero hands (i.e., by head-mouse or by
31 eyetracker). The eyetracking version of Dasher allows an experienced
32 user to write text as fast as normal handwriting - 25 words per
33 minute; using a mouse, experienced users can write at 39 words per
34 minute.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure \
41         --with-gnome \
42         --with-speech \
43         --with-a11y
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name} --with-gnome --all-name
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
60 %attr(755,root,root) %{_bindir}/*
61 %{_datadir}/%{name}
62 %{_desktopdir}/%{name}.desktop
63 %{_iconsdir}/%{name}.png
64 %{_mandir}/man1/%{name}*
This page took 0.055423 seconds and 4 git commands to generate.