This commit is contained in:
parent
923660c809
commit
eb2550f712
@ -73,6 +73,11 @@ application.
|
|||||||
Summary: The Lua integration library
|
Summary: The Lua integration library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# Compat as libtool changes the soname
|
# Compat as libtool changes the soname
|
||||||
|
%ifarch aarch64 x86_64 ppc64 ppc64le s390x
|
||||||
|
Provides: liblua.so.5.3()(64bit)
|
||||||
|
%else
|
||||||
|
Provides: liblua.so.5.3()
|
||||||
|
%edndif
|
||||||
Provides: liblua5_3 = %{version}-%{release}
|
Provides: liblua5_3 = %{version}-%{release}
|
||||||
Obsoletes: liblua5_3 < %{version}-%{release}
|
Obsoletes: liblua5_3 < %{version}-%{release}
|
||||||
Provides: %{name}-libs = %{version}
|
Provides: %{name}-libs = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user