!20 delete old so files

From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-02-20 11:04:47 +00:00 committed by Gitee
commit 1c22bf9002
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: guile
Version: 2.2.7
Release: 1
Release: 2
Epoch: 5
Summary: GNU's Ubiquitous Intelligent Language for Extension
License: LGPLv3+
@ -20,7 +20,7 @@ Patch4: disable-out-of-memory-test.patch
Patch5: guile-configure.patch
BuildRequires: gcc libtool gmp-devel readline-devel gc-devel libffi-devel
BuildRequires: gettext-devel libunistring-devel libtool-ltdl-devel guile
BuildRequires: gettext-devel libunistring-devel libtool-ltdl-devel
Requires: coreutils
%description
@ -65,8 +65,6 @@ ln -s guile-tools %{buildroot}%{_bindir}/guile2-tools
find %{buildroot}%{_datadir} -name '*.scm' -exec touch -r "%{_specdir}/guile.spec" '{}' \;
find %{buildroot}%{_libdir} -name '*.go' -exec touch -r "%{_specdir}/guile.spec" '{}' \;
cp -a %{_libdir}/libguile-2.0.so.22* %{buildroot}%{_libdir}
%check
make check || true
@ -95,7 +93,6 @@ fi
%{_bindir}/guile-tools
%{_libdir}/guile
%{_libdir}/libguile-%{g_version}.so.*
%{_libdir}/libguile-2.0.so.*
%{_infodir}/guile.info*.gz
%{_infodir}/r5rs.info.gz
%ghost %{_datadir}/guile/site/%{g_version}/slibcat
@ -115,6 +112,9 @@ fi
%{_mandir}/man1/guile.1.gz
%changelog
* Mon Feb 20 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.2.7-2
- delete old so files
* Mon Feb 13 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.2.7-1
- upgrade to 2.2.7