File ratpoison.spec of Package ratpoison
Name: ratpoison
Group: System/GUI/Other
Version: 1.4.3
Release: 1.1
License: UNKNOWN
URL: http://www.nongnu.org/ratpoison/
Summary: Keyboard-only window manager
Packager: Ronan LE MEILLAT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
BuildRequires: xorg-x11-devel
%description
ratpoison is a simple window manager with no fancy graphics,
no window decorations, and no rodent dependence.
It is largely modelled after GNU Screen.
The screen can be split into non-overlapping frames. All
windows are kept maximized inside their frames to take
full advantage of your precious screen real estate.
All interaction with the window manager is done through
keystrokes. ratpoison has a prefix map to minimize
key clobbering.
%prep
%setup -q
%build
%configure
make %{?jobs:-j %jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/usr/share/info/dir
%files
%defattr(-,root,root,-)
%dir %{_prefix}/share/ratpoison
%dir %{_prefix}/share/doc/ratpoison
%{_bindir}/ratpoison
%{_bindir}/rpws
%{_prefix}/share/doc/ratpoison/*
%{_mandir}/man1/*
%{_infodir}/*
%{_prefix}/share/ratpoison/*
%changelog
*Sun Sep 14 2008 - Ronan LE MEILLAT
- initial release