]> git.pld-linux.org Git - packages/mousetweaks.git/blame - mousetweaks.spec
- ver. 2.28.0
[packages/mousetweaks.git] / mousetweaks.spec
CommitLineData
fe59f0c2 1Summary: Mouse accessibility enhancements for GNOME
269c8aa4 2Summary(pl.UTF-8): Rozszerzenia dostępności myszy dla GNOME
fe59f0c2 3Name: mousetweaks
ce119287 4Version: 2.28.0
1323349d 5Release: 1
fe59f0c2 6License: GPL v3
ed23ef14 7Group: X11/Applications/Accessibility
ce119287 8Source0: http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.28/%{name}-%{version}.tar.bz2
9# Source0-md5: 92038b98c3d6815fc6c3699485bd04e1
fe59f0c2 10URL: http://live.gnome.org/Mousetweaks/Home
1bd9ebcd 11BuildRequires: GConf2-devel >= 2.24.0
ed23ef14 12BuildRequires: at-spi-devel >= 1.26.0
fe59f0c2
MB
13BuildRequires: autoconf >= 2.57
14BuildRequires: automake >= 1:1.9
15BuildRequires: dbus-glib-devel >= 0.74
16BuildRequires: gettext-devel
1bd9ebcd
MB
17BuildRequires: gnome-common >= 2.24.0
18BuildRequires: gnome-doc-utils >= 0.14.0
ed23ef14
MB
19BuildRequires: gnome-panel-devel >= 2.26.0
20BuildRequires: gtk+2-devel >= 2:2.16.0
1bd9ebcd 21BuildRequires: intltool >= 0.40.0
fe59f0c2 22BuildRequires: pkgconfig
1bd9ebcd 23BuildRequires: rpmbuild(find_lang) >= 1.23
fe59f0c2 24BuildRequires: rpmbuild(macros) >= 1.198
ebd3b7ac 25BuildRequires: xorg-lib-libXtst-devel
fe59f0c2 26Requires(post,preun): GConf2
0cf043cc 27Requires: libgail-gnome
fe59f0c2
MB
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31The mousetweaks package provides the functions offered by the
32Accessibility tab of the Mouse control panel of the GNOME Control
33Center. It also contains two panel applets related to the mouse
34accessibility.
35
269c8aa4
JB
36%description -l pl.UTF-8
37Pakiet mousetweaks udostępnia funkcje oferowane przez zakładkę
38Dostępność w panelu sterowania myszy w Centrum Sterowania GNOME.
39Zawiera także dwa aplety panelu związane z dostępnością myszy.
40
fe59f0c2
MB
41%prep
42%setup -q
43
44%build
45%{__intltoolize}
46%{__aclocal}
47%{__autoconf}
48%{__autoheader}
49%{__automake}
8932a0e4
MB
50%configure \
51 --disable-schemas-install
fe59f0c2
MB
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
1bd9ebcd 60%find_lang %{name} --with-gnome --with-omf
fe59f0c2
MB
61
62%clean
63rm -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.078685 seconds and 4 git commands to generate.