Initial work on build of 0.10.0

epel9
Bojan Smojver 10 months ago
parent 33deee42a4
commit 9a777ce067

@ -1,6 +1,6 @@
Name: xorgxrdp
Version: 0.9.19
Release: 7%{?dist}
Version: 0.10.0
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.10.0
%if 0%{?fedora} > 0 && 0%{?fedora} <= 24
BuildRequires: libXfont-devel
%else
@ -127,6 +127,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
%endif
%changelog
* Mon Mar 11 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.0-1
- Update to 0.10.0
* Wed Jul 26 2023 Bojan Smojver <bojan@rexursive.com> - 0.9.19-7
- run autoreconf before build, to avoid problems on F39

Loading…
Cancel
Save