Update to 1.2.31.3

epel8
Simone Caronni 7 years ago
parent 77c4862ad0
commit f9dedbb3a2

1
.gitignore vendored

@ -39,3 +39,4 @@ remmina-0.7.5.tar.gz
/Remmina-5f3cc40.tar.gz /Remmina-5f3cc40.tar.gz
/Remmina-f467f19.tar.gz /Remmina-f467f19.tar.gz
/Remmina-6b62986.tar.gz /Remmina-6b62986.tar.gz
/remmina-1.2.31.3.tar.gz

@ -1,28 +1,11 @@
# Main branch is master again.
# We may need to use pre-releases or snapshots again in the future.
#%%global commit0 647d2e8c7dba8451a2d5ef89c9b9551d3ea954fb
#%%global date 20180731
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
# RC upstream releases
#%%global snapshot rcgit.29
Name: remmina Name: remmina
Version: 1.2.31.2 Version: 1.2.31.3
Release: 1%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}.git.%{shortcommit0}}%{?dist} Release: 1%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://remmina.org URL: http://remmina.org
%if %{!?commit0:1}0 Source0: https://github.com/FreeRDP/Remmina/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.gz
%else
%if %{?snapshot:1}0
Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}-%{snapshot}/Remmina-v%{version}-%{snapshot}.tar.bz2
%else
Source0: https://gitlab.com/Remmina/Remmina/-/archive/%{commit0}/Remmina-%{commit0}.tar.bz2
%endif
%endif
# Cmake helper file to easy build plugins outside remmina source tree # Cmake helper file to easy build plugins outside remmina source tree
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
@ -30,7 +13,7 @@ Source0: https://gitlab.com/Remmina/Remmina/-/archive/%{commit0}/Remmina-%
# So we can't use it directly only as instructions. # So we can't use it directly only as instructions.
Source1: pluginBuild-CMakeLists.txt Source1: pluginBuild-CMakeLists.txt
BuildRequires: gcc BuildRequires: gcc
BuildRequires: cmake >= 2.8 BuildRequires: cmake >= 2.8
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gettext BuildRequires: gettext
@ -175,6 +158,7 @@ computers in front of either large monitors or tiny net-books.
This package contains the SPICE plugin for the Remmina remote desktop This package contains the SPICE plugin for the Remmina remote desktop
client. client.
%package gnome-session %package gnome-session
Summary: Gnome Shell session for Remmina kiosk mode Summary: Gnome Shell session for Remmina kiosk mode
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -189,11 +173,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
%if %{!?commit0:1}0 %autosetup -n Remmina-%{version}
%setup -qn Remmina-v%{version}
%else
%setup -qn Remmina-%{?snapshot:v%{version}-%{snapshot}}%{?commit0}
%endif
%build %build
mkdir -p build mkdir -p build
@ -287,6 +267,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_mandir}/man1/remmina-gnome.1.* %{_mandir}/man1/remmina-gnome.1.*
%changelog %changelog
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 1.2.31.3-1
- Update to 1.2.31.3.
* Tue Aug 14 2018 Mike DePaulo <mikedep333@gmail.com> - 1.2.31.2-1 * Tue Aug 14 2018 Mike DePaulo <mikedep333@gmail.com> - 1.2.31.2-1
- Update to latest stable release 1.2.31.2 - Update to latest stable release 1.2.31.2
- Add remmina-gnome-session subpackage for new Kiosk mode - Add remmina-gnome-session subpackage for new Kiosk mode

@ -1 +1 @@
SHA512 (Remmina-6b62986.tar.gz) = 2fe0e643fea9cdbfb3bbb98138a1479f1bda4561f6f94b0092cf80ab263d952a25b4959ad98aa5fd992167bee2cdb4a6dd5aab68ee7d67fae644077c7f0cfaac SHA512 (remmina-1.2.31.3.tar.gz) = 107559244e2cfc9986c3698e2bbd3766fce78a354ad2c226c56b800ed8a3728d1b357db277a4dc70119bf1670e8f3603a9fc6ebbdf7888894bf135efe8f37824

Loading…
Cancel
Save