2022-03-28 14:51:16 +08:00
|
|
|
Name: wayland
|
2022-07-29 06:57:25 +08:00
|
|
|
Version: 1.20.92
|
|
|
|
|
Release: 1
|
2019-11-06 19:55:52 +08:00
|
|
|
Summary: Wayland Compositor Infrastructure
|
|
|
|
|
License: MIT
|
2022-07-29 06:57:25 +08:00
|
|
|
URL: https://wayland.freedesktop.org/
|
2022-08-27 12:23:16 +00:00
|
|
|
Source0: https://gitlab.freedesktop.org/wayland/wayland/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2021-12-04 15:25:06 +08:00
|
|
|
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
|
2022-06-16 02:55:46 +00:00
|
|
|
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2020-08-01 14:09:42 +08:00
|
|
|
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{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}
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2019-11-06 19:55:52 +08:00
|
|
|
%description
|
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as
|
|
|
|
|
well as a C library implementation of that protocol. The
|
|
|
|
|
compositor can be a standalone display server running on Linux
|
|
|
|
|
kernel modesetting and evdev input devices, an X application, or
|
|
|
|
|
a wayland client itself. The clients can be traditional
|
|
|
|
|
applications, X servers (rootless or fullscreen) or other display
|
|
|
|
|
servers.
|
|
|
|
|
|
|
|
|
|
Part of the Wayland project is also the Weston reference
|
|
|
|
|
implementation of a Wayland compositor. Weston can run as an X
|
|
|
|
|
client or under Linux KMS and ships with a few demo clients. The
|
|
|
|
|
Weston compositor is a minimal and fast compositor and is
|
|
|
|
|
suitable for many embedded and mobile use cases.
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2019-11-06 19:55:52 +08:00
|
|
|
%package devel
|
2020-07-22 11:10:12 +08:00
|
|
|
Summary: Development files for %{name}
|
2020-08-01 16:15:55 +08:00
|
|
|
Requires: libwayland-client = %{version}-%{release}
|
|
|
|
|
Requires: libwayland-cursor = %{version}-%{release}
|
|
|
|
|
Requires: libwayland-egl = %{version}-%{release}
|
|
|
|
|
Requires: libwayland-server = %{version}-%{release}
|
2020-07-22 11:10:12 +08:00
|
|
|
# For upgrade path from F24
|
|
|
|
|
Provides: libwayland-client-devel = %{version}-%{release}
|
2020-08-01 14:09:42 +08:00
|
|
|
Obsoletes: libwayland-client-devel < %{version}-%{release}
|
2020-07-22 11:10:12 +08:00
|
|
|
Provides: libwayland-cursor-devel = %{version}-%{release}
|
2020-08-01 14:09:42 +08:00
|
|
|
Obsoletes: libwayland-cursor-devel < %{version}-%{release}
|
2020-07-22 11:10:12 +08:00
|
|
|
Provides: libwayland-server-devel = %{version}-%{release}
|
2020-08-01 14:09:42 +08:00
|
|
|
Obsoletes: libwayland-server-devel < %{version}-%{release}
|
2020-07-22 11:10:12 +08:00
|
|
|
# For upgrade path from F27
|
|
|
|
|
Provides: libwayland-egl-devel = %{version}-%{release}
|
2020-08-01 14:09:42 +08:00
|
|
|
Obsoletes: libwayland-egl-devel < %{version}-%{release}
|
2020-08-01 16:41:45 +08:00
|
|
|
Provides: mesa-libwayland-egl-devel = %{version}-%{release} mesa-libwayland-egl-devel%{?_isa}
|
|
|
|
|
Obsoletes: mesa-libwayland-egl-devel < %{version}-%{release}
|
2020-08-01 16:15:55 +08:00
|
|
|
|
2019-09-30 11:19:37 -04:00
|
|
|
|
|
|
|
|
%description devel
|
2020-07-22 11:10:12 +08:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
2020-08-01 14:09:42 +08:00
|
|
|
%package_help
|
2019-09-30 11:19:37 -04:00
|
|
|
|
|
|
|
|
%prep
|
2019-11-06 19:55:52 +08:00
|
|
|
%autosetup -n %{name}-%{version} -p1
|
2019-09-30 11:19:37 -04:00
|
|
|
|
|
|
|
|
%build
|
2021-12-04 15:25:06 +08:00
|
|
|
%meson
|
|
|
|
|
%meson_build
|
2019-09-30 11:19:37 -04:00
|
|
|
|
|
|
|
|
%install
|
2021-12-04 15:25:06 +08:00
|
|
|
%meson_install
|
2022-06-16 02:55:46 +00:00
|
|
|
chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
|
2019-09-30 11:19:37 -04:00
|
|
|
|
|
|
|
|
%check
|
2021-12-04 15:25:06 +08:00
|
|
|
%meson_test
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2020-08-01 14:09:42 +08:00
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_libdir}/libwayland-*.so.*
|
2019-09-30 11:19:37 -04:00
|
|
|
|
2020-07-22 11:10:12 +08:00
|
|
|
%files devel
|
2019-09-30 11:19:37 -04:00
|
|
|
%{_bindir}/wayland-scanner
|
2019-11-06 19:55:52 +08:00
|
|
|
%{_includedir}/wayland-*.h
|
2020-07-22 11:10:12 +08:00
|
|
|
%{_libdir}/pkgconfig/wayland-*.pc
|
|
|
|
|
%{_libdir}/libwayland-*.so
|
|
|
|
|
%{_datadir}/aclocal/wayland-scanner.m4
|
|
|
|
|
%dir %{_datadir}/wayland
|
|
|
|
|
%{_datadir}/wayland/wayland-scanner.mk
|
|
|
|
|
%{_datadir}/wayland/wayland.xml
|
|
|
|
|
%{_datadir}/wayland/wayland.dtd
|
|
|
|
|
|
2020-08-01 14:09:42 +08:00
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
2021-12-04 15:25:06 +08:00
|
|
|
%doc README
|
2020-08-01 14:09:42 +08:00
|
|
|
%{_mandir}/man3/*.3*
|
2019-09-30 11:19:37 -04:00
|
|
|
%{_datadir}/doc/wayland/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-07-29 06:57:25 +08:00
|
|
|
* Sun Aug 1 2022 tianlijing <tianlijing@kylinos.cn> - 1.20.92-1
|
|
|
|
|
- update to 1.20.92
|
|
|
|
|
|
2022-06-16 02:55:46 +00:00
|
|
|
* Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4
|
|
|
|
|
- CVE:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:remove rpath
|
|
|
|
|
|
2022-03-28 14:51:16 +08:00
|
|
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.20.0-3
|
|
|
|
|
- upgrade to 1.20.0-3
|
|
|
|
|
|
2021-12-04 15:25:06 +08:00
|
|
|
* Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 1.19.91-1
|
|
|
|
|
- update to 1.19.91
|
|
|
|
|
|
2020-07-22 11:10:12 +08:00
|
|
|
* Fri Jul 17 2020 chengguipeng <chenguipeng1@huawei.com> - 1.18.0-1
|
|
|
|
|
- upgrade to 1.18.0-1
|
|
|
|
|
|
2020-01-15 02:08:02 +08:00
|
|
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.17.0-2
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete the isa in obsoletes
|
|
|
|
|
|
2019-11-06 19:55:52 +08:00
|
|
|
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.17.0-1
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update to 1.17.0
|
|
|
|
|
|
2019-09-30 11:19:37 -04:00
|
|
|
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:6.02-5
|
|
|
|
|
- Package init
|