From 2c1d0df9794a8a27c2f8a2084026439997c263cd151c9552cc4655f5b9d2a97c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 19 Dec 2011 15:54:16 +0000 Subject: [PATCH] - remove call to suse_update_config OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=11 --- x3270.changes | 5 +++++ x3270.spec | 23 +++++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/x3270.changes b/x3270.changes index 91b559e..4cf5871 100644 --- a/x3270.changes +++ b/x3270.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 19 15:54:05 UTC 2011 - coolo@suse.de + +- remove call to suse_update_config + ------------------------------------------------------------------- Thu Sep 15 08:56:05 UTC 2011 - bg@suse.com diff --git a/x3270.spec b/x3270.spec index c2b4baa..344183d 100644 --- a/x3270.spec +++ b/x3270.spec @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: x3270 -BuildRequires: ncurses-devel xorg-x11 xorg-x11-devel +BuildRequires: ncurses-devel +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-devel %define fontdir /usr/share/fonts/misc %define appdefdir /usr/share/X11 %define xbindir /usr/bin %define xmandir /usr/share/man %define xincludes /usr/include %define xlibraries /usr/%{_lib} -BuildRequires: freetype2 openssl-devel tcl-devel -License: MIT License (or similar) -Group: System/X11/Terminals -AutoReqProv: on +BuildRequires: freetype2 +BuildRequires: openssl-devel +BuildRequires: tcl-devel Version: 3.3.12 -Release: 517 +Release: 0 Summary: A Family of IBM 3270 Terminal Emulators +License: MIT +Group: System/X11/Terminals Url: http://x3270.bgp.nu Source0: suite3270-3.3.12ga7-src.tgz Source5: README.SuSE @@ -42,7 +43,6 @@ Patch100: usr_local_bin.patch Patch102: x026-offset.diff Patch104: pr3270-memleak.patch Patch105: gcc4.diff -Group: System/X11/Terminals BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -103,7 +103,6 @@ export CFLAGS="$RPM_OPT_FLAGS" export LIBX3270DIR=/etc/x3270 # the tcl variant cd tcl3270-3.3 - %{?suse_update_config:%{suse_update_config -f .}} autoconf ./configure \ --cache-file=../config.cache \ @@ -116,7 +115,6 @@ cd tcl3270-3.3 cd .. # the X variant cd x3270-3.3 - %{?suse_update_config:%{suse_update_config -f .}} # pr3287 is built from the separate source pr3287*.tgz above. ./configure \ --cache-file=../config.cache \ @@ -135,7 +133,6 @@ cd x3270-3.3 cd .. # the console variant cd c3270-3.3 - %{?suse_update_config:%{suse_update_config -f .}} ./configure \ --cache-file=../config.cache \ --bindir=%{_bindir} \ @@ -147,7 +144,6 @@ cd c3270-3.3 cd .. # the scripting variant cd s3270-3.3 - %{?suse_update_config:%{suse_update_config -f .}} ./configure \ --cache-file=../config.cache \ --bindir=%{_bindir} \ @@ -158,7 +154,6 @@ cd s3270-3.3 cd .. # the printer cd pr3287-3.3 - %{?suse_update_config:%{suse_update_config -f .}} ./configure \ --cache-file=../config.cache \ --bindir=%{_bindir} \