!16 remove rpath of ukwm
From: @tanyulong2021 Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
e9ba7f22d0
@ -1,6 +1,6 @@
|
|||||||
Name: ukwm
|
Name: ukwm
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: lightweight GTK+ window manager
|
Summary: lightweight GTK+ window manager
|
||||||
License: LGPL-2.0-or-later and GPL-2.0-or-later and MIT
|
License: LGPL-2.0-or-later and GPL-2.0-or-later and MIT
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -74,6 +74,7 @@ BuildRequires: xorg-x11-server-Xvfb
|
|||||||
|
|
||||||
BuildRequires: xauth
|
BuildRequires: xauth
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: chrpath
|
||||||
Requires: clutter
|
Requires: clutter
|
||||||
%description
|
%description
|
||||||
Ukwm is a small window manager, using GTK+ and Clutter to do
|
Ukwm is a small window manager, using GTK+ and Clutter to do
|
||||||
@ -182,7 +183,7 @@ rm -rf %{buildroot}/usr/local/include
|
|||||||
mkdir -p %{buildroot}/usr/lib/ukwm
|
mkdir -p %{buildroot}/usr/lib/ukwm
|
||||||
cp -rf %{buildroot}/usr/local/libexec/ukwm-restart-helper %{buildroot}/usr/lib/ukwm/ukwm-restart-helper
|
cp -rf %{buildroot}/usr/local/libexec/ukwm-restart-helper %{buildroot}/usr/lib/ukwm/ukwm-restart-helper
|
||||||
rm -rf %{buildroot}/usr/local/libexec
|
rm -rf %{buildroot}/usr/local/libexec
|
||||||
|
chrpath -d %{buildroot}/usr/bin/ukwm
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -231,6 +232,9 @@ update-alternatives --install /usr/bin/x-window-manager \
|
|||||||
%exclude %{_datadir}/ukui
|
%exclude %{_datadir}/ukui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 01 2023 tanyulong <tanyulong@kylinos.cn> - 1.2.1-6
|
||||||
|
- remove rpath of ukwm
|
||||||
|
|
||||||
* Fri Feb 3 2023 douyan <douyan@kylinos.cn> - 1.2.1-5
|
* Fri Feb 3 2023 douyan <douyan@kylinos.cn> - 1.2.1-5
|
||||||
- fix build error and uninstall issue
|
- fix build error and uninstall issue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user