75 lines
1.9 KiB
RPMSpec
75 lines
1.9 KiB
RPMSpec
Name: xbindkeys
|
|
Version: 1.7.2
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Binds keys or mouse buttons to shell commands under X.
|
|
License: GPL
|
|
Group: User Interface/X
|
|
Source: http://hocwp.free.fr/xbindkeys/xbindkeys-%{version}.tar.gz
|
|
URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: guile-devel
|
|
BuildRequires: XFree86-devel
|
|
Requires: tk
|
|
|
|
%description
|
|
xbindkeys is a program that allows you to launch shell commands
|
|
with your keyboard or mouse under X. It links commands to keys
|
|
or mouse buttons using a simple configuration file, and is
|
|
independant of the window manager.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
|
|
%attr(0755, root, root) %{_bindir}/xbindkeys*
|
|
%attr(0644, root, root) %{_mandir}/man?/*
|
|
|
|
%changelog
|
|
* Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 1.7.2-1%{?dist}
|
|
- version 1.7.2
|
|
- use disttag
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
- rebuilt
|
|
|
|
* Mon Jan 12 2004 Aurelien Bompard <gauret[AT]free.fr> 1.7.1-0.fdr.1
|
|
- adapt to Fedora
|
|
|
|
* Thu Jan 08 2004 Philippe Brochard <hocwp@free.fr>
|
|
- build for 1.7.1
|
|
|
|
* Fri Nov 15 2002 David Zambonini <dave@alfar.co.uk>
|
|
- build for 1.6.3
|
|
|
|
* Wed Nov 13 2002 David Zambonini <dave@alfar.co.uk>
|
|
- second 1.6.2 release - fixed default attributes on docs (oops!)
|
|
|
|
* Tue Nov 12 2002 David Zambonini <dave@alfar.co.uk>
|
|
- build for 1.6.2. wheee
|
|
|
|
* Tue Nov 12 2002 David Zambonini <dave@alfar.co.uk>
|
|
- build for 1.6.1. that was quick
|
|
|
|
* Sun Nov 10 2002 David Zambonini <dave@alfar.co.uk>
|
|
- build for 1.6
|
|
|
|
* Sat Nov 01 2002 David Zambonini <dave@alfar.co.uk>
|
|
- Added additional documents, tweaked description
|
|
|
|
* Mon Oct 30 2002 David Zambonini <dave@alfar.co.uk>
|
|
- Initial revision.
|
|
|