|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
|
#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
|
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
%global upstream_version 1.2.0-rcgit.7
|
|
|
|
|
%global upstream_version 1.2.0.rcgit.12
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.13.rcgit.7%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 0.14.rcgit.12%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
|
#Source0: https://github.com/FreeRDP/Remmina/archive/%%{commit0}/Remmina-%%{commit0}.tar.gz#/Remmina-%%{shortcommit0}.tar.gz
|
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/1.2.0-rcgit.7.tar.gz#/Remmina-%{upstream_version}.tar.gz
|
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/1.2.0.rcgit.12.tar.gz#/Remmina-%{upstream_version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Cmake helper file to easy build plugins outside remmina source tree
|
|
|
|
|
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
|
|
|
|
@ -27,7 +27,7 @@ BuildRequires: libgcrypt-devel
|
|
|
|
|
BuildRequires: pkgconfig(appindicator3-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(freerdp) >= 2.0.0
|
|
|
|
|
BuildRequires: pkgconfig(freerdp2)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
BuildRequires: pkgconfig(libssh) >= 0.6
|
|
|
|
@ -294,6 +294,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 20 2016 David Woodhouse <dwmw2@infradead.org> - 1.2.0-0.14.rcgit.12
|
|
|
|
|
- Update to version 12.0-rcgit.12.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.13.rcgit.7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|