Summary: Configure the synaptics touch pad that's commonly used in laptops Name: qsynaptics Version: 0.21 Release: 1%{?dist} License: GPL Group: Applications/System Source0: http://voxel.dl.sourceforge.net/sourceforge/qsynaptics/qsynaptics-%{version}.tar.bz2 Source1: qsynaptics.png Source2: qsynaptics.desktop Source3: README.fedora Source4: xorg.conf.example URL: http://qsynaptics.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel >= 3.2 , qt-designer >= 3.2, desktop-file-utils %description QSynaptics aims to help desktop users to configure their synaptics touch pad that's commonly used in laptops. Currently it supports setting the following features: - pressure sensitivity: adjust how strong you have to press your pad to create events - tapping: adjustable tapping delay and disengageable tapping - smart tapping: switches off mouse pad for an certain delay after an keyboard event has occured - mouse button emulation: mapping of multifinger taps to certain mouse button - circular scrolling: enable or disable circular scrolling and adjusting the speed, configuring sensitive edges/corner %prep %setup -q -n %{name} cp %{SOURCE3} %{SOURCE4} . %build pushd src [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh qmake src.pro %{__make} CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} popd %install rm -rf $RPM_BUILD_ROOT %{__install} -D bin/qsynaptics %{buildroot}%{_bindir}/qsynaptics %{__install} -D %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/qsynaptics.png desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora-Extra \ %{SOURCE2} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README.fedora xorg.conf.example %{_bindir}/qsynaptics %{_datadir}/pixmaps/qsynaptics.png %{_datadir}/applications/*.desktop %changelog * Thu Jul 14 2005 Andreas Thienemann 0.21-1 - Initial spec.