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:
Ana Guerrero 2023-11-09 20:34:18 +00:00 committed by Git OBS Bridge
commit 95fc1ec429
2 changed files with 18 additions and 20 deletions

View File

@ -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> 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: - update to r25:
- recognize WebSM console - 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 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) - fold in patches initviocons-0.4.dif (c shell eval mode)
initviocons.minimal-termsize.patch [#140383] initviocons.minimal-termsize.patch [#140383]
initviocons.ps3-hack.patch initviocons.ps3-hack.patch
initviocons.ps3-matching.patch initviocons.ps3-matching.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 17 12:22:22 CEST 2007 - sassmann@suse.de 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 handle the Network Virtual Terminal newline correctly. If the
respective Program Temporary Fixes are installed on the iSeries, respective Program Temporary Fixes are installed on the iSeries,
this fix here is needed as well to prevent Enter key malfunction 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 Tue Mar 12 10:26:54 CET 2002 - kukuk@suse.de

View File

@ -17,15 +17,14 @@
Name: initviocons Name: initviocons
URL: http://svn.poeml.de/viewcvs/initviocons/
Version: 0.5 Version: 0.5
Release: 0 Release: 0
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/Console Group: System/Console
BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://svn.poeml.de/viewcvs/initviocons/
BuildRequires: automake
Source: initviocons-%{version}.tar.bz2 Source: initviocons-%{version}.tar.bz2
BuildRequires: automake
%description %description
Initviocons can be used on the iSeries platform to recognize terminal 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 does special initialization if possible (for example, carriage return
suppression for Windows telnet clients). On the iSeries platform, it suppression for Windows telnet clients). On the iSeries platform, it
additionally checks for the presence of more than one terminal additionally checks for the presence of more than one terminal
connected on the same line. See /etc/profile for a usage example. connected on the same line. See %{_sysconfdir}/profile for a usage example.
Authors:
--------
Peter Poeml <poeml@suse.de>
%prep %prep
%setup -n initviocons-%{version} %setup -q -n initviocons-%{version}
%build %build
autoreconf -fi autoreconf -fi
%configure %configure
make CFLAGS="$RPM_OPT_FLAGS -Wall" %make_build CFLAGS="%{optflags} -Wall"
%install %install
%make_install %make_install
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes install -m 0755 termprobes %{buildroot}/%{_bindir}/termprobes
%if 0%{?suse_version} < 1550 %if 0%{?suse_version} < 1550
mkdir -p $RPM_BUILD_ROOT/bin mkdir -p %{buildroot}/bin
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin ln -sf %{_bindir}/initviocons %{buildroot}/bin
%endif %endif
%files %files
%defattr(-,root,root) %license COPYING
%doc AUTHORS ChangeLog COPYING NEWS README %doc AUTHORS ChangeLog NEWS README
%if 0%{?suse_version} < 1550 %if 0%{?suse_version} < 1550
/bin/* /bin/*
%endif %endif