!22 修复 guile-tools 软链接命名

From: @Z572 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-04-23 08:25:32 +00:00 committed by Gitee
commit 1d63bb3bf0
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: 2
Release: 3
Epoch: 5
Summary: GNU's Ubiquitous Intelligent Language for Extension
License: LGPLv3+
@ -60,7 +60,7 @@ done
touch %{buildroot}%{_datadir}/guile/site/%{g_version}/slibcat
ln -s guile %{buildroot}%{_bindir}/guile2
ln -s guile-tools %{buildroot}%{_bindir}/guile2-tools
ln -s guile-tools %{buildroot}%{_bindir}/guile-tools2
find %{buildroot}%{_datadir} -name '*.scm' -exec touch -r "%{_specdir}/guile.spec" '{}' \;
find %{buildroot}%{_libdir} -name '*.go' -exec touch -r "%{_specdir}/guile.spec" '{}' \;
@ -89,8 +89,8 @@ fi
%dir %{_datadir}/guile/site/%{g_version}
%{_bindir}/guild
%{_bindir}/guile
%{_bindir}/guile2*
%{_bindir}/guile-tools
%{_bindir}/guile2
%{_bindir}/guile-tools*
%{_libdir}/guile
%{_libdir}/libguile-%{g_version}.so.*
%{_infodir}/guile.info*.gz
@ -112,6 +112,9 @@ fi
%{_mandir}/man1/guile.1.gz
%changelog
* Sat Apr 8 2023 Z572 <873216071@qq.com> - 2.2.7-3
- fix guile-tools alias 'guile2-tools' -> 'guile-tools2'
* Mon Feb 20 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.2.7-2
- delete old so files