|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: xorgxrdp
|
|
|
|
|
Version: 0.9.19
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.9.20
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -10,7 +10,7 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: nasm
|
|
|
|
|
BuildRequires: xorg-x11-server-devel
|
|
|
|
|
BuildRequires: xrdp-devel >= 1:0.9.17
|
|
|
|
|
BuildRequires: xrdp-devel >= 1:0.9.25
|
|
|
|
|
%if 0%{?fedora} > 0 && 0%{?fedora} <= 24
|
|
|
|
|
BuildRequires: libXfont-devel
|
|
|
|
|
%else
|
|
|
|
@ -21,6 +21,9 @@ BuildRequires: libXfont2-devel
|
|
|
|
|
BuildRequires: mesa-libgbm-devel
|
|
|
|
|
BuildRequires: libepoxy-devel
|
|
|
|
|
BuildRequires: libdrm-devel
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
Conflicts: %{name}-glamor
|
|
|
|
|
%endif
|
|
|
|
@ -54,6 +57,8 @@ for screen resizing and multiple monitors. Built with glamor support.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -i
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 8
|
|
|
|
|
# Build/install with glamor support first
|
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
|
|
|
|
@ -122,9 +127,24 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9.19-5
|
|
|
|
|
* Tue Mar 12 2024 Bojan Smojver <bojan@rexursive.com> - 0.9.20-1
|
|
|
|
|
- Bump up to 0.9.20
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.19-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9.19-7
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 Bojan Smojver <bojan@rexursive.com> - 0.9.19-7
|
|
|
|
|
- run autoreconf before build, to avoid problems on F39
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.19-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.19-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Bojan Smojver <bojan@rexursive.com> - 0.9.19-5
|
|
|
|
|
- Insert glamoregl module into xorg.conf for glamor package
|
|
|
|
|
- Add missed Xorg server dependencies into glamor package
|
|
|
|
|