]> git.pld-linux.org Git - packages/bbrun.git/blobdiff - bbrun.spec
- tabs in preamble
[packages/bbrun.git] / bbrun.spec
index 6fc7bf50678182d8ae9e0c783c0edb310ef9c73a..0fa1edaac06cac573634a85a91c199d128424a61 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       A simple run window with dropdown history list
-Summary(pl):   Proste okienko uruchamiania z rozwijan± list± historii
+Summary(pl.UTF-8):     Proste okienko uruchamiania z rozwijaną listą historii
 Name:          bbrun
-Version:       1.4
-Release:       alt1
+Version:       1.6
+Release:       0.1
 License:       GPL
 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/
+Source0:       http://www.darkops.net/bbrun/%{name}-%{version}.tar.gz
+# Source0-md5: 820960e3d52ddf2d5cf7e4ba51821bfd
+URL:           http://www.darkops.net/bbrun/
 BuildRequires: XFree86-devel
-BuildRequires: gtk+-devel
+BuildRequires: gtk+2-devel >= 1:2.0.0
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,37 +18,28 @@ 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ñ.
+%description -l pl.UTF-8
+BBrun to narzędzie do uruchamiania dla BlackBoksa. Może być
+uruchamiane w szparze lub w trybie cofniętym, więc może być przypisane
+do klawisza z bbkeys. Ma także listę historii ostatnio wywoływanych
+poleceń.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
-%make_build -C %{name}
+%{__make} -C bbrun \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} `pkg-config --cflags gtk+-2.0`"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc Changelog README
 %attr(755,root,root) %{_bindir}/%{name}
-#%_menudir/%name
-#%_miconsdir/%name.xpm
This page took 0.067309 seconds and 4 git commands to generate.