Fix the temporary parking path by using %{version} (hint from Andre Barros)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=384
This commit is contained in:
parent
e8fc351da3
commit
f3574b0552
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 2 08:54:52 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Fix the temporary parking path by using %{version} (hint from Andre Barros)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 09:22:31 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Mon Mar 25 09:22:31 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -607,7 +607,7 @@ make install DESTDIR=%{buildroot} systemdunitdir=%{_userunitdir}
|
|||||||
rm -vf %{buildroot}%{_libexecdir}/emacs/%{version}/${configuration}/*.pdmp
|
rm -vf %{buildroot}%{_libexecdir}/emacs/%{version}/${configuration}/*.pdmp
|
||||||
%if %{with nativecomp}
|
%if %{with nativecomp}
|
||||||
pushd native-lisp/
|
pushd native-lisp/
|
||||||
ln -sf ../parking.*/usr/lib64/emacs/29.1/native-lisp/* .
|
ln -sf ../parking.*/usr/lib64/emacs/%{version}/native-lisp/* .
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
for pdmp in emacs-nox emacs-gtk emacs-x11 emacs-wayland
|
for pdmp in emacs-nox emacs-gtk emacs-x11 emacs-wayland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user