Accepting request 1124115 from Base:System
- spec-cleaner run https://bugzilla.novell.com/show_bug.cgi?id=256139 initviocons.ps3-matching.patch on the virtual console. OBS-URL: https://build.opensuse.org/request/show/1124115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/initviocons?expand=0&rev=25
This commit is contained in:
commit
95fc1ec429
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 21:45:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- spec-cleaner run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 12:27:04 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
@ -48,7 +53,7 @@ Wed Nov 14 12:20:42 CET 2007 - poeml@suse.de
|
||||
|
||||
- update to r25:
|
||||
- recognize WebSM console
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=256139
|
||||
which sends a characteristic primary da
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -63,7 +68,7 @@ Thu Jul 19 07:28:29 CEST 2007 - poeml@suse.de
|
||||
- fold in patches initviocons-0.4.dif (c shell eval mode)
|
||||
initviocons.minimal-termsize.patch [#140383]
|
||||
initviocons.ps3-hack.patch
|
||||
initviocons.ps3-matching.patch
|
||||
initviocons.ps3-matching.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 12:22:22 CEST 2007 - sassmann@suse.de
|
||||
@ -104,7 +109,7 @@ Sun Jun 9 18:20:34 CEST 2002 - poeml@suse.de
|
||||
handle the Network Virtual Terminal newline correctly. If the
|
||||
respective Program Temporary Fixes are installed on the iSeries,
|
||||
this fix here is needed as well to prevent Enter key malfunction
|
||||
on the virtual console.
|
||||
on the virtual console.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 10:26:54 CET 2002 - kukuk@suse.de
|
||||
|
@ -17,15 +17,14 @@
|
||||
|
||||
|
||||
Name: initviocons
|
||||
URL: http://svn.poeml.de/viewcvs/initviocons/
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Console
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake
|
||||
URL: http://svn.poeml.de/viewcvs/initviocons/
|
||||
Source: initviocons-%{version}.tar.bz2
|
||||
BuildRequires: automake
|
||||
|
||||
%description
|
||||
Initviocons can be used on the iSeries platform to recognize terminal
|
||||
@ -35,33 +34,27 @@ sequences to find out the screen size and a suitable TERM type. It also
|
||||
does special initialization if possible (for example, carriage return
|
||||
suppression for Windows telnet clients). On the iSeries platform, it
|
||||
additionally checks for the presence of more than one terminal
|
||||
connected on the same line. See /etc/profile for a usage example.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Peter Poeml <poeml@suse.de>
|
||||
connected on the same line. See %{_sysconfdir}/profile for a usage example.
|
||||
|
||||
%prep
|
||||
%setup -n initviocons-%{version}
|
||||
%setup -q -n initviocons-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
%make_build CFLAGS="%{optflags} -Wall"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
||||
install -m 0755 termprobes %{buildroot}/%{_bindir}/termprobes
|
||||
%if 0%{?suse_version} < 1550
|
||||
mkdir -p $RPM_BUILD_ROOT/bin
|
||||
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
||||
mkdir -p %{buildroot}/bin
|
||||
ln -sf %{_bindir}/initviocons %{buildroot}/bin
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%if 0%{?suse_version} < 1550
|
||||
/bin/*
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user