Author: megabajt Date: Tue Mar 4 19:09:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: mousetweaks.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mousetweaks.spec diff -u /dev/null SPECS/mousetweaks.spec:1.1 --- /dev/null Tue Mar 4 20:09:47 2008 +++ SPECS/mousetweaks.spec Tue Mar 4 20:09:42 2008 @@ -0,0 +1,88 @@ +# $Revision$, $Date$ +Summary: Mouse accessibility enhancements for GNOME +Name: mousetweaks +Version: 2.21.92 +Release: 1 +License: GPL v3 +Group: X11/Applications +Source0: http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.21/%{name}-%{version}.tar.bz2 +# Source0-md5: 4125942c30055a39ab04d87af60c6ed4 +URL: http://live.gnome.org/Mousetweaks/Home +BuildRequires: GConf2-devel >= 2.21.90 +BuildRequires: at-spi-devel >= 1.21.92 +BuildRequires: autoconf >= 2.57 +BuildRequires: automake >= 1:1.9 +BuildRequires: dbus-glib-devel >= 0.74 +BuildRequires: gettext-devel +BuildRequires: gnome-doc-utils >= 0.12.0 +BuildRequires: gnome-panel-devel >= 2.21.91 +BuildRequires: gtk+2-devel >= 2:2.12.8 +BuildRequires: intltool >= 0.36.0 +BuildRequires: libglade2-devel >= 1:2.6.2 +BuildRequires: libgnomeui-devel >= 2.21.92 +BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.198 +Requires(post,preun): GConf2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The mousetweaks package provides the functions offered by the +Accessibility tab of the Mouse control panel of the GNOME Control +Center. It also contains two panel applets related to the mouse +accessibility. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --with-gnome + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%gconf_schema_install mousetweaks.schemas +%gconf_schema_install pointer-capture-applet.schemas + +%preun +%gconf_schema_uninstall mousetweaks.schemas +%gconf_schema_uninstall pointer-capture-applet.schemas + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/dwell-click-applet +%attr(755,root,root) %{_bindir}/mousetweaks +%attr(755,root,root) %{_bindir}/pointer-capture-applet +%{_sysconfdir}/gconf/schemas/mousetweaks.schemas +%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas +%{_libdir}/bonobo/servers/DwellClick_Factory.server +%{_libdir}/bonobo/servers/PointerCapture_Factory.server +%{_datadir}/mousetweaks +%{_mandir}/man1/dwell-click-applet.1* +%{_mandir}/man1/mousetweaks.1* +%{_mandir}/man1/pointer-capture-applet.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-03-04 19:09:42 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
