- 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:
parent
619de3c817
commit
2c1d0df979
@ -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
|
Thu Sep 15 08:56:05 UTC 2011 - bg@suse.com
|
||||||
|
|
||||||
|
23
x3270.spec
23
x3270.spec
@ -15,24 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: x3270
|
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 fontdir /usr/share/fonts/misc
|
||||||
%define appdefdir /usr/share/X11
|
%define appdefdir /usr/share/X11
|
||||||
%define xbindir /usr/bin
|
%define xbindir /usr/bin
|
||||||
%define xmandir /usr/share/man
|
%define xmandir /usr/share/man
|
||||||
%define xincludes /usr/include
|
%define xincludes /usr/include
|
||||||
%define xlibraries /usr/%{_lib}
|
%define xlibraries /usr/%{_lib}
|
||||||
BuildRequires: freetype2 openssl-devel tcl-devel
|
BuildRequires: freetype2
|
||||||
License: MIT License (or similar)
|
BuildRequires: openssl-devel
|
||||||
Group: System/X11/Terminals
|
BuildRequires: tcl-devel
|
||||||
AutoReqProv: on
|
|
||||||
Version: 3.3.12
|
Version: 3.3.12
|
||||||
Release: 517
|
Release: 0
|
||||||
Summary: A Family of IBM 3270 Terminal Emulators
|
Summary: A Family of IBM 3270 Terminal Emulators
|
||||||
|
License: MIT
|
||||||
|
Group: System/X11/Terminals
|
||||||
Url: http://x3270.bgp.nu
|
Url: http://x3270.bgp.nu
|
||||||
Source0: suite3270-3.3.12ga7-src.tgz
|
Source0: suite3270-3.3.12ga7-src.tgz
|
||||||
Source5: README.SuSE
|
Source5: README.SuSE
|
||||||
@ -42,7 +43,6 @@ Patch100: usr_local_bin.patch
|
|||||||
Patch102: x026-offset.diff
|
Patch102: x026-offset.diff
|
||||||
Patch104: pr3270-memleak.patch
|
Patch104: pr3270-memleak.patch
|
||||||
Patch105: gcc4.diff
|
Patch105: gcc4.diff
|
||||||
Group: System/X11/Terminals
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,7 +103,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
export LIBX3270DIR=/etc/x3270
|
export LIBX3270DIR=/etc/x3270
|
||||||
# the tcl variant
|
# the tcl variant
|
||||||
cd tcl3270-3.3
|
cd tcl3270-3.3
|
||||||
%{?suse_update_config:%{suse_update_config -f .}}
|
|
||||||
autoconf
|
autoconf
|
||||||
./configure \
|
./configure \
|
||||||
--cache-file=../config.cache \
|
--cache-file=../config.cache \
|
||||||
@ -116,7 +115,6 @@ cd tcl3270-3.3
|
|||||||
cd ..
|
cd ..
|
||||||
# the X variant
|
# the X variant
|
||||||
cd x3270-3.3
|
cd x3270-3.3
|
||||||
%{?suse_update_config:%{suse_update_config -f .}}
|
|
||||||
# pr3287 is built from the separate source pr3287*.tgz above.
|
# pr3287 is built from the separate source pr3287*.tgz above.
|
||||||
./configure \
|
./configure \
|
||||||
--cache-file=../config.cache \
|
--cache-file=../config.cache \
|
||||||
@ -135,7 +133,6 @@ cd x3270-3.3
|
|||||||
cd ..
|
cd ..
|
||||||
# the console variant
|
# the console variant
|
||||||
cd c3270-3.3
|
cd c3270-3.3
|
||||||
%{?suse_update_config:%{suse_update_config -f .}}
|
|
||||||
./configure \
|
./configure \
|
||||||
--cache-file=../config.cache \
|
--cache-file=../config.cache \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
@ -147,7 +144,6 @@ cd c3270-3.3
|
|||||||
cd ..
|
cd ..
|
||||||
# the scripting variant
|
# the scripting variant
|
||||||
cd s3270-3.3
|
cd s3270-3.3
|
||||||
%{?suse_update_config:%{suse_update_config -f .}}
|
|
||||||
./configure \
|
./configure \
|
||||||
--cache-file=../config.cache \
|
--cache-file=../config.cache \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
@ -158,7 +154,6 @@ cd s3270-3.3
|
|||||||
cd ..
|
cd ..
|
||||||
# the printer
|
# the printer
|
||||||
cd pr3287-3.3
|
cd pr3287-3.3
|
||||||
%{?suse_update_config:%{suse_update_config -f .}}
|
|
||||||
./configure \
|
./configure \
|
||||||
--cache-file=../config.cache \
|
--cache-file=../config.cache \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user