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