diff --git a/gnu-cobol.changes b/gnu-cobol.changes index 56d1b4d..6c4b370 100644 --- a/gnu-cobol.changes +++ b/gnu-cobol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 09:14:34 UTC 2018 - jengelh@inai.de + +- Trim redundancies from description. + ------------------------------------------------------------------- Sat May 12 05:05:29 UTC 2018 - aloisio@gmx.com diff --git a/gnu-cobol.spec b/gnu-cobol.spec index b46287d..4b06f1a 100644 --- a/gnu-cobol.spec +++ b/gnu-cobol.spec @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define sover 4 %define _mver 3.0 %define _over 3.0-rc1 Name: gnu-cobol Version: 3.0rc1 Release: 0 -Summary: A free and open COBOL compiler -License: GPL-3.0+ and LGPL-3.0+ +Summary: A COBOL compiler +License: GPL-3.0-or-later AND LGPL-3.0-or-later Group: Development/Languages/Other Url: https://savannah.gnu.org/projects/gnucobol Source0: https://sourceforge.net/projects/open-cobol/files/gnu-cobol/%{_mver}/gnucobol-%{_over}.tar.xz @@ -40,28 +41,28 @@ Requires(preun): %{install_info_prereq} Provides: opencobol = %{version} %description -GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler. +GnuCOBOL (formerly OpenCOBOL) is a COBOL compiler. cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries. %package -n libcob%{sover} Summary: GnuCOBOL shared library -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Other %description -n libcob%{sover} -GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler. +GnuCOBOL (formerly OpenCOBOL) is a COBOL compiler. cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries. %package -n libcob-devel -Summary: Include files for GnuCOBOL shared library -License: LGPL-3.0+ +Summary: Include files for the GnuCOBOL shared library +License: LGPL-3.0-or-later Group: Development/Languages/Other Requires: libcob%{sover} = %{version} %description -n libcob-devel -GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler. +GnuCOBOL (formerly OpenCOBOL) is a COBOL compiler. cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries.