From d9db8eed4711039d51e538ee7cbaaebaa47752f16446437e611e8534deb57cb0 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 31 Jul 2018 01:58:51 +0000 Subject: [PATCH] Accepting request 625725 from home:jengelh:branches:devel:languages:misc - Trim redundancies from description. OBS-URL: https://build.opensuse.org/request/show/625725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/gnu-cobol?expand=0&rev=9 --- gnu-cobol.changes | 5 +++++ gnu-cobol.spec | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) 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.