]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
- rel. 0.1: missing patch in CVS
[packages/bbrun.git] / bbrun.spec
1 Summary:        A simple run window with dropdown history list
2 Summary(pl):    Proste okienko uruchamiania z rozwijan± list± historii
3 Name:           bbrun
4 Version:        1.4
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.dwave.net/~jking/bbrun/%{name}-%{version}.tar.gz
9 # Source0-md5:  d31cecada7d39b894bdf6012c6bae98a
10 Patch0:         %{name}-1.4-alt-make.patch
11 URL:            http://www.dwave.net/~jking/bbrun/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  gtk+-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BBrun is a run utility for BlackBox which can be run in the slit or in
18 withdrawn mode so that it can be bound to a keystroke from bbkeys. It
19 also features a history list of the most recent commands.
20
21 %description -l pl
22 BBrun to narzêdzie do uruchamiania dla BlackBoksa. Mo¿e byæ
23 uruchamiane w szparze lub w trybie cofniêtym, wiêc mo¿e by przypisany
24 do klawisza z bbkeys. Ma tak¿e listê historii ostatnio wywo³ywanych
25 poleceñ.
26
27 %prep
28 %setup -q
29 %patch -p1
30
31 %build
32 %make_build -C %{name}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
37 #install -D %{name}/%name.xpm %buildroot%_miconsdir/%name.xpm
38 #%__mkdir_p %buildroot%_menudir
39 #%__cat <<EOF >%buildroot%_menudir/%name
40 #?package(%name): \
41 #       command="%_bindir/%name -w" \
42 #       needs="x11" \
43 #       icon="%name.xpm" \
44 #       section="Applications/File tools" \
45 #       title="BBrun" \
46 #       longtitle="A simple run window"
47 #EOF
48
49 %files
50 %defattr(644,root,root,755)
51 %doc Changelog README
52 %attr(755,root,root) %{_bindir}/%{name}
53 #%_menudir/%name
54 #%_miconsdir/%name.xpm
This page took 0.027143 seconds and 4 git commands to generate.