- remove call to suse_update_config

OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2011-12-19 15:54:16 +00:00 committed by Git OBS Bridge
parent 619de3c817
commit 2c1d0df979
2 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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} \