]> git.pld-linux.org Git - packages/biew.git/blob - biew.spec
- caps unification, other cosmetics
[packages/biew.git] / biew.spec
1 Summary:        BIEW is Binary vIEWer and editor
2 Summary(pl):    BIEW jest przegl±dark± plików binarnych z edytorem
3 Summary(ru):    biew - ÒÅÄÁËÔÏÒ Ä×ÏÉÞÎÙÈ ÆÁÊÌÏ× Ó ÄÉÚÁÓÓÅÍÂÌÅÒÏÍ
4 Summary(uk):    biew - ÒÅÄÁËÔÏÒ ÄצÊËÏ×ÉÈ ÆÁÊ̦נڠÄÉÚÁÓÅÍÂÌÅÒÏÍ
5 Name:           biew
6 Version:        550
7 Release:        1
8 License:        GPL
9 Group:          Applications/Editors
10 # Source0-md5:  e24de24e56900b00420ee882305c9167
11 Source0:        http://dl.sourceforge.net/biew/%{name}-%{version}.tar.bz2
12 URL:            http://biew.sourceforge.net/
13 BuildRequires:  ncurses-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BIEW is advanced Binary vIEWer with built-in editor for binary,
18 hexadecimal and disassembler modes. His disassembler supports many
19 processors (Pentium4, K7 Athlon, Cyrix-M2) and many file formats
20 (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF, a.out, coff32 PharLap,
21 rdoff).
22
23 %description -l pl
24 BIEW (Binary vIEWer) jest zaawansowan± przegl±dark± i edytorem plików
25 binarnych. Zawiera wbudowany disasembler ze wsparciem dla wielu nowych
26 procesorów (w tym Pentium4, Athlon i Cyrix-M2) oraz wielu formatów
27 plików wykonywalnych (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF,
28 a.out, coff32 PharLap, rdoff).
29
30 %description -l ru
31 biew - ÜÔÏ ÐÒÏÓÍÏÔÒÝÉË/ÒÅÄÁËÔÏÒ Ä×ÏÉÞÎÙÈ ÆÁÊÌÏ× Ó ×ÏÚÍÏÖÎÏÓÔØÀ ÐÒÏÓÍÏÔÒÁ
32 É ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ × Ä×ÏÉÞÎÏÍ, ÛÅÓÔÎÁÄÃÁÔÉÒÉÞÎÏÍ É ÄÉÚÁÓÓÅÍÂÅÒÎÏÍ ÒÅÖÉÍÁÈ.
33 ðÏÄÄÅÒÖÉ×ÁÅÔÓÑ ×ÙÄÅÌÅÎÉÅ ÁÓÓÅÍÂÌÅÒÎÙÈ ËÏÍÁÎÄ PentiumIV/K7-Athlon/Cyrix-M2,
34 ÅÓÔØ ËÏÎ×ÅÒÔÏÒ ËÉÒÉÌÌÉÞÅÓËÉÈ ËÏÄÉÒÏ×ÏË, ÐÏÌÎÙÊ ÐÒÏÓÍÏÔÒ ÆÏÒÍÁÔÏ× MZ, NE, PE,
35 LE, LX, DOS.SYS, NLM, ELF.
36
37 %description -l uk
38 biew - ÃÅ ÐÅÒÅÇÌÑÄÁÞ/ÒÅÄÁËÔÏÒ ÄצÊËÏ×ÉÈ ÆÁÊ̦נڠÍÏÖÌÉצÓÔÀ ÐÅÒÅÇÌÑÄÕ ÔÁ
39 ÒÅÄÁÇÕ×ÁÎÎÑ × ÄצÊËÏ×ÏÍÕ, Û¦ÓÔÎÁÄÃÑÔËÏ×ÏÍÕ ÔÁ ÄÉÚÁÓÅÍÂÌÅÒÎÏÍÕ ÒÅÖÉÍÁÈ.
40 ð¦ÄÔÒÉÍÕ¤ÔØÓÑ ×ÉĦÌÅÎÎÑ ÁÓÅÍÂÅÒÎÉÈ ËÏÍÁÎÄ PentiumIV/K7-Athlon/Cyrix-M2,
41 ¤ ËÏÎ×ÅÒÔÏÒ ËÉÒÉ̦ÞÎÉÈ ËÏÄÕ×ÁÎØ, ÐÏ×ÎÉÊ ÐÅÒÅÇÌÑÄ ÆÏÒÍÁԦנMZ, NE, PE, LE,
42 LX, DOS.SYS, NLM, ELF.
43
44 %prep
45 %setup -q
46
47 %build
48 %ifarch %{ix86}
49  target=%{_target_cpu}
50 %else
51  target=generic
52 %endif
53
54 %{__make} \
55         TARGET_PLATFORM=$target \
56         TARGET_OS=unix \
57         INCS="-I. -I/usr/include/ncurses" \
58         compilation=%{?debug:debug}%{!?debug:advance}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{_bindir}/ $RPM_BUILD_ROOT%{_libdir}/biew/
63
64 install biew $RPM_BUILD_ROOT%{_bindir}
65 install bin_rc/{biew.hlp,skn/*} $RPM_BUILD_ROOT%{_libdir}/biew/
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc doc/*txt doc/*.en
73 %lang(ru) %doc doc/*.ru
74 %attr(755,root,root) %{_bindir}/biew
75 %{_libdir}/biew
This page took 0.277283 seconds and 4 git commands to generate.