updating version in bbkeys.spec and man page to new version...
[bbkeys.git] / bbkeys.spec
blob8918e4dbb87f45bb11f78e93a1bd4920545617a7
1 Summary: bbkeys, a completely configurable key-combo grabber for blackbox
2 Name: bbkeys
3 Version: 0.8.2
4 Release: 1
5 Copyright: GPL
6 Group: X11/Applications
7 Source: http://movingparts.net/bbkeys/bbkeys-%{version}.tar.gz
8 URL: http://movingparts.net
9 Packager: vanRijn (vR@movingparts.net)
10 prefix: /usr/local
11 Buildroot: /var//tmp/%{name}-buildroot
13 %description
14 bbkeys is a configurable key-grabber designed for the blackbox window manager
15 which is written by Brad Hughes. It is based on the bbtools object code
16 created by John Kennis and re-uses some of the blackbox window manager classes
17 as well. bbkeys is easily configurable via directly hand-editting the user's
18 ~/.bbkeysrc file, or by using the provided gui configuration tool,
19 bbkeysconf (for lack of a better name yet).
20 %prep
21 %setup
22 ./configure --prefix=%{prefix}
24 %build
25 make
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 make prefix=$RPM_BUILD_ROOT/%{prefix} install
32 %clean
33 rm -rf $RPM_BUILD_ROOT
35 %files
36 %defattr(-,root,root)
37 %{prefix}/bin/bbkeys
38 %{prefix}/bin/bbkeysConfigC
39 %{prefix}/share/bbtools/README.bbkeys
40 %{prefix}/share/bbtools/bbkeys.bb
41 %{prefix}/share/bbtools/bbkeys.nobb
42 %{prefix}/doc/bbkeys/README
43 %{prefix}/doc/bbkeys/AUTHORS
44 %{prefix}/doc/bbkeys/ChangeLog
45 %{prefix}/man/man1/bbkeys.1
46 %{prefix}/man/man5/bbkeys.bb.5
47 %{prefix}/man/man5/bbkeysrc.5
49 %changelog
50 * Sun Aug 5 2001 Jason Kasper <vR@movingparts.net>
51 - added to file list for newly included files (docs and man pages)
52 - install to %{prefix} instead of /usr
53 * Sun May 6 2001 Hollis Blanchard <hollis@terraplex.com>
54 - removed file list in favor of explicit %files section
55 - install to /usr instead of /usr/local
56 - buildroot = /var/tmp/bbkeys-buildroot instead of /tmp/buildroot