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