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