move resize tool to a subpackage (#1349582)

This commit is contained in:
Miroslav Lichvar 2016-11-16 14:09:20 +01:00
parent db6ee1362f
commit 03703b725f

View File

@ -1,13 +1,14 @@
Summary: Terminal emulator for the X Window System Summary: Terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 327 Version: 327
Release: 1%{?dist} Release: 2%{?dist}
URL: http://invisible-island.net/xterm URL: http://invisible-island.net/xterm
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
BuildRequires: pkgconfig ncurses-devel libutempter-devel BuildRequires: pkgconfig ncurses-devel libutempter-devel
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
BuildRequires: libxkbfile-devel xorg-x11-apps BuildRequires: libxkbfile-devel xorg-x11-apps
Requires: xterm-resize = %{version}-%{release}
Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
Source1: ftp://invisible-island.net/xterm/16colors.txt Source1: ftp://invisible-island.net/xterm/16colors.txt
@ -25,6 +26,13 @@ The xterm program is a terminal emulator for the X Window System. It
provides DEC VT102 and Tektronix 4014 compatible terminals for provides DEC VT102 and Tektronix 4014 compatible terminals for
programs that can't use the window system directly. programs that can't use the window system directly.
%package resize
Summary: Set environment and terminal settings to current window size
%description resize
Prints a shell command for setting the appropriate environment variables to
indicate the current size of the window from which the command is run.
%prep %prep
%setup -q %setup -q
@ -87,10 +95,8 @@ fi
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS %doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS
%{_bindir}/xterm %{_bindir}/xterm
%{_bindir}/koi8rxterm %{_bindir}/koi8rxterm
%{_bindir}/resize
%{_bindir}/uxterm %{_bindir}/uxterm
%{_mandir}/man1/koi8rxterm.1* %{_mandir}/man1/koi8rxterm.1*
%{_mandir}/man1/resize.1*
%{_mandir}/man1/uxterm.1* %{_mandir}/man1/uxterm.1*
%{_mandir}/man1/xterm.1* %{_mandir}/man1/xterm.1*
%{_datadir}/appdata/xterm.appdata.xml %{_datadir}/appdata/xterm.appdata.xml
@ -101,7 +107,14 @@ fi
%{x11_app_defaults_dir}/UXTerm* %{x11_app_defaults_dir}/UXTerm*
%{x11_app_defaults_dir}/XTerm* %{x11_app_defaults_dir}/XTerm*
%files resize
%{_bindir}/resize
%{_mandir}/man1/resize.1*
%changelog %changelog
* Wed Nov 16 2016 Jason L Tibbitts III <tibbs@math.uh.edu> 327-2
- move resize tool to a subpackage (#1349582)
* Mon Oct 10 2016 Miroslav Lichvar <mlichvar@redhat.com> 327-1 * Mon Oct 10 2016 Miroslav Lichvar <mlichvar@redhat.com> 327-1
- update to 327 - update to 327