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