Callum Farmer 2021-12-31 11:47:58 +00:00 committed by Git OBS Bridge
parent 7313e3f5c0
commit ec80f42c12

View File

@ -29,7 +29,7 @@ Name: lua54%{name_ext}
Version: 5.4.3
Release: 0
Summary: Small Embeddable Language with Procedural Syntax
License: MIT
License: GPL-3.0-or-later
Group: Development/Languages/Other
URL: http://www.lua.org
Source: http://www.lua.org/ftp/lua-%{version}.tar.gz
@ -74,6 +74,7 @@ of C functions, written in ANSI C.
%package devel
Summary: Development files for lua
License: MIT
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Requires: %{name} = %{version}
@ -94,6 +95,7 @@ application.
%package -n %{libname}
Summary: The Lua integration library
License: MIT
Group: System/Libraries
# Compat as libtool changes the soname
%ifarch aarch64 x86_64 ppc64 ppc64le s390x riscv64
@ -120,6 +122,7 @@ of C functions, written in ANSI C.
%package doc
Summary: Documentation for Lua, a small embeddable language
License: MIT
Group: Documentation/HTML
BuildArch: noarch
Supplements: (lua54 and patterns-base-documentation)