remove rpath
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
This commit is contained in:
parent
83bd43f199
commit
83fb8ec771
10
mutter.spec
10
mutter.spec
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 43.2
|
Version: 43.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
@ -64,6 +64,7 @@ BuildRequires: pkgconfig(wayland-protocols)
|
|||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
BuildRequires: xorg-x11-server
|
BuildRequires: xorg-x11-server
|
||||||
BuildRequires: pkgconfig(xwayland)
|
BuildRequires: pkgconfig(xwayland)
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
Requires: gnome-control-center-filesystem
|
Requires: gnome-control-center-filesystem
|
||||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||||
@ -106,6 +107,10 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/mutter
|
||||||
|
chrpath -d %{buildroot}%{_libdir}/mutter-%{mutter_api_version}/*.so.*
|
||||||
|
chrpath -d %{buildroot}%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -149,6 +154,9 @@ echo "/usr/lib64/mutter-11" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.con
|
|||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-2
|
||||||
|
- remove rpath
|
||||||
|
|
||||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-1
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-1
|
||||||
- Update to 43.2
|
- Update to 43.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user