From 4b535b681c87096b2c24617f50a62e852ae72eee Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 13 Jan 2022 14:28:37 +0800 Subject: [PATCH] delete liblua-5.3.so file --- lua.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lua.spec b/lua.spec index 1249369..d147bee 100644 --- a/lua.spec +++ b/lua.spec @@ -6,7 +6,7 @@ Name: lua Version: 5.4.3 -Release: 2 +Release: 3 Summary: A powerful, efficient, lightweight, embeddable scripting language License: MIT URL: http://www.lua.org/ @@ -24,7 +24,7 @@ Patch1: lua-5.3.0-idsize.patch Patch2: lua-5.2.2-configure-linux.patch Patch3: lua-5.3.0-configure-compat-module.patch -BuildRequires: automake autoconf libtool readline-devel ncurses-devel lua +BuildRequires: automake autoconf libtool readline-devel ncurses-devel Obsoletes: %{name}-libs < %{version}-%{release} Provides: lua(abi) = %{major_version} @@ -83,7 +83,6 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/luaconf.h # Install rpm-macro install -Dpm 0644 %{SOURCE1000} $RPM_BUILD_ROOT/%{macrosdir}/macros.lua -cp -a %{_libdir}/liblua-5.3.so $RPM_BUILD_ROOT%{_libdir} %check cd ./lua-%{test_version}-tests/ @@ -114,7 +113,6 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir}/lua -e"_U= %dir %{_datadir}/lua/%{major_version} %{_libdir}/liblua-%{major_version}.so %{_libdir}/liblua.so -%{_libdir}/liblua-5.3.so %files devel %defattr(-,root,root) @@ -130,6 +128,9 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir}/lua -e"_U= %{_mandir}/man1/lua*.1* %changelog +* Thu Jan 13 2022 shixuantong - 5.4.3-3 +- delete liblua-5.3.so file + * Thu Dec 30 2021 liudabo - 5.4.3-2 - add liblua-5.3.so file -- Gitee