]> git.pld-linux.org Git - packages/biew.git/blobdiff - biew.spec
- 53p5
[packages/biew.git] / biew.spec
index b442d9f41c5692c8e635cb5c6794213e3d9bb9db..aa19091e766da9503b1bde0028c6b14043eea88c 100644 (file)
--- a/biew.spec
+++ b/biew.spec
@@ -1,14 +1,14 @@
 Summary:       BIEW is Binary vIEWer and editor 
 Summary(pl):   BIEW jest przegl±dark± plików binarnych z edytorem
 Name:          biew
-Version:       520
+Version:       53p5
 Release:       1
 License:       GPL
 Group:         Applications/Editors
 Group(de):     Applikationen/Editors
 Group(pl):     Aplikacje/Edytory
 Group(pt):     Aplicações/Editores
-Source0:       ftp://biew.sourceforge.net/pub/biew/%{name}-%{version}.tar.bz2
+Source0:       ftp://biew.sourceforge.net/pub/biew/5.x/src/%{name}%{version}.tar.bz2
 Patch0:                %{name}-CURSES.patch
 URL:           http://biew.sourceforge.net/
 BuildRequires: ncurses-devel
@@ -17,19 +17,18 @@ Buildroot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 BIEW is advenced Binary vIEWer with built-in editor for binary,
 hexadecimal and disassembler modes. His disassembler support many
-procesors(Pentium4, K7 Athlon, Cyrix-M2) and many file formats(MZ, NE,
+procesors(Pentium4, K7 Athlon, Cyrix-M2) and many file formats (MZ, NE,
 PE, LE, LX, DOS.SYS, NLM, arch, ELF, a.out, coff32 PharLap, rdoff)
 
 %description -l pl
-BIEW(Binary vIEWer) jest zaawansowan± przegl±dark± i edytorem plików
+BIEW (Binary vIEWer) jest zaawansowan± przegl±dark± i edytorem plików
 binarnych. Zawiera wbudowany disasembler z suportem dla wielu nowych
-procesorów(w tym Pentium4, Athlon i Cyrix-M2) oraz wielu formatów
-plików wykonywalnych(MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF,
+procesorów (w tym Pentium4, Athlon i Cyrix-M2) oraz wielu formatów
+plików wykonywalnych (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF,
 a.out, coff32 PharLap, rdoff)
 
 %prep
-
-%setup -q 
+%setup -q -n %{name}%{version}
 %patch0 -p1
 
 %build
@@ -39,7 +38,11 @@ a.out, coff32 PharLap, rdoff)
  target=generic
 %endif
 
-%{__make} TARGET_PLATFORM=$target TARGET_OS=%{_target_os} compilation=advenced
+%{__make} \
+       TARGET_PLATFORM=$target \
+       TARGET_OS=%{_target_os} \
+       INCS="-I. -I/usr/include/ncurses" \
+       compilation=%{?debug:debug}%{!?debug:advance}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,5 +60,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/*.gz
 %attr(755,root,root) %{_bindir}/biew
-%dir %{_libdir}/biew
-%{_libdir}/biew/*
+%{_libdir}/biew
This page took 0.071301 seconds and 4 git commands to generate.