package created using the webbuild interface [release 0.2.15-1mamba;Thu Feb 11 2021]
This commit is contained in:
parent
0759230187
commit
421800ac28
@ -1,2 +1,4 @@
|
|||||||
# xorgxrdp
|
# xorgxrdp
|
||||||
|
|
||||||
|
xorgxrdp is a collection of modules to be used with a pre-existing X.Org install to make the X server act like X11rdp.
|
||||||
|
|
||||||
|
61
xorgxrdp.spec
Normal file
61
xorgxrdp.spec
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
Name: xorgxrdp
|
||||||
|
Version: 0.2.15
|
||||||
|
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
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: xorg-server-devel
|
||||||
|
BuildRequires: libxrdp-devel
|
||||||
|
BuildRequires: libXfont2-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%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.la
|
||||||
|
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.a
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.la
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.so
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpmouse_drv.a
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpmouse_drv.la
|
||||||
|
%{_libdir}/xorg/modules/input/xrdpmouse_drv.so
|
||||||
|
%{_libdir}/xorg/modules/libxorgxrdp.a
|
||||||
|
%{_libdir}/xorg/modules/libxorgxrdp.la
|
||||||
|
%{_libdir}/xorg/modules/libxorgxrdp.so
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.15-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user