]> git.pld-linux.org Git - packages/bbkeys.git/blob - bbkeys.spec
21073f21d7f185e3cf9414238450fc9c2c2db473
[packages/bbkeys.git] / bbkeys.spec
1 Summary:        bbkeys, a completely configurable key-combo grabber for blackbox
2 Summary(pl):    Ca³kowicie konfigurowalny przechwytywacz klawiszy dla blackboksa
3 Name:           bbkeys
4 Version:        0.8.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/bbkeys/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-sysconfdir.patch
10 Patch1:         %{name}-ac_fixes.patch
11 URL:            http://bbkeys.sourceforge.net/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libstdc++-devel
16 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir             /etc/default
19
20 %description
21 bbkeys is a configurable key-grabber designed for the blackbox window
22 manager which is written by Brad Hughes. It is based on the bbtools
23 object code created by John Kennis and re-uses some of the blackbox
24 window manager classes as well. bbkeys is easily configurable via
25 directly hand-editting the user's ~/.bbkeysrc file, or by using the
26 provided gui configuration tool, bbkeysconf (for lack of a better name
27 yet).
28
29 %description -l pl
30 bbkeys jest konfigurowalnym programem do przechwytywania klawiszy
31 zaprojektowanym dla zarz±dcy okien blackbox, napisanego przez Brada
32 Hughesa. Bazuje na kodzie obiektowym bbtools napisanym przez Johna
33 Kennisa, u¿ywa tak¿e niektórych klas blackboksa. bbkeys s± ³atwo
34 konfigurowalne przez bezpo¶redni± edycjê pliku u¿ytkownika ~/.bbkeysrc,
35 albo poprzez graficzny interfejs bbkeysconf (z braku lepszej nazwy).
36
37 %prep
38 %setup  -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 rm -f missing
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} DESTDIR=$RPM_BUILD_ROOT install
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README AUTHORS ChangeLog NEWS TODO
62 %dir %{_sysconfdir}/bbtools
63 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/*/*
This page took 0.086485 seconds and 3 git commands to generate.