]> git.pld-linux.org Git - packages/bbkeys.git/blob - bbkeys.spec
- refresh config.sub
[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 cp -f /usr/share/automake/config.sub .
48 %{__aclocal}
49 %{__autoconf}
50 %{__automake}
51 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README AUTHORS ChangeLog NEWS TODO
67 %dir %{_sysconfdir}/bbtools
68 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
69 %attr(755,root,root) %{_bindir}/*
70 %{_mandir}/*/*
This page took 0.095948 seconds and 3 git commands to generate.