From 54392750b97f4bc8d54616fd30cbdf33c33fe3f5315f7b58f5057c2a603ee3ce Mon Sep 17 00:00:00 2001 From: Jonathan Papineau Date: Wed, 6 Apr 2022 02:07:30 +0000 Subject: [PATCH] Accepting request 966528 from home:jengelh:branches:devel:libraries:c_c++ - Trim unquantified claims from description OBS-URL: https://build.opensuse.org/request/show/966528 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/yascreen?expand=0&rev=2 --- yascreen.changes | 5 +++++ yascreen.spec | 22 +++++----------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/yascreen.changes b/yascreen.changes index f02b937..992dcd1 100644 --- a/yascreen.changes +++ b/yascreen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 2 11:30:04 UTC 2022 - Jan Engelhardt + +- Trim unquantified claims from description + ------------------------------------------------------------------- Wed Jan 19 17:28:38 UTC 2022 - Jonathan Papineau diff --git a/yascreen.spec b/yascreen.spec index dd37aff..3574ce8 100644 --- a/yascreen.spec +++ b/yascreen.spec @@ -19,7 +19,7 @@ Name: yascreen Version: 1.86 Release: 0 -Summary: Yet Another Screen Library (lib(n)curses alternative) +Summary: A terminal control library (ncurses alternative) License: LGPL-3.0-only URL: https://github.com/bbonev/yascreen/ Source: %{url}releases/download/v%{version}/yascreen-%{version}.tar.xz @@ -29,15 +29,8 @@ BuildRequires: make BuildRequires: go-md2man %description -lib(n)curses alternative oriented towards modern terminals. +yascreen is a lib(n)curses alternative, oriented towards modern terminals. -Suitable for developing terminal applications or daemons with -telnet access and terminal support. - -Main features - - * small footprint - * does not have external dependencies * allows both internal and external event loop * allows stdin/stdout or external input/output (can work over socket) * supports basic set of telnet sequences, making it suitable for built-in @@ -47,8 +40,7 @@ Main features * supports utf8 verification of input * relies only on a limited subset of ANSI/xterm ESC sequences, making it compatible with mostly all modern terminals (inspired by linenoise) - * there is no curses API and ancient terminal compatibility, hence less bloat - * clean API with opaque private data, usable from C/C++ + * there is no curses API and ancient terminal compatibility %package -n libyascreen0 Summary: Yet Another Screen Library (lib(n)curses alternative) @@ -56,10 +48,7 @@ Provides: %{name} = %{version}-%{release} Obsoletes: %{name} < %{version}-%{release} %description -n libyascreen0 -lib(n)curses alternative oriented towards modern terminals. - -Suitable for developing terminal applications or daemons with -telnet access and terminal support. +yascreen is a lib(n)curses alternative, oriented towards modern terminals. %package devel Summary: Development files for yascreen @@ -70,7 +59,7 @@ This package contains the header files and libraries needed to compile applications or shared objects that use yascreen. %prep -%setup -q +%autosetup %build export CFLAGS="%{optflags}" @@ -98,5 +87,4 @@ rm -f %{buildroot}%{_libdir}/libyascreen.a %{_mandir}/man3/yascreen.3* %{_includedir}/yascreen.h - %changelog