Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > add79c30018f0e670abc95318547361d > files > 4

logitech_applet-0.4test1-6mdv2010.0.src.rpm

%define name logitech_applet
%define version 0.4test1
%define release  %mkrel 6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Command line tool for Logitech mouse
License:	GPL
Group:		System/Configuration/Hardware
Source:		http://www.frogmouth.net/%{name}-%{version}.tar.bz2
# (abel) MX518 support
Patch0:		logitech_applet-0.4-mx518.patch.bz2
# (abel) More verbose error reporting for smart scroll
Patch1:		logitech_applet-0.4-verbose-report.patch.bz2
URL:		http://freshmeat.net/projects/logitech_applet/
BuildRequires:  libusb0.1-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Logitech Mouse Applet is a small command line tool for setting 
the special features that are available on some Logitech mice. 
It is particularly useful to those who want to switch their mouse 
to 800cpi instead of the default 400cpi.

%prep
%setup -q
%patch0 -p1 -b .mx518
%patch1 -p1 -b .verbose

%build
%configure2_5x --bindir=%{_sbindir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc INSTALL README AUTHORS ChangeLog
%{_sbindir}/%{name}



%changelog
* Mon Sep 14 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.4test1-6mdv2010.0
+ Revision: 439569
- rebuild

* Fri Mar 06 2009 Antoine Ginies <aginies@mandriva.com> 0.4test1-5mdv2009.1
+ Revision: 350238
- 2009.1 rebuild

* Mon Jul 28 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.4test1-4mdv2009.0
+ Revision: 251351
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 0.4test1-2mdv2008.1
+ Revision: 129442
- kill re-definition of %%buildroot on Pixel's request
- use %%mkrel
- import logitech_applet


* Mon May 02 2005 Abel Cheung <deaddog@mandriva.org> 0.4test1-2mdk
- Patch0: MX518 support
  (http://www.linux-gamers.net/modules/news/article.php?storyid=761)
- Patch1: More verbose error reporting for smart scroll (SuSE)

* Wed Feb 02 2005 Nicolas Lécureuil <neoclust@mandrake.org> 0.4test1-1mdk
               -sebastien Savarin <plouf@zarb.org>
                             - 0.4test1 initial package