SHA256
1
0
forked from pool/yascreen

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
This commit is contained in:
Jonathan Papineau 2022-04-06 02:07:30 +00:00 committed by Git OBS Bridge
parent 534a5e591a
commit 54392750b9
2 changed files with 10 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 2 11:30:04 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Trim unquantified claims from description
-------------------------------------------------------------------
Wed Jan 19 17:28:38 UTC 2022 - Jonathan Papineau <jonathan@jontech.app>

View File

@ -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