diff --git a/angelscript.changes b/angelscript.changes index 2ae6184..af041e4 100644 --- a/angelscript.changes +++ b/angelscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 13 14:30:46 UTC 2017 - jengelh@inai.de + +- Remove filler wording from description. + ------------------------------------------------------------------- Tue Feb 28 16:52:32 UTC 2017 - rpm@fthiessen.de diff --git a/angelscript.spec b/angelscript.spec index 53452b8..3274fe2 100644 --- a/angelscript.spec +++ b/angelscript.spec @@ -20,7 +20,7 @@ Name: angelscript Version: 2.31.2 Release: 0 -Summary: It is an extremely flexible cross-platform scripting library +Summary: Scripting library License: Zlib Group: Development/Libraries/C and C++ Url: http://www.angelcode.com/angelscript/ @@ -30,22 +30,37 @@ BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. +The AngelCode Scripting Library, or AngelScript as it is also known, +is a scripting library designed to allow applications to extend their +functionality through external scripts. + +It supports Unix sockets and TCP/IP sockets with optional +SSL/TLS support. %package -n lib%{name}%{sover} -Summary: It is an extremely flexible cross-platform scripting library +Summary: Scripting library Group: System/Libraries %description -n lib%{name}%{sover} -It supports Unix sockets and TCP/IP sockets with optional SSL/TLS (OpenSSL) support. It allows you to write portable and secure network applications quickly without needing to spend time learning low-level system functions or reading OpenSSL manuals. +The AngelCode Scripting Library, or AngelScript as it is also known, +is a scripting library designed to allow applications to extend their +functionality through external scripts. + +It supports Unix sockets and TCP/IP sockets with optional +SSL/TLS support. %package devel -Summary: It is an extremely flexible cross-platform scripting library +Summary: Development files for AngelScript Group: Development/Libraries/C and C++ Requires: lib%{name}%{sover} = %{version} %description devel -It supports Unix sockets and TCP/IP sockets with optional SSL/TLS (OpenSSL) support. It allows you to write portable and secure network applications quickly without needing to spend time learning low-level system functions or reading OpenSSL manuals. +The AngelCode Scripting Library, or AngelScript as it is also known, +is a scripting library designed to allow applications to extend their +functionality through external scripts. + +This subpackage contains libraries and header files for developing +applications that want to make use of the AngelScript library. %prep %setup -q -n sdk/%{name}/projects/gnuc