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