|
|
@ -1,13 +1,14 @@
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
%global commit0 679bb8eee78765252b62aa56078a9fabe50563f8
|
|
|
|
%global commit0 42f5a87f9d395e9732b52224e4fb4d83aed0e4a6
|
|
|
|
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
%global date 20160914
|
|
|
|
|
|
|
|
|
|
|
|
# RC releases
|
|
|
|
# RC releases
|
|
|
|
#%%global snapshot rcgit.14
|
|
|
|
#%%global snapshot rcgit.15
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 0.22%{?snapshot:.%{snapshot}}%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Release: 0.23%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
@ -324,6 +325,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 20 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.23.20160914git42f5a87
|
|
|
|
|
|
|
|
- Update to latest snapshot, update release to follow packaging guidelines.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 27 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.22.git.679bb8e
|
|
|
|
* Sat Aug 27 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.22.git.679bb8e
|
|
|
|
- Provide GIT_REVISION to cmake for use in version.
|
|
|
|
- Provide GIT_REVISION to cmake for use in version.
|
|
|
|
|
|
|
|
|
|
|
|