diff --git a/.cvsignore b/.cvsignore index e69de29..7584bac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bbkeys-0.8.6.tar.gz diff --git a/bbkeys.spec b/bbkeys.spec new file mode 100644 index 0000000..8ab08bb --- /dev/null +++ b/bbkeys.spec @@ -0,0 +1,70 @@ +# $Id: bbkeys.spec,v 1.1 2004/11/09 02:44:10 cvsextras Exp $ + +Summary: A completely configurable key-combo grabber for blackbox. +Name: bbkeys +Version: 0.8.6 +Release: fr1 +License: GPL +Group: User Interface/Desktops +URL: http://bbkeys.sourceforge.net/ +Source: http://bbkeys.sourceforge.net/downloads/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-root + +%description +bbkeys is a configurable key-grabber designed for the blackbox window manager +which is written by Brad Hughes. It is based on the bbtools object code +created by John Kennis and re-uses some of the blackbox window manager classes +as well. bbkeys is easily configurable via directly hand-editting the user's +~/.bbkeysrc file, or by using the GUI total blackbox configurator, bbconf. + +%prep +%setup -q + +%build +%configure +make %{_smp_mflags} + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root) +%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO +%exclude %{_prefix}/doc +%{_bindir}/* +%dir %{_datadir}/bbtools +%config %{_datadir}/bbtools/* +%{_mandir}/man?/* + +%changelog +* Thu Mar 6 2003 Matthias Saou +- Update to 0.8.6. + +* Tue Aug 13 2002 Matthias Saou +- Spec file cleanup. + +* Sat Jan 12 2002 Jason 'vanRijn' Kasper +- removing README.bbkeys and adding BUGS and NEWS + +* Sat Jan 5 2002 Jason 'vanRijn' Kasper +- gzipping man pages by default and changing file list to reflect this + +* Mon Nov 5 2001 Jason 'vanRijn' Kasper +- removing bbkeysConfigC and replacing with bbkeysconf.pl + +* Tue Sep 18 2001 Jason Kasper +- changing to a dynamically-created bbkeys.spec + +* Sun Aug 5 2001 Jason Kasper +- added to file list for newly included files (docs and man pages) +- install to %{prefix} instead of /usr + +* Sun May 6 2001 Hollis Blanchard +- removed file list in favor of explicit %files section +- install to /usr instead of /usr/local +- buildroot = /var/tmp/bbkeys-buildroot instead of /tmp/buildroot + diff --git a/sources b/sources index e69de29..7d77ff6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6df58a99d136f21682b859b823d31b7d bbkeys-0.8.6.tar.gz