]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
4bb08c4fdd1da33d1560e9b46d8697d9ceffe3ef
[packages/bbrun.git] / bbrun.spec
1 Name:           bbrun
2 Version:        1.4
3 Release:        alt1
4 Summary:        A simple run window with dropdown history list
5 License:        GPL
6 Group:          File tools
7 ######          Unknown group!
8 Source0:        http://www.dwave.net/~jking/bbrun/%name-%version.tar.gz
9 Patch0:         %name-1.4-alt-make.patch
10 URL:            http://www.dwave.net/~jking/bbrun/
11 Requires:       common-licenses
12 # Automatically added by buildreq on Mon Feb 24 2003
13 BuildRequires:  XFree86-devel glib-devel gtk+-devel xpm-devel
14
15 %description
16 BBrun is a run utility for BlackBox which can be run in the slit or in
17 withdrawn mode so that it can be bound to a keystroke from bbkeys. It
18 also features a history list of the most recent commands.
19
20 %prep
21 %setup -q
22 %patch -p1
23
24 %build
25 %make_build -C %name
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %__install -pD -m755 %name/%name %buildroot%_bindir/%name
30 %__install -pD -m644 %name/%name.xpm %buildroot%_miconsdir/%name.xpm
31 %__ln_s -f %{_datadir}/license/GPL-2 COPYING
32 %__mkdir_p %buildroot%_menudir
33 %__cat <<EOF >%buildroot%_menudir/%name
34 ?package(%name): \
35         command="%_bindir/%name -w" \
36         needs="x11" \
37         icon="%name.xpm" \
38         section="Applications/File tools" \
39         title="BBrun" \
40         longtitle="A simple run window"
41 EOF
42
43 %post
44 %update_menus
45
46 %postun
47 %clean_menus
48
49 %files
50 %defattr(644,root,root,755)
51 %_bindir/%name
52 %_menudir/%name
53 %_miconsdir/%name.xpm
54 %doc Changelog README
55 %doc --no-dereference COPYING
This page took 0.039378 seconds and 3 git commands to generate.