|
|
@ -1,11 +1,11 @@
|
|
|
|
%global real_name xorgxrdp
|
|
|
|
%global real_name xorgxrdp
|
|
|
|
|
|
|
|
|
|
|
|
%global commit f95a8b2083635f0cd36228aadc53a1ab2930ba57
|
|
|
|
%global commit 8519407d7fbcb71fd046ce42e5674c308e9ea52b
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: xorgxrdp-egfx
|
|
|
|
Name: xorgxrdp-egfx
|
|
|
|
Version: 0.9.80
|
|
|
|
Version: 0.9.80
|
|
|
|
Release: 2.20240108git%{shortcommit}%{?dist}
|
|
|
|
Release: 2.20240113git%{shortcommit}%{?dist}.inferit
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -63,7 +63,7 @@ for screen resizing and multiple monitors. Built with glamor support.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{real_name}-%{commit}
|
|
|
|
%autosetup -p1 -n %{real_name}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
./bootstrap
|
|
|
|
./bootstrap
|
|
|
@ -135,6 +135,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20240113git8519407d.inferit
|
|
|
|
|
|
|
|
- sync with upstream
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20240108gitf95a8b20
|
|
|
|
* Fri Jan 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.80-2.20240108gitf95a8b20
|
|
|
|
- Build Development version with EGFX support from gfx_mainline_merge_work
|
|
|
|
- Build Development version with EGFX support from gfx_mainline_merge_work
|
|
|
|
|
|
|
|
|
|
|
|