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