File xbindkeys.spec of Package xbindkeys
Name: xbindkeys
Version: 1.8.3
Release: 5%{?dist}
Summary: Launches programs with hotkeys or the mouse inside X Window
Group: System/X11/Utilities
License: GPLv2
URL: http://www.nongnu.org/xbindkeys/xbindkeys.html
Source0: http://www.nongnu.org/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xz guile-devel tk-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 independent of the window manager.
%prep
%setup -q -T -b 1
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
/usr/bin/xbindkeys
/usr/bin/xbindkeys_show
/usr/share/man/man1/xbindkeys.1.gz
/usr/share/man/man1/xbindkeys_show.1.gz
%doc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
%changelog
* Sun Sep 05 2010 Rob Fortune <rob.fortune@live.com> - 1.8.3-5
- Changed the xz options to -6e upon xz authors advice.
Incidently, this resulted in the same pacakage size but it will decompress
inside only 9MB of RAM.
* Fri Sep 03 2010 Rob Fortune <rob.fortune@live.com> - 1.8.3-4
- Comply with Source0 pointing to the original source directive
* Fri Sep 03 2010 Rob Fortune <rob.fortune@live.com> - 1.8.3-3
- Modified description again because osc metafromspec added whitespace
* Fri Sep 03 2010 Rob Fortune <rob.fortune@live.com> - 1.8.3-2
- Modified description paragraph because vi wrapped it
* Fri Sep 03 2010 Rob Fortune <rob.fortune@live.com> - 1.8.3-1
- Initial package