]> git.pld-linux.org Git - packages/bbe.git/blame - bbe.spec
- release 2 (by relup.sh)
[packages/bbe.git] / bbe.spec
CommitLineData
0d345801 1Summary: bbe - Binary block editor
dac33eac 2Summary(pl.UTF-8): bbe - binarny edytor blokowy
0d345801 3Name: bbe
4Version: 0.2.2
13385a67 5Release: 2
0d345801 6License: GPL v2
7Group: Applications/Text
fc988b6c 8Source0: http://downloads.sourceforge.net/bbe-/%{name}-%{version}.tar.gz
0d345801 9# Source0-md5: b056d0bfd852384aced73d4533887d4b
dac33eac 10URL: http://members.surfeu.fi/tjsa/bbe/
0d345801 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14The bbe program is a sed-like editor for binary files. bbe performs
15basic byte related transformations on blocks of input stream. bbe is
16non-interactive command line tool and can be used as a part of a
17pipeline. bbe makes only one pass over input stream.
18
19bbe contains also grep-like features, like printing the filename,
20offset and block number.
21
dac33eac
JB
22%description -l pl.UTF-8
23bbe to podobny do seda edytor do plików binarnych. Wykonuje podstawowe
24przekształcenia związane z bajtami na blokach strumienia wejściowego.
25bbe jest nieinteraktywnym narzędziem linii poleceń i może być używany
26jako część potoku. Wykonuje tylko jedno przejście strumienia
27wejściowego.
28
29bbe zawiera także elementy podobne do grepa, takie jak wypisywanie
30nazwy pliku, offsetu i numeru bloku.
31
0d345801 32%prep
33%setup -q
34
35%build
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT \
43 htmldir=%{_docdir}/%{name}-%{version}
44
0ffb89f4 45# clean docdir
fc988b6c 46%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
0ffb89f4
MB
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
a7c6f033
ER
51%post -p /sbin/postshell
52-/usr/sbin/fix-info-dir -c %{_infodir}
53
54%postun -p /sbin/postshell
55-/usr/sbin/fix-info-dir -c %{_infodir}
56
0d345801 57%files
58%defattr(644,root,root,755)
59%doc AUTHORS ChangeLog
60%attr(755,root,root) %{_bindir}/bbe
61%{_mandir}/man1/bbe.*
62%{_infodir}/bbe.*
This page took 0.052639 seconds and 4 git commands to generate.