SHA256
1
0
forked from pool/cdecl

Accepting request 832103 from devel:tools

- Fix awkward grammar in description.

OBS-URL: https://build.opensuse.org/request/show/832103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdecl?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-09-05 22:03:07 +00:00 committed by Git OBS Bridge
commit 2732499b44
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 4 13:13:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Fix awkward grammar in description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 30 10:47:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Thu Jul 30 10:47:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -31,13 +31,11 @@ BuildRequires: ncurses-devel
BuildRequires: readline-devel BuildRequires: readline-devel
%description %description
Turn English phrases to C or C++ declarations Cdecl is a program Cdecl is a program which will turn English-like phrases such as
which will turn English-like phrases such as "declare foo as array 5 "declare foo as array 5 of pointer to function returning int" into C
of pointer to function returning int" into C declarations such as declarations such as "int (*foo[5])()" and vice-versa. It handles
"int (*foo[5])()". It can also translate the C into the typecasts and C++ as well, and offers command line editing and
pseudo-English. And it handles typecasts, too. Plus C++. And in this history.
version it has command line editing and history with the GNU readline
library.
%prep %prep
%autosetup -p1 %autosetup -p1