]> git.pld-linux.org Git - packages/bbrun.git/commitdiff
- raw from ALT Linux.
authorkloczek <kloczek@pld-linux.org>
Fri, 18 Apr 2003 07:56:39 +0000 (07:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbrun.spec -> 1.1

bbrun.spec [new file with mode: 0644]

diff --git a/bbrun.spec b/bbrun.spec
new file mode 100644 (file)
index 0000000..808af80
--- /dev/null
@@ -0,0 +1,60 @@
+Name: bbrun
+Version: 1.4
+Release: alt1
+
+Summary: A simple run window with dropdown history list
+License: GPL
+Group: File tools
+
+Url: http://www.dwave.net/~jking/bbrun/
+Source: %name-%version.tar.bz2
+Patch: %name-1.4-alt-make.patch
+
+Requires: common-licenses
+
+# Automatically added by buildreq on Mon Feb 24 2003
+BuildRequires: XFree86-devel glib-devel gtk+-devel xpm-devel
+
+%description
+BBrun is a run utility for BlackBox which can be run in the slit or
+in withdrawn mode so that it can be bound to a keystroke from bbkeys.
+It also features a history list of the most recent commands.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%make_build -C %name
+
+%install
+%__install -pD -m755 %name/%name %buildroot%_bindir/%name
+%__install -pD -m644 %name/%name.xpm %buildroot%_miconsdir/%name.xpm
+%__ln_s -f /usr/share/license/GPL-2 COPYING
+%__mkdir_p %buildroot%_menudir
+%__cat <<EOF >%buildroot%_menudir/%name
+?package(%name): \
+       command="%_bindir/%name -w" \
+       needs="x11" \
+       icon="%name.xpm" \
+       section="Applications/File tools" \
+       title="BBrun" \
+       longtitle="A simple run window"
+EOF
+
+%post
+%update_menus
+
+%postun
+%clean_menus
+
+%files
+%_bindir/%name
+%_menudir/%name
+%_miconsdir/%name.xpm
+%doc Changelog README
+%doc --no-dereference COPYING
+
+%changelog
+* Mon Feb 24 2003 Alexey Tourbin <at@altlinux.ru> 1.4-alt1
+- initial revision
This page took 0.072031 seconds and 4 git commands to generate.