|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=553402
|
|
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:SourceURL#Github
|
|
|
|
|
%global commit b3e339ea5478c0941a6dfa0bf8fed9e7a1c70e0b
|
|
|
|
|
%global commit b3237e832df87bffc176c4f4024000b3d2d776cf
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.4%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Release: 0.5%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
@ -292,6 +292,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 01 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.5.git.b3237e8
|
|
|
|
|
- Update to latest snapshot (post 1.2.0-rcgit.3).
|
|
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.4.git.b3e339e
|
|
|
|
|
- Update build requirements.
|
|
|
|
|
|
|
|
|
|