]> git.pld-linux.org Git - packages/fb.git/blame - fb.spec
- tabs in preamble
[packages/fb.git] / fb.spec
CommitLineData
191472f3 1Summary: Utility for viewing and editing binary files
49b787be 2Summary(pl.UTF-8): Narzędzie do przeglądania i edycji plików binarnych
73aae614
SZ
3Name: fb
4Version: 1.5
5Release: 1
6License: GPL
7Group: Applications/Text
8Source0: http://home.mho.net/jswaby/%{name}_tar.gz
9# Source0-md5: 9dd94106da20bc5a2929c5e95a729106
10URL: http://home.mho.net/jswaby/fb.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
191472f3 14fb is a utility for the viewing and editing of binary files. Files can
15be viewed in binary, decimal, hexadecimal, and octal, and/or
16characters. In addition to simple overwriting, a binary file may be
17dumped as binary, hexadecimal, decimal, or octal numbers; edited with
18one's favorite text editor; and then translated back into a binary
19file.
73aae614 20
a11f504c
JR
21%description -l pl.UTF-8
22fb jest narzędziem do oglądania i edycji plików binarnych. Pliki mogą
23być oglądane w postaci liczb systemu dwójkowego, dziesiętnego,
24szesnastkowego, ósemkowego, a także w postaci znaków ASCII. Oprócz
25prostego nadpisywania, pliki binarne mogą być zapisane do pliku w
26dowolnej postaci tekstowej, zmodyfikowane edytorem tekstu, a następnie
27z powrotem przetłumaczone na plik binarny.
73aae614
SZ
28
29%prep
70fe686c 30%setup -qc
73aae614
SZ
31
32%build
70fe686c
JB
33%{__make} %{name} \
34 CC="%{__cc}" \
35 CFLAGS="%{rpmcflags}"
73aae614
SZ
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
40
41install %{name} $RPM_BUILD_ROOT%{_bindir}
42install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%attr(755,root,root) %{_bindir}/*
50%{_mandir}/man1/*
This page took 0.12376 seconds and 4 git commands to generate.