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
This commit is contained in:
parent
a1b34fbfb8
commit
d9db8eed47
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user