]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- Release: 0.2
authorpascalek <pascalek@pld-linux.org>
Thu, 25 Mar 2004 16:52:40 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- bcond with linux26
- patch for non existed /proc/net/ipx_route

Changed files:
    dosemu.spec -> 1.107

dosemu.spec

index bde66df0942676e7d63d97c3ad863d82dfe33c0f..d8ecd69813198418bd1e4077b5b24b02d506eba6 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    static          # linked statically
+%bcond_with    linux26         # /proc/net/ipx/* patch
 #
 Summary:       A DOS emulator
 Summary(de):   DOS-Emulator
@@ -11,7 +12,7 @@ Summary(pt_BR):       Emulador DOS
 Summary(tr):   DOS öykünümcüsü
 Name:          dosemu
 Version:       1.3.0
-Release:       0.1
+Release:       0.2
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/dosemu/%{name}-1.3.0.tgz
@@ -27,6 +28,7 @@ Patch1:               %{name}-make-new.patch
 Patch2:                %{name}-%{name}_conf.patch
 Patch3:                %{name}-doSgmlTools.patch
 Patch4:                %{name}-makehtml.patch
+Patch5:                %{name}-linux26-ipx.patch
 URL:           http://www.dosemu.org/
 BuildRequires: XFree86-devel
 %{?with_static:BuildRequires:  XFree86-static}
@@ -142,6 +144,7 @@ mkfatimage16.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%{?with_linux26:%patch5 -p1}
 
 %build
 OPTFLAGS="%{rpmcflags}"; export OPTFLAGS
This page took 0.157098 seconds and 4 git commands to generate.