2024-01-05 19:49:23 +01:00
|
|
|
Name: xorgxrdp
|
2024-01-05 19:49:23 +01:00
|
|
|
Version: 0.9.19
|
2024-01-05 19:49:23 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A collection of modules to be used with a pre-existing X.Org install to make the X server act like X11rdp
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/neutrinolabs/xorgxrdp
|
|
|
|
Source: https://github.com/neutrinolabs/xorgxrdp.git/v%{version}/xorgxrdp-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: xorg-server-devel
|
|
|
|
BuildRequires: libxrdp-devel
|
|
|
|
BuildRequires: libXfont2-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
xorgxrdp is a collection of modules to be used with a pre-existing X.Org install to make the X server act like X11rdp.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
autoreconf -f -i
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/X11/xrdp/xorg.conf
|
|
|
|
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.a
|
|
|
|
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
|
|
|
|
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.a
|
|
|
|
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.so
|
|
|
|
%{_libdir}/xorg/modules/input/xrdpmouse_drv.a
|
|
|
|
%{_libdir}/xorg/modules/input/xrdpmouse_drv.so
|
|
|
|
%{_libdir}/xorg/modules/libxorgxrdp.a
|
|
|
|
%{_libdir}/xorg/modules/libxorgxrdp.so
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:49:23 +01:00
|
|
|
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 0.9.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:49:23 +01:00
|
|
|
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 0.2.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:49:23 +01:00
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 0.2.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:49:23 +01:00
|
|
|
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 0.2.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:49:23 +01:00
|
|
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.15-1mamba
|
|
|
|
- package created using the webbuild interface
|