From d6094e0e581972cadfe1fee10bad671615e76727 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 15 Mar 2022 15:27:00 +0800 Subject: [PATCH] delete useless old version dynamic library --- libffi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libffi.spec b/libffi.spec index 8c13afa..8b4d741 100644 --- a/libffi.spec +++ b/libffi.spec @@ -1,6 +1,6 @@ Name: libffi Version: 3.4.2 -Release: 1 +Release: 2 Summary: A Portable Foreign Function Interface Library License: MIT URL: http://sourceware.org/libffi @@ -8,7 +8,7 @@ Source0: https://github.com/libffi/libffi/releases/download/v%{version}/%{name}- Source1: ffi-multilib.h Source2: ffitarget-multilib.h -BuildRequires: gcc gcc-c++ dejagnu libffi +BuildRequires: gcc gcc-c++ dejagnu %description Compilers for high level languages generate code that follows certain conventions. These @@ -64,7 +64,6 @@ The help package contains man files. %make_install %delete_la -cp -a %{_libdir}/libffi.so.7* $RPM_BUILD_ROOT%{_libdir} rm -f $RPM_BUILD_ROOT%{_infodir}/dir %ldconfig_scriptlets @@ -94,6 +93,9 @@ fi %{_infodir}/libffi.info.gz %changelog +* Tue Mar 15 2022 panxiaohe - 3.4.2-2 +- delete useless old version dynamic library + * Fri Dec 3 2021 panxiaohe - 3.4.2-1 - Type:enhancement - ID:NA -- Gitee