- Fix awkward grammar in description.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=25
This commit is contained in:
parent
a7ff21e986
commit
427d31ed10
@ -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>
|
||||
|
||||
|
12
cdecl.spec
12
cdecl.spec
@ -31,13 +31,11 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: readline-devel
|
||||
|
||||
%description
|
||||
Turn English phrases to C or C++ declarations Cdecl is a program
|
||||
which will turn English-like phrases such as "declare foo as array 5
|
||||
of pointer to function returning int" into C declarations such as
|
||||
"int (*foo[5])()". It can also translate the C into the
|
||||
pseudo-English. And it handles typecasts, too. Plus C++. And in this
|
||||
version it has command line editing and history with the GNU readline
|
||||
library.
|
||||
Cdecl is a program which will turn English-like phrases such as
|
||||
"declare foo as array 5 of pointer to function returning int" into C
|
||||
declarations such as "int (*foo[5])()". It can also translate the C
|
||||
into the pseudo-English. And it handles typecasts as well as C++. It
|
||||
offers command line editing and history.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
Loading…
Reference in New Issue
Block a user