diff --git a/putty.changes b/putty.changes index c16b38f..031e52f 100644 --- a/putty.changes +++ b/putty.changes @@ -2,6 +2,7 @@ Mon Mar 18 17:57:39 UTC 2019 - Jan Engelhardt - Unbreak the Leap 42.3 build of putty. +- Update package descriptions. ------------------------------------------------------------------- Sun Mar 17 11:28:14 UTC 2019 - Jan Engelhardt diff --git a/putty.spec b/putty.spec index 5260f4b..618b5a7 100644 --- a/putty.spec +++ b/putty.spec @@ -19,7 +19,7 @@ Name: putty Version: 0.71 Release: 0 -Summary: GTK-based terminal emulator program +Summary: SSH client with optional GTK-based terminal emulator frontend License: MIT Group: System/X11/Utilities Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/ @@ -30,7 +30,7 @@ Source: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.gpg Source4: %name.keyring Patch1: putty-03-config.diff -Patch3: reproducible.patch +Patch2: reproducible.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ImageMagick BuildRequires: gtk3-devel @@ -44,13 +44,17 @@ BuildRequires: update-desktop-files Conflicts: pssh %description -PuTTY is a terminal emulator application which can act as a client -for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a -serial console client. +PuTTY is a suite of terminal emulator application and client for +serial consoles, raw TCP connections, and the computing protocols +SSH, Telnet and rlogin. + +The "pterm" program is just the graphical terminal emulator similar +to xterm, "plink" is just the (console-based) SSH client similar to +openssh, and "putty" is the program that combines both in one. %prep %setup -q -%patch -P 1 -P 3 -p1 +%patch -P 1 -P 2 -p1 %build export CFLAGS="%optflags -Wno-error -DNOT_X_WINDOWS"