rpms/hercules/F-10 hercules-3.06-extgui.patch, NONE, 1.1 hercules.spec, 1.23, 1.24

Dan Horák sharkcz at fedoraproject.org
Mon Sep 7 10:05:14 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/hercules/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2847

Modified Files:
	hercules.spec 
Added Files:
	hercules-3.06-extgui.patch 
Log Message:
* Mon Sep  7 2009 Dan Horák <dan[at]danny.cz> 3.06-2
- enable support for external gui


hercules-3.06-extgui.patch:
 configure.ac |    8 --------
 1 file changed, 8 deletions(-)

--- NEW FILE hercules-3.06-extgui.patch ---
>From 9da5ff0f3b27791ecb3caa4f04a86262189ab670 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Dan=20Hor=C3=A1k?= <dan at danny.cz>
Date: Mon, 7 Sep 2009 10:36:06 +0200
Subject: [PATCH] do not limit external GUI to Windows only, it now exists also on Linux

---
 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index e4cea2d..c73c6ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1689,13 +1689,6 @@ fi
 
 #------------------------------------------------------------------------------
 
-if test "$hc_cv_opt_external_gui" = "yes"  &&
-   test "$hc_cv_is_windows"      != "yes"; then
-
-   AC_MSG_RESULT( [ERROR: external-gui currently only supported on Windows platforms] )
-   hc_error=yes
-fi
-
 if test "$hc_cv_opt_external_gui"  = "yes"  &&
    test "$hc_cv_opt_dynamic_load" != "yes"; then
 
-- 
1.6.3.3



Index: hercules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hercules/F-10/hercules.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- hercules.spec	19 Feb 2009 06:37:04 -0000	1.23
+++ hercules.spec	7 Sep 2009 10:05:14 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Hercules S/370, ESA/390, and z/Architecture emulator
 Name: hercules
 Version: 3.06
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: QPL
 Group: Applications/Emulators
 URL: http://www.hercules-390.org/
@@ -13,6 +13,7 @@ Source4: generic.prm
 Patch0: %{name}-3.05-make.patch
 Patch1: %{name}-3.06-ltdl.patch
 Patch2: %{name}-3.06-preproc.patch
+Patch3: %{name}-3.06-extgui.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: bison, zlib-devel, bzip2-devel
 BuildRequires: libtool libtool-ltdl-devel
@@ -31,6 +32,7 @@ printer-keyboard, 3270 terminal, and 328
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # refresh for recent libtool
 rm autoconf/libtool.m4
@@ -52,6 +54,7 @@ sed -i 's|\${DESTPREFIX}/lib/|%{_libdir}
 
 %build
 %configure \
+    --enable-external-gui \
     --enable-dependency-tracking \
     --enable-optimization="%{optflags}"
 
@@ -99,6 +102,9 @@ sed -i 's|\${DESTPREFIX}/lib/|%{_libdir}
 
 
 %changelog
+* Mon Sep  7 2009 Dan Horák <dan[at]danny.cz> 3.06-2
+- enable support for external gui
+
 * Wed Feb 18 2009 Dan Horak <dan[at]danny.cz> 3.06-1
 - update to upstream version 3.06
 - use system ltdl library




More information about the fedora-extras-commits mailing list