Various updates.

epel8
Phil Wyett 3 years ago
parent c9a8ac4000
commit 8186c42872

@ -2,10 +2,10 @@
Name: remmina Name: remmina
Version: 1.4.24 Version: 1.4.24
Release: 1%{?dist} Release: 2%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://remmina.org URL: https://remmina.org
Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -35,9 +35,6 @@ BuildRequires: kf5-kwallet-devel
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libsodium-devel BuildRequires: libsodium-devel
# pyhoca-cli needed as build dep for x2go plugin to be built when actually
# only a runtime dep. Has a FIXME on it in upstream tarball.
BuildRequires: pyhoca-cli
BuildRequires: xdg-utils BuildRequires: xdg-utils
BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(appindicator3-0.1)
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30 BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
@ -77,7 +74,7 @@ system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny net-books. computers in front of either large monitors or tiny net-books.
Remmina supports multiple network protocols in an integrated and consistent Remmina supports multiple network protocols in an integrated and consistent
user interface. Currently RDP, VNC, XDMCP and SSH are supported. user interface. Currently RDP, VNC and SSH are supported.
Please don't forget to install the plugins for the protocols you want to use. Please don't forget to install the plugins for the protocols you want to use.
@ -250,6 +247,7 @@ cp -p %{SOURCE1} %{buildroot}/%{_includedir}/%{name}/
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
# Manually trigger icon cache generation on el7 only.
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
%post %post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@ -329,6 +327,11 @@ fi
%{_mandir}/man1/remmina-gnome.1.* %{_mandir}/man1/remmina-gnome.1.*
%changelog %changelog
* Sat Feb 12 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.24-2
- Remove XDMCP reference from remmina package description.
- Remove pyhoca-cli BuildRrequires. Only Requires on x2go now required.
- Use upstream projects HTTPS URL.
* Thu Feb 10 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.24-1 * Thu Feb 10 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.24-1
- New upstream version 1.4.24. - New upstream version 1.4.24.

Loading…
Cancel
Save