]> git.pld-linux.org Git - packages/bbrun.git/commitdiff
- pl, some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Apr 2003 01:13:18 +0000 (01:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbrun.spec -> 1.4

bbrun.spec

index 4bb08c4fdd1da33d1560e9b46d8697d9ceffe3ef..6fc7bf50678182d8ae9e0c783c0edb310ef9c73a 100644 (file)
@@ -1,55 +1,53 @@
+Summary:       A simple run window with dropdown history list
+Summary(pl):   Proste okienko uruchamiania z rozwijan± list± historii
 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.gz
-Patch0:                %name-1.4-alt-make.patch
+Group:         Applications
+Source0:       http://www.dwave.net/~jking/bbrun/%{name}-%{version}.tar.gz
+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
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
 
+%description -l pl
+BBrun to narzêdzie do uruchamiania dla BlackBoksa. Mo¿e byæ
+uruchamiane w szparze lub w trybie cofniêtym, wiêc mo¿e by przypisany
+do klawisza z bbkeys. Ma tak¿e listê historii ostatnio wywo³ywanych
+poleceñ.
+
 %prep
 %setup -q
 %patch -p1
 
 %build
-%make_build -C %name
+%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 %{_datadir}/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
+install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+#install -D %{name}/%name.xpm %buildroot%_miconsdir/%name.xpm
+#%__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
 
 %files
 %defattr(644,root,root,755)
-%_bindir/%name
-%_menudir/%name
-%_miconsdir/%name.xpm
 %doc Changelog README
-%doc --no-dereference COPYING
+%attr(755,root,root) %{_bindir}/%{name}
+#%_menudir/%name
+#%_miconsdir/%name.xpm
This page took 0.094608 seconds and 4 git commands to generate.