108 lines
3.0 KiB
RPMSpec
108 lines
3.0 KiB
RPMSpec
%global systemd_unit gnome-remote-desktop.service
|
|
|
|
Name: gnome-remote-desktop
|
|
Version: 43.2
|
|
Release: 1
|
|
Summary: Screen share service of GNOME Remote Desktop
|
|
License: GPLv2+
|
|
URL: https://gitlab.gnome.org/jadahl/gnome-remote-desktop
|
|
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
|
|
|
|
Patch0: gnutls-anontls.patch
|
|
|
|
BuildRequires: asciidoc
|
|
BuildRequires: gcc
|
|
BuildRequires: meson >= 0.47.0
|
|
BuildRequires: systemd
|
|
BuildRequires: pkgconfig(cairo)
|
|
BuildRequires: pkgconfig(epoxy)
|
|
BuildRequires: pkgconfig(ffnvcodec)
|
|
#BuildRequires: pkgconfig(fdk-aac)
|
|
BuildRequires: pkgconfig(freerdp2)
|
|
BuildRequires: pkgconfig(fuse3)
|
|
BuildRequires: pkgconfig(winpr2)
|
|
BuildRequires: pkgconfig(gbm)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.68
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
BuildRequires: pkgconfig(gnutls)
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
BuildRequires: pkgconfig(libdrm)
|
|
BuildRequires: pkgconfig(libnotify)
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
BuildRequires: pkgconfig(libvncserver) >= 0.9.11-7
|
|
BuildRequires: pkgconfig(systemd)
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
BuildRequires: pkgconfig(tss2-esys)
|
|
BuildRequires: pkgconfig(tss2-mu)
|
|
BuildRequires: pkgconfig(tss2-rc)
|
|
BuildRequires: pkgconfig(tss2-tctildr)
|
|
|
|
Requires: pipewire >= 0.3.0
|
|
|
|
Obsoletes: vino < 3.22.0-21
|
|
|
|
%description
|
|
GNOME Remote Desktop is a remote desktop daemon for GNOME using pipewire.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%meson \
|
|
-Drdp=true \
|
|
-Dfdk_aac=false \
|
|
-Dsystemd=true \
|
|
-Dvnc=true
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang %{name}
|
|
|
|
%post
|
|
%systemd_user_post %{systemd_unit}
|
|
|
|
%preun
|
|
%systemd_user_preun %{systemd_unit}
|
|
|
|
%postun
|
|
%systemd_user_postun_with_restart %{systemd_unit}
|
|
|
|
%files -f %{name}.lang
|
|
%license COPYING
|
|
#%%doc README
|
|
%{_bindir}/grdctl
|
|
%{_libexecdir}/gnome-remote-desktop-daemon
|
|
%{_userunitdir}/%{systemd_unit}
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.remote-desktop.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.remote-desktop.enums.xml
|
|
%{_datadir}/gnome-remote-desktop/
|
|
%{_mandir}/man1/grdctl.1*
|
|
|
|
%changelog
|
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-1
|
|
- Update to 43.2
|
|
|
|
* Fri Jun 24 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 42.2-1
|
|
- Update to 42.2
|
|
|
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
|
- Update to 42.0
|
|
|
|
* Mon Apr 18 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.1.9-3
|
|
- Add gnome-remote-desktop.yaml
|
|
|
|
* Mon Sep 27 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 0.1.9-2
|
|
- Add 2 patch to fix core-dump when start gnome-remote-desktop.service
|
|
|
|
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.1.9-1
|
|
- Upgrade to 0.1.9
|
|
- Delete patches whose content existed or target patch file not existed in this version 0.1.9
|
|
- Modify 0001-vnc-Add-anonymous-TLS-encryption-support.patch
|
|
|
|
* Wed Dec 11 2019 daiqianwen <daiqianwen@huawei.com> - 0.1.6-3
|
|
- Package init
|