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