]> git.pld-linux.org Git - packages/mousetweaks.git/blame - mousetweaks.spec
- updated to 2.32.1
[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
6b9710c5 4Version: 2.32.1
1323349d 5Release: 1
fe59f0c2 6License: GPL v3
ed23ef14 7Group: X11/Applications/Accessibility
582cb597 8Source0: http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.32/%{name}-%{version}.tar.bz2
6b9710c5 9# Source0-md5: 1af7be870e0b8df9b0a2d481f77c7be5
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
415752e0 16BuildRequires: docbook-dtd412-xml
fe59f0c2 17BuildRequires: gettext-devel
1bd9ebcd
MB
18BuildRequires: gnome-common >= 2.24.0
19BuildRequires: gnome-doc-utils >= 0.14.0
ed23ef14
MB
20BuildRequires: gnome-panel-devel >= 2.26.0
21BuildRequires: gtk+2-devel >= 2:2.16.0
1bd9ebcd 22BuildRequires: intltool >= 0.40.0
fe59f0c2 23BuildRequires: pkgconfig
1bd9ebcd 24BuildRequires: rpmbuild(find_lang) >= 1.23
fe59f0c2 25BuildRequires: rpmbuild(macros) >= 1.198
bb042b57 26BuildRequires: sed >= 4.0
ebd3b7ac 27BuildRequires: xorg-lib-libXtst-devel
fe59f0c2 28Requires(post,preun): GConf2
0cf043cc 29Requires: libgail-gnome
fe59f0c2
MB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33The mousetweaks package provides the functions offered by the
34Accessibility tab of the Mouse control panel of the GNOME Control
35Center. It also contains two panel applets related to the mouse
36accessibility.
37
269c8aa4
JB
38%description -l pl.UTF-8
39Pakiet mousetweaks udostępnia funkcje oferowane przez zakładkę
40Dostępność w panelu sterowania myszy w Centrum Sterowania GNOME.
41Zawiera także dwa aplety panelu związane z dostępnością myszy.
42
fe59f0c2
MB
43%prep
44%setup -q
45
bb042b57
MB
46sed -i -e 's/^en@shaw//' po/LINGUAS
47rm -f po/en@shaw.po
48
fe59f0c2
MB
49%build
50%{__intltoolize}
51%{__aclocal}
52%{__autoconf}
53%{__autoheader}
54%{__automake}
8932a0e4 55%configure \
bb042b57
MB
56 --disable-schemas-install \
57 --disable-silent-rules
fe59f0c2
MB
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
1bd9ebcd 66%find_lang %{name} --with-gnome --with-omf
fe59f0c2
MB
67
68%clean
69rm -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.095888 seconds and 4 git commands to generate.