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