]> git.pld-linux.org Git - packages/mousetweaks.git/blob - mousetweaks.spec
- updated to 2.22.0
[packages/mousetweaks.git] / mousetweaks.spec
1 Summary:        Mouse accessibility enhancements for GNOME
2 Name:           mousetweaks
3 Version:        2.22.0
4 Release:        1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.22/%{name}-%{version}.tar.bz2
8 # Source0-md5:  a7715512c7ffdec65ead7a251609d0f5
9 URL:            http://live.gnome.org/Mousetweaks/Home
10 BuildRequires:  GConf2-devel >= 2.22.0
11 BuildRequires:  at-spi-devel >= 1.22.0
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-doc-utils >= 0.12.0
17 BuildRequires:  gnome-panel-devel >= 2.22.0
18 BuildRequires:  gtk+2-devel >= 2:2.12.8
19 BuildRequires:  intltool >= 0.36.0
20 BuildRequires:  libglade2-devel >= 1:2.6.2
21 BuildRequires:  libgnomeui-devel >= 2.22.0
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.198
24 Requires(post,preun):   GConf2
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 The mousetweaks package provides the functions offered by the
29 Accessibility tab of the Mouse control panel of the GNOME Control
30 Center. It also contains two panel applets related to the mouse
31 accessibility.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__intltoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name} --with-gnome
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 %gconf_schema_install mousetweaks.schemas
58 %gconf_schema_install pointer-capture-applet.schemas
59
60 %preun
61 %gconf_schema_uninstall mousetweaks.schemas
62 %gconf_schema_uninstall pointer-capture-applet.schemas
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README TODO
67 %attr(755,root,root) %{_bindir}/dwell-click-applet
68 %attr(755,root,root) %{_bindir}/mousetweaks
69 %attr(755,root,root) %{_bindir}/pointer-capture-applet
70 %{_sysconfdir}/gconf/schemas/mousetweaks.schemas
71 %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas
72 %{_libdir}/bonobo/servers/DwellClick_Factory.server
73 %{_libdir}/bonobo/servers/PointerCapture_Factory.server
74 %{_datadir}/mousetweaks
75 %{_mandir}/man1/dwell-click-applet.1*
76 %{_mandir}/man1/mousetweaks.1*
77 %{_mandir}/man1/pointer-capture-applet.1*
This page took 0.070775 seconds and 4 git commands to generate.