Compare commits

..

No commits in common. 'i9' and 'epel9' have entirely different histories.
i9 ... epel9

26
.gitignore vendored

@ -1 +1,25 @@
SOURCES/xorgxrdp-0.9.19.tar.gz /xorgxrdp-0.2.0.tar.gz
/xorgxrdp-0.2.1.tar.gz
/xorgxrdp-0.2.2.tar.gz
/xorgxrdp-0.2.3.tar.gz
/xorgxrdp-0.2.4.tar.gz
/xorgxrdp-0.2.5.tar.gz
/xorgxrdp-0.2.6.tar.gz
/xorgxrdp-0.2.7.tar.gz
/xorgxrdp-0.2.8.tar.gz
/xorgxrdp-0.2.9.tar.gz
/xorgxrdp-0.2.10.tar.gz
/xorgxrdp-0.2.11.tar.gz
/xorgxrdp-0.2.12.tar.gz
/xorgxrdp-0.2.13.tar.gz
/xorgxrdp-0.2.14.tar.gz
/xorgxrdp-0.2.15.tar.gz
/xorgxrdp-0.2.16.tar.gz
/xorgxrdp-0.2.17.tar.gz
/xorgxrdp-0.2.18.tar.gz
/xorgxrdp-0.9.19.tar.gz
/xorgxrdp-0.9.20.tar.gz
/xorgxrdp-0.10.0.tar.gz
/xorgxrdp-0.10.1.tar.gz
/xorgxrdp-0.10.2.tar.gz
/xorgxrdp-0.10.3.tar.gz

@ -1 +0,0 @@
fd66e76b044f4a7862011dba47bfc4d5859de087 SOURCES/xorgxrdp-0.9.19.tar.gz

@ -0,0 +1 @@
SHA512 (xorgxrdp-0.10.3.tar.gz) = ac09a553e151431c70fe5f1b285b5077493e360e065af1092e8e068cc9eb4c7c305a84c71cab6da0622c2003c8d70ece49b2eefa1fb1ae32f0d36de050be079b

@ -1,5 +1,5 @@
Name: xorgxrdp Name: xorgxrdp
Version: 0.9.19 Version: 0.10.3
Release: 5%{?dist} Release: 5%{?dist}
Summary: Implementation of xrdp backend as Xorg modules Summary: Implementation of xrdp backend as Xorg modules
@ -7,10 +7,10 @@ License: MIT
URL: https://github.com/neutrinolabs/xorgxrdp URL: https://github.com/neutrinolabs/xorgxrdp
Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: nasm BuildRequires: nasm
BuildRequires: xorg-x11-server-devel BuildRequires: xorg-x11-server-devel
BuildRequires: xrdp-devel >= 1:0.9.17 BuildRequires: xrdp-devel >= 1:0.10.2
%if 0%{?fedora} > 0 && 0%{?fedora} <= 24 %if 0%{?fedora} > 0 && 0%{?fedora} <= 24
BuildRequires: libXfont-devel BuildRequires: libXfont-devel
%else %else
@ -21,12 +21,19 @@ BuildRequires: libXfont2-devel
BuildRequires: mesa-libgbm-devel BuildRequires: mesa-libgbm-devel
BuildRequires: libepoxy-devel BuildRequires: libepoxy-devel
BuildRequires: libdrm-devel BuildRequires: libdrm-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
Conflicts: %{name}-glamor Conflicts: %{name}-glamor
%endif %endif
Requires: xrdp >= 1:0.10.2
Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null)
Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null)
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 8
Requires: xorg-x11-server-Xorg
%endif
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 8 %if 0%{?fedora} >= 35 || 0%{?rhel} >= 8
%package glamor %package glamor
@ -34,8 +41,10 @@ Summary: Implementation of xrdp backend as Xorg modules with glamor
RemovePathPostfixes: .glamor RemovePathPostfixes: .glamor
Conflicts: %{name} Conflicts: %{name}
Requires: xrdp >= 1:0.10.2
Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null)
Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null)
Requires: xorg-x11-server-Xorg
%endif %endif
%description %description
@ -54,6 +63,8 @@ for screen resizing and multiple monitors. Built with glamor support.
%autosetup -p1 %autosetup -p1
%build %build
autoreconf -i
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 8 %if 0%{?fedora} >= 35 || 0%{?rhel} >= 8
# Build/install with glamor support first # Build/install with glamor support first
CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
@ -122,8 +133,50 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
%endif %endif
%changelog %changelog
* Fri Oct 06 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.9.19-5 * Sun Dec 29 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.3-5
- Rebuilt for MSVSphere 9.2 - Change /usr/libexec/Xorg dependency to xorg-x11-server-Xorg
* Thu Dec 26 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.3-2
- Add /usr/libexec/Xorg dependency
* Mon Dec 16 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.3-1
- Bump up to 0.10.3
* Fri Sep 27 2024 Sérgio Basto <sergio@serjux.com> - 0.10.2-2
- Rebuild for rebase of xorg-server to versions 21.1.x
* Wed Jul 31 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.2-1
- Bump up to 0.10.2
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed May 15 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.1-1
- Bump up to 0.10.1
* Tue May 14 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.0-4
- Rebuild against xrdp 0.10.0
* Wed Apr 03 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.0-2
- Rebuild against xrdp 0.10.0-beta.2
* Tue Mar 12 2024 Bojan Smojver <bojan@rexursive.com> - 0.9.20-1
- Bump up to 0.9.20
* Mon Mar 11 2024 Bojan Smojver <bojan@rexursive.com> - 0.10.0-1
- Update to 0.10.0
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.19-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* 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 * Mon Nov 14 2022 Bojan Smojver <bojan@rexursive.com> - 0.9.19-5
- Insert glamoregl module into xorg.conf for glamor package - Insert glamoregl module into xorg.conf for glamor package
Loading…
Cancel
Save