!22 修复 guile-tools 软链接命名
From: @Z572 Reviewed-by: @leeffo Signed-off-by: @leeffo
This commit is contained in:
commit
1d63bb3bf0
11
guile.spec
11
guile.spec
@ -1,6 +1,6 @@
|
|||||||
Name: guile
|
Name: guile
|
||||||
Version: 2.2.7
|
Version: 2.2.7
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -60,7 +60,7 @@ done
|
|||||||
touch %{buildroot}%{_datadir}/guile/site/%{g_version}/slibcat
|
touch %{buildroot}%{_datadir}/guile/site/%{g_version}/slibcat
|
||||||
|
|
||||||
ln -s guile %{buildroot}%{_bindir}/guile2
|
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}%{_datadir} -name '*.scm' -exec touch -r "%{_specdir}/guile.spec" '{}' \;
|
||||||
find %{buildroot}%{_libdir} -name '*.go' -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}
|
%dir %{_datadir}/guile/site/%{g_version}
|
||||||
%{_bindir}/guild
|
%{_bindir}/guild
|
||||||
%{_bindir}/guile
|
%{_bindir}/guile
|
||||||
%{_bindir}/guile2*
|
%{_bindir}/guile2
|
||||||
%{_bindir}/guile-tools
|
%{_bindir}/guile-tools*
|
||||||
%{_libdir}/guile
|
%{_libdir}/guile
|
||||||
%{_libdir}/libguile-%{g_version}.so.*
|
%{_libdir}/libguile-%{g_version}.so.*
|
||||||
%{_infodir}/guile.info*.gz
|
%{_infodir}/guile.info*.gz
|
||||||
@ -112,6 +112,9 @@ fi
|
|||||||
%{_mandir}/man1/guile.1.gz
|
%{_mandir}/man1/guile.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 20 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.2.7-2
|
||||||
- delete old so files
|
- delete old so files
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user