!12 【轻量级 PR】:remove rpath
From: @kerongw Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
4a51662d7c
10
wayland.spec
10
wayland.spec
@ -1,13 +1,13 @@
|
|||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 1.20.0
|
Version: 1.20.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://wayland.freedesktop.org/
|
URL: http://wayland.freedesktop.org/
|
||||||
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
||||||
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson
|
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
|
||||||
|
|
||||||
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
|
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
|
||||||
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
|
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
|
||||||
@ -64,6 +64,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
@ -91,6 +92,11 @@ developing applications that use %{name}.
|
|||||||
%{_datadir}/doc/wayland/
|
%{_datadir}/doc/wayland/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove rpath
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.20.0-3
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.20.0-3
|
||||||
- upgrade to 1.20.0-3
|
- upgrade to 1.20.0-3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user