!24 add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa}
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
07ce06d146
@ -1,6 +1,6 @@
|
||||
Name: wayland
|
||||
Version: 1.21.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
URL: https://wayland.freedesktop.org/
|
||||
@ -10,6 +10,7 @@ BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
||||
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
|
||||
|
||||
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
|
||||
Provides: libwayland-client%{?_isa} = %{version}-%{release} libwayland-cursor%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
|
||||
Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release}
|
||||
Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release}
|
||||
@ -92,6 +93,9 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
|
||||
%{_datadir}/doc/wayland/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 30 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.21.0-2
|
||||
- add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa}
|
||||
|
||||
* Wed Dec 14 2022 lijian <lijian2@kylinos.cn> - 1.21.0-1
|
||||
- update to 1.21.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user