Accepting request 626547 from devel:languages:misc

OBS-URL: https://build.opensuse.org/request/show/626547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-cobol?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-07-31 14:03:50 +00:00 committed by Git OBS Bridge
commit 7c9cb6efbc
2 changed files with 14 additions and 8 deletions

View File

@ -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 Sat May 12 05:05:29 UTC 2018 - aloisio@gmx.com

View File

@ -15,14 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define sover 4 %define sover 4
%define _mver 3.0 %define _mver 3.0
%define _over 3.0-rc1 %define _over 3.0-rc1
Name: gnu-cobol Name: gnu-cobol
Version: 3.0rc1 Version: 3.0rc1
Release: 0 Release: 0
Summary: A free and open COBOL compiler Summary: A COBOL compiler
License: GPL-3.0+ and LGPL-3.0+ License: GPL-3.0-or-later AND LGPL-3.0-or-later
Group: Development/Languages/Other Group: Development/Languages/Other
Url: https://savannah.gnu.org/projects/gnucobol Url: https://savannah.gnu.org/projects/gnucobol
Source0: https://sourceforge.net/projects/open-cobol/files/gnu-cobol/%{_mver}/gnucobol-%{_over}.tar.xz 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} Provides: opencobol = %{version}
%description %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, cobc translates COBOL to executable using intermediate C sources,
providing full access to nearly all C libraries. providing full access to nearly all C libraries.
%package -n libcob%{sover} %package -n libcob%{sover}
Summary: GnuCOBOL shared library Summary: GnuCOBOL shared library
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Languages/Other Group: Development/Languages/Other
%description -n libcob%{sover} %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, cobc translates COBOL to executable using intermediate C sources,
providing full access to nearly all C libraries. providing full access to nearly all C libraries.
%package -n libcob-devel %package -n libcob-devel
Summary: Include files for GnuCOBOL shared library Summary: Include files for the GnuCOBOL shared library
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Languages/Other Group: Development/Languages/Other
Requires: libcob%{sover} = %{version} Requires: libcob%{sover} = %{version}
%description -n libcob-devel %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, cobc translates COBOL to executable using intermediate C sources,
providing full access to nearly all C libraries. providing full access to nearly all C libraries.