forked from pool/x3270
Accepting request 1029605 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1029605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/x3270?expand=0&rev=45
This commit is contained in:
commit
1966072f77
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31b256f018099a613c4abc1836f72d00cd18def9df2486ce0ab01130bf9ca88e
|
|
||||||
size 3902786
|
|
3
suite3270-4.2ga6-src.tgz
Normal file
3
suite3270-4.2ga6-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:093089bd672cd7424652cebdd4b77105c0ca686b12b376d5810d1ba07ca411c0
|
||||||
|
size 4310909
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 9 17:26:21 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- x3270 4.2ga6:
|
||||||
|
* many improvements, bug fixes and feature extensions
|
||||||
|
* pr3287 now supports -tracefile
|
||||||
|
* pr3287 can now try more than one address for a host
|
||||||
|
* hostname lookups can now be limited to IPv4/IPv6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 1 11:10:02 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Sun May 1 11:10:02 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _suffix ga13
|
%define _suffix ga6
|
||||||
%define _fullname suite3270-%{version}%{_suffix}
|
%define _fullname suite3270-%{version}%{_suffix}
|
||||||
%define _x026ver 1.2
|
%define _x026ver 1.2
|
||||||
Name: x3270
|
Name: x3270
|
||||||
Version: 4.1
|
Version: 4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Family of IBM 3270 Terminal Emulators
|
Summary: A Family of IBM 3270 Terminal Emulators
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -159,7 +159,6 @@ rm %{buildroot}%{_miscfontsdir}/fonts.dir
|
|||||||
|
|
||||||
# copy the docs
|
# copy the docs
|
||||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||||
cp -pr --parents Playback %{buildroot}%{_docdir}/%{name}
|
|
||||||
cp -pr --parents x3270/{Examples,html} %{buildroot}%{_docdir}/%{name}
|
cp -pr --parents x3270/{Examples,html} %{buildroot}%{_docdir}/%{name}
|
||||||
cp -pr --parents b3270/html %{buildroot}%{_docdir}/%{name}
|
cp -pr --parents b3270/html %{buildroot}%{_docdir}/%{name}
|
||||||
cp -pr --parents c3270/html %{buildroot}%{_docdir}/%{name}
|
cp -pr --parents c3270/html %{buildroot}%{_docdir}/%{name}
|
||||||
@ -201,7 +200,6 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/x3270.desktop
|
|||||||
%{_mandir}/man1/x3270.1%{?ext_man}
|
%{_mandir}/man1/x3270.1%{?ext_man}
|
||||||
%doc %{_docdir}/%{name}/x3270/Examples
|
%doc %{_docdir}/%{name}/x3270/Examples
|
||||||
%doc %{_docdir}/%{name}/x3270/html
|
%doc %{_docdir}/%{name}/x3270/html
|
||||||
%doc %{_docdir}/%{name}/Playback
|
|
||||||
%{_datadir}/applications/x3270.desktop
|
%{_datadir}/applications/x3270.desktop
|
||||||
# b3270
|
# b3270
|
||||||
%{_bindir}/b3270
|
%{_bindir}/b3270
|
||||||
|
Loading…
Reference in New Issue
Block a user