]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
- dropped pre-cvs changelog
[packages/bbrun.git] / bbrun.spec
1 Summary:        A simple run window with dropdown history list
2 Summary(pl.UTF-8):      Proste okienko uruchamiania z rozwijaną listą historii
3 Name:           bbrun
4 Version:        1.6
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.darkops.net/bbrun/%{name}-%{version}.tar.gz
9 # Source0-md5:  820960e3d52ddf2d5cf7e4ba51821bfd
10 URL:            http://www.darkops.net/bbrun/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  gtk+2-devel >= 1:2.0.0
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BBrun is a run utility for BlackBox which can be run in the slit or in
18 withdrawn mode so that it can be bound to a keystroke from bbkeys. It
19 also features a history list of the most recent commands.
20
21 %description -l pl.UTF-8
22 BBrun to narzędzie do uruchamiania dla BlackBoksa. Może być
23 uruchamiane w szparze lub w trybie cofniętym, więc może być przypisane
24 do klawisza z bbkeys. Ma także listę historii ostatnio wywoływanych
25 poleceń.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__make} -C bbrun \
32         CC="%{__cc}" \
33         CFLAGS="%{rpmcflags} `pkg-config --cflags gtk+-2.0`"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Changelog README
45 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.058831 seconds and 3 git commands to generate.