Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
lmctl
> lmctl.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lmctl.spec of Package lmctl (Revision 5)
Currently displaying revision
5
,
show latest
%define name lmctl %define version 0.3.2 %define release 1 Summary: Logitech Mouse Control Name: %{name} Version: %{version} Release: %{release} Source: %{name}_%{version}.tar.bz2 Patch: %{name}-%{version}.diff URL: http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html License: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %if 0%{?sles_version} != 11 && 0%{?suse_version} <= 1020 BuildRequires: libusb %endif %if 0%{?suse_version} > 1020 || 0%{?centos_version} || 0%{?fedora_version} BuildRequires: libusb-devel %endif %description lomoco is a fork of lmctl, since we were not able to get in contact with the lmctl developer. lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent devices are supported. The program is mostly useful in setting the resolution to 800 cpi or higher on mice that boot at 400 cpi (such as the MX500, MX510, MX1000 etc.), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as ordinary mouse buttons. %prep %setup -n lmctl-0.3.1 %patch cp debian/changelog ChangeLog ./autogen.sh %configure %build %__make %install make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) %{_bindir}/lmctl %{_mandir}/man1/lmctl.1* %clean rm -rf $RPM_BUILD_ROOT %changelog * Sat Feb 05 2011 Carsten Schoene <cs@linux-administrator.com> - 0.3-2 - spec file cleanup * Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> - buildservice import * Sat Apr 09 2005 Carsten Schoene <cs@linux-administrator.com> - rebuild for SuSE9.3