]> git.pld-linux.org Git - packages/bochs.git/blobdiff - bochs.spec
- gpm-friendly Source0 URL
[packages/bochs.git] / bochs.spec
index fbccfa894050b306a6db42a096fb9d19d218c688..d6c862dc5cb07d14d7b8abf322cdde6724d7ab93 100644 (file)
@@ -7,13 +7,13 @@
 Summary:       Portable x86 PC Emulator
 Summary(pl):   Przeno¶ny emulator x86 PC
 Name:          bochs
-Version:       2.1.1
-Release:       3
+Version:       2.2
+Release:       1
 License:       GPL
 Group:         Applications/Emulators
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 7b21efbe2b56cc15d110993234259b33
-Patch0:                %{name}-ncurses.patch
+Source0:       http://dl.sourceforge.net/bochs/%{name}-%{version}.tar.gz
+# Source0-md5: 2f0d82bda2193242a2d7ece1917016c1
+Patch0:                %{name}-instrumentation.patch
 URL:           http://bochs.sourceforge.net/
 BuildRequires: SDL-devel
 BuildRequires: XFree86-devel
@@ -42,11 +42,13 @@ Twoim komputerze.
 
 %prep
 %setup -q
-%patch0        -p1
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
+CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+export CXXFLAGS
 # --enable-x86-64 (not supported together with --enable-sep)
 # --enable-debugger --enable-iodebug --enable-x86-debugger (slowdowns emulation)
 # --enable-apic (no need to specify, configure will choose best depending on nr cpus)
@@ -124,7 +126,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/plugins/*.la
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/keymaps
-%attr(755,root,root) %{_datadir}/%{name}/keymaps/convertmap.pl
 %{_datadir}/%{name}/keymaps/*.map
 %{_datadir}/%{name}/*BIOS*
 %{_mandir}/man[15]/*
This page took 0.141199 seconds and 4 git commands to generate.