]> git.pld-linux.org Git - packages/bbrun.git/commitdiff
- adapterized
authorankry <ankry@pld-linux.org>
Sat, 19 Apr 2003 09:28:28 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbrun.spec -> 1.2

bbrun.spec

index 808af80a3f40eaaf24ce46634ec82ff305076a91..7b990c13d1d4e89098954db88d54393f47a81b6f 100644 (file)
@@ -1,24 +1,21 @@
-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
-
+Name:          bbrun
+Version:       1.4
+Release:       alt1
+Summary:       A simple run window with dropdown history list
+License:       GPL
+Group:         File tools
+######         Unknown group!
+Source0:       http://www.dwave.net/~jking/bbrun/%name-%version.tar.bz2
+Patch0:                %name-1.4-alt-make.patch
+URL:           http://www.dwave.net/~jking/bbrun/
+Requires:      common-licenses
 # Automatically added by buildreq on Mon Feb 24 2003
-BuildRequires: XFree86-devel glib-devel gtk+-devel xpm-devel
+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.
+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
@@ -28,9 +25,10 @@ It also features a history list of the most recent commands.
 %make_build -C %name
 
 %install
+rm -rf $RPM_BUILD_ROOT
 %__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
+%__ln_s -f %{_datadir}/license/GPL-2 COPYING
 %__mkdir_p %buildroot%_menudir
 %__cat <<EOF >%buildroot%_menudir/%name
 ?package(%name): \
@@ -49,12 +47,9 @@ EOF
 %clean_menus
 
 %files
+%defattr(644,root,root,755)
 %_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.116188 seconds and 4 git commands to generate.