]> git.pld-linux.org Git - packages/bbrun.git/blame_incremental - bbrun.spec
- dropped pre-cvs changelog
[packages/bbrun.git] / bbrun.spec
... / ...
CommitLineData
1Summary: A simple run window with dropdown history list
2Summary(pl.UTF-8): Proste okienko uruchamiania z rozwijaną listą historii
3Name: bbrun
4Version: 1.6
5Release: 0.1
6License: GPL
7Group: Applications
8Source0: http://www.darkops.net/bbrun/%{name}-%{version}.tar.gz
9# Source0-md5: 820960e3d52ddf2d5cf7e4ba51821bfd
10URL: http://www.darkops.net/bbrun/
11BuildRequires: XFree86-devel
12BuildRequires: gtk+2-devel >= 1:2.0.0
13BuildRequires: pkgconfig
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
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.
20
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ń.
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
36rm -rf $RPM_BUILD_ROOT
37install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39%clean
40rm -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.048673 seconds and 4 git commands to generate.