]> git.pld-linux.org Git - packages/mousetweaks.git/blob - mousetweaks.spec
- updated to 2.26.3
[packages/mousetweaks.git] / mousetweaks.spec
1 Summary:        Mouse accessibility enhancements for GNOME
2 Summary(pl.UTF-8):      Rozszerzenia dostępności myszy dla GNOME
3 Name:           mousetweaks
4 Version:        2.26.3
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Applications/Accessibility
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.26/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e4d5941b555de97c8880ea8b01310776
10 URL:            http://live.gnome.org/Mousetweaks/Home
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  at-spi-devel >= 1.26.0
13 BuildRequires:  autoconf >= 2.57
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  dbus-glib-devel >= 0.74
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-common >= 2.24.0
18 BuildRequires:  gnome-doc-utils >= 0.14.0
19 BuildRequires:  gnome-panel-devel >= 2.26.0
20 BuildRequires:  gtk+2-devel >= 2:2.16.0
21 BuildRequires:  intltool >= 0.40.0
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(find_lang) >= 1.23
24 BuildRequires:  rpmbuild(macros) >= 1.198
25 BuildRequires:  xorg-lib-libXtst-devel
26 Requires(post,preun):   GConf2
27 Requires:       libgail-gnome
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 The mousetweaks package provides the functions offered by the
32 Accessibility tab of the Mouse control panel of the GNOME Control
33 Center. It also contains two panel applets related to the mouse
34 accessibility.
35
36 %description -l pl.UTF-8
37 Pakiet mousetweaks udostępnia funkcje oferowane przez zakładkę
38 Dostępność w panelu sterowania myszy w Centrum Sterowania GNOME.
39 Zawiera także dwa aplety panelu związane z dostępnością myszy.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__intltoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-schemas-install
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %find_lang %{name} --with-gnome --with-omf
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 %gconf_schema_install mousetweaks.schemas
67 %gconf_schema_install pointer-capture-applet.schemas
68
69 %preun
70 %gconf_schema_uninstall mousetweaks.schemas
71 %gconf_schema_uninstall pointer-capture-applet.schemas
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README TODO
76 %attr(755,root,root) %{_bindir}/dwell-click-applet
77 %attr(755,root,root) %{_bindir}/mousetweaks
78 %attr(755,root,root) %{_bindir}/pointer-capture-applet
79 %{_sysconfdir}/gconf/schemas/mousetweaks.schemas
80 %{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas
81 %{_libdir}/bonobo/servers/DwellClick_Factory.server
82 %{_libdir}/bonobo/servers/PointerCapture_Factory.server
83 %{_datadir}/mousetweaks
84 %{_mandir}/man1/dwell-click-applet.1*
85 %{_mandir}/man1/mousetweaks.1*
86 %{_mandir}/man1/pointer-capture-applet.1*
This page took 0.226775 seconds and 3 git commands to generate.