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:
parent
534a5e591a
commit
54392750b9
@ -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>
|
Wed Jan 19 17:28:38 UTC 2022 - Jonathan Papineau <jonathan@jontech.app>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: yascreen
|
Name: yascreen
|
||||||
Version: 1.86
|
Version: 1.86
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet Another Screen Library (lib(n)curses alternative)
|
Summary: A terminal control library (ncurses alternative)
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
URL: https://github.com/bbonev/yascreen/
|
URL: https://github.com/bbonev/yascreen/
|
||||||
Source: %{url}releases/download/v%{version}/yascreen-%{version}.tar.xz
|
Source: %{url}releases/download/v%{version}/yascreen-%{version}.tar.xz
|
||||||
@ -29,15 +29,8 @@ BuildRequires: make
|
|||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
|
|
||||||
%description
|
%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 both internal and external event loop
|
||||||
* allows stdin/stdout or external input/output (can work over socket)
|
* allows stdin/stdout or external input/output (can work over socket)
|
||||||
* supports basic set of telnet sequences, making it suitable for built-in
|
* supports basic set of telnet sequences, making it suitable for built-in
|
||||||
@ -47,8 +40,7 @@ Main features
|
|||||||
* supports utf8 verification of input
|
* supports utf8 verification of input
|
||||||
* relies only on a limited subset of ANSI/xterm ESC sequences, making it
|
* relies only on a limited subset of ANSI/xterm ESC sequences, making it
|
||||||
compatible with mostly all modern terminals (inspired by linenoise)
|
compatible with mostly all modern terminals (inspired by linenoise)
|
||||||
* there is no curses API and ancient terminal compatibility, hence less bloat
|
* there is no curses API and ancient terminal compatibility
|
||||||
* clean API with opaque private data, usable from C/C++
|
|
||||||
|
|
||||||
%package -n libyascreen0
|
%package -n libyascreen0
|
||||||
Summary: Yet Another Screen Library (lib(n)curses alternative)
|
Summary: Yet Another Screen Library (lib(n)curses alternative)
|
||||||
@ -56,10 +48,7 @@ Provides: %{name} = %{version}-%{release}
|
|||||||
Obsoletes: %{name} < %{version}-%{release}
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libyascreen0
|
%description -n libyascreen0
|
||||||
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.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for yascreen
|
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.
|
compile applications or shared objects that use yascreen.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@ -98,5 +87,4 @@ rm -f %{buildroot}%{_libdir}/libyascreen.a
|
|||||||
%{_mandir}/man3/yascreen.3*
|
%{_mandir}/man3/yascreen.3*
|
||||||
%{_includedir}/yascreen.h
|
%{_includedir}/yascreen.h
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user