forked from pool/freerdp
build sdl2 and sdl3
This commit is contained in:
parent
d63252e17b
commit
a78f772b51
21
freerdp.spec
21
freerdp.spec
@ -110,11 +110,20 @@ FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
||||
following the Microsoft Open Specifications. This package provides the client
|
||||
application.
|
||||
|
||||
%package sdl
|
||||
%package sdl2
|
||||
Summary: Remote Desktop Viewer Client
|
||||
Group: Productivity/Networking/Other
|
||||
|
||||
%description sdl
|
||||
%description sdl2
|
||||
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
||||
following the Microsoft Open Specifications. This package provides the
|
||||
sdl-based client application.
|
||||
|
||||
%package sdl3
|
||||
Summary: Remote Desktop Viewer Client
|
||||
Group: Productivity/Networking/Other
|
||||
|
||||
%description sdl3
|
||||
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
|
||||
following the Microsoft Open Specifications. This package provides the
|
||||
sdl-based client application.
|
||||
@ -343,9 +352,13 @@ export CXX=g++-12
|
||||
%{_mandir}/man1/x%{name}.1%{?ext_man}
|
||||
%{_mandir}/man7/wlog.7%{?ext_man}
|
||||
|
||||
%files sdl3
|
||||
%{_bindir}/sdl3-%{name}
|
||||
%{_mandir}/man1/sdl3-freerdp.1%{?ext_man}
|
||||
|
||||
%files sdl
|
||||
%{_bindir}/sdl-%{name}
|
||||
%{_mandir}/man1/sdl-freerdp.1%{?ext_man}
|
||||
%{_bindir}/sdl2-%{name}
|
||||
%{_mandir}/man1/sdl2-freerdp.1%{?ext_man}
|
||||
|
||||
%files wayland
|
||||
%{_bindir}/wl%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user