|
|
@ -1,8 +1,6 @@
|
|
|
|
%global release_commit_hash 7407cc3a27eb25ba4ddddeab565f67fd688324ed
|
|
|
|
|
|
|
|
%global _with_kwallet 0
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.4.31
|
|
|
|
Version: 1.4.32
|
|
|
|
Release: 1%{?dist}.inferit.1
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
License: GPL-2.0-or-later and MIT
|
|
|
|
License: GPL-2.0-or-later and MIT
|
|
|
|
URL: https://remmina.org
|
|
|
|
URL: https://remmina.org
|
|
|
@ -24,9 +22,7 @@ BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: harfbuzz-devel
|
|
|
|
BuildRequires: harfbuzz-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
%if %{?_with_kwallet}
|
|
|
|
|
|
|
|
BuildRequires: kf5-kwallet-devel
|
|
|
|
BuildRequires: kf5-kwallet-devel
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
@ -194,7 +190,7 @@ This package contains the x2go plugin for the Remmina remote desktop client.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-python
|
|
|
|
%package plugins-python
|
|
|
|
Summary: Pyhton plugin for Remmina Remote Desktop Client
|
|
|
|
Summary: Python plugin for Remmina Remote Desktop Client
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description plugins-python
|
|
|
|
%description plugins-python
|
|
|
@ -218,7 +214,7 @@ This package contains Remmina kiosk mode, including a Gnome Shell session
|
|
|
|
that shows up under the display manager session menu.
|
|
|
|
that shows up under the display manager session menu.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n Remmina-v%{version}-%{release_commit_hash}
|
|
|
|
%autosetup -p1 -n Remmina-v%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake \
|
|
|
|
%cmake \
|
|
|
@ -233,9 +229,7 @@ that shows up under the display manager session menu.
|
|
|
|
-DWITH_FREERDP=ON \
|
|
|
|
-DWITH_FREERDP=ON \
|
|
|
|
-DWITH_GCRYPT=ON \
|
|
|
|
-DWITH_GCRYPT=ON \
|
|
|
|
-DWITH_GETTEXT=ON \
|
|
|
|
-DWITH_GETTEXT=ON \
|
|
|
|
%if %{?_with_kwallet}
|
|
|
|
|
|
|
|
-DWITH_KF5WALLET=ON \
|
|
|
|
-DWITH_KF5WALLET=ON \
|
|
|
|
%endif
|
|
|
|
|
|
|
|
-DWITH_KIOSK_SESSION=ON \
|
|
|
|
-DWITH_KIOSK_SESSION=ON \
|
|
|
|
-DWITH_LIBSSH=ON \
|
|
|
|
-DWITH_LIBSSH=ON \
|
|
|
|
-DWITH_NEWS=OFF \
|
|
|
|
-DWITH_NEWS=OFF \
|
|
|
@ -317,10 +311,8 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%files plugins-www
|
|
|
|
%files plugins-www
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-www.so
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-www.so
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?_with_kwallet}
|
|
|
|
|
|
|
|
%files plugins-kwallet
|
|
|
|
%files plugins-kwallet
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-kwallet.so
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-kwallet.so
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files plugins-python
|
|
|
|
%files plugins-python
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-python_wrapper.so
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-python_wrapper.so
|
|
|
@ -341,6 +333,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%{_mandir}/man1/remmina-gnome.1*
|
|
|
|
%{_mandir}/man1/remmina-gnome.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.4.32-1.inferit
|
|
|
|
|
|
|
|
- Update to 1.4.32
|
|
|
|
|
|
|
|
- Enable kwallet support
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.4.31-1.inferit.1
|
|
|
|
* Thu Aug 10 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.4.31-1.inferit.1
|
|
|
|
- Added Russian description for ArcMenu and gnome-software
|
|
|
|
- Added Russian description for ArcMenu and gnome-software
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|