Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > a4c68d5267fd29a942765d97a989b75c > files > 2

xbindkeys-1.7.3-1mdv2007.0.src.rpm

%define	version	1.7.3
%define release	%mkrel 1

Summary:	Link keyboard and mouse input events with shell commands
Name:		xbindkeys
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/X11
URL:		http://hocwp.free.fr/xbindkeys/xbindkeys.html
Source:		http://hocwp.free.fr/xbindkeys/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	X11-devel guile-devel
# (for xbindkey_show)
Requires:	tk

%description
%{name} is a program that allows you to launch shell commands with
your keyboard or your mouse under X Window. It links commands to keys
or mouse buttons, using a configuration file. It's independent of the
window manager and can capture all keyboard keys (e.g. Power, Wake...).

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog README
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Wed Jun 21 2006 Jerome Soyer <saispo@mandriva.org> 1.7.3-1mdv2007.0
- New release 1.7.3

* Fri Apr 28 2006 Jerome Soyer <saispo@mandriva.org> 1.7.2-1mdk
- New release 1.7.2

* Tue Nov 22 2005 Abel Cheung <deaddog@mandriva.org> 1.7.1-2mdk
- Add missing requirement (#17769)

* Tue Apr 26 2005 Abel Cheung <deaddog@mandriva.org> 1.7.1-1mdk
- First Mandriva Linux package