General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

bbkeys spec file : Dries RPM Repository

Back to the bbkeys rpms

Current spec in pydar2:


# $Id: bbkeys.spec 5264 2007-04-01 15:14:36Z dag $
# Authority: matthias

%{?dist: %{expand: %%define %dist 1}}

%{?fc4:%define _without_modxorg 1}
%{?el4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}
%{?el3:%define _without_modxorg 1}
%{?rh9:%define _without_modxorg 1}
%{?rh7:%define _without_modxorg 1}
%{?el2:%define _without_modxorg 1}
%{?yd3:%define _without_modxorg 1}

Summary: Completely configurable key-combo grabber for blackbox
Name: bbkeys
Version: 0.9.0
Release: 1
License: GPL
Group: User Interface/Desktops
URL: http://bbkeys.sourceforge.net/
Source: http://dl.sf.net/bbkeys/bbkeys-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: blackbox-devel
%{?_without_modxorg:BuildRequires: XFree86-devel}
%{!?_without_modxorg:BuildRequires: libX11-devel}

%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-editing the user's
~/.bbkeysrc file, or by using the GUI total blackbox configurator, bbconf.


%prep
%setup


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
# Clean this up, we package the exact same files cleanly in %%doc
%{__rm} -rf %{buildroot}%{_datadir}/doc/bbkeys/


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS ChangeLog LICENSE NEWS README TODO
%{_bindir}/bbkeys
%dir %{_datadir}/bbkeys/
%config %{_datadir}/bbkeys/bbkeysrc
%config %{_datadir}/bbkeys/defaultStyle
%{_mandir}/man?/*


%changelog
* Fri Apr  1 2005 Matthias Saou  0.9.0-1
- Update to 0.9.0.

* Tue May 18 2004 Matthias Saou  0.8.6-4
- Rebuild for Fedora Core 2.

* Fri Nov  7 2003 Matthias Saou  0.8.6-3
- Rebuild for Fedora Core 1.

* Mon Mar 31 2003 Matthias Saou 
- Rebuilt for Red Hat Linux 9.

* 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