Update to latest snapshot

epel8
Simone Caronni 9 years ago
parent 71ac5630aa
commit 45ea24dbb1

1
.gitignore vendored

@ -15,3 +15,4 @@ remmina-0.7.5.tar.gz
/Remmina-1.2.0.rcgit.12.tar.gz
/Remmina-1.2.0.rcgit.13.tar.gz
/Remmina-1.2.0-rcgit.14.tar.gz
/Remmina-cbcb19e.tar.gz

@ -1,18 +1,18 @@
# Main branch is the "next" branch, not master
#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
%global commit0 cbcb19ec443e869d0e82a07a4f29c9cd8a5bc134
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
# RC releases
%global snapshot rcgit.14
#%global snapshot rcgit.14
Name: remmina
Version: 1.2.0
Release: 0.19%{?snapshot:.%{snapshot}}%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
Release: 0.20%{?snapshot:.%{snapshot}}%{?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/v%{version}%{?snapshot:-%{snapshot}}.tar.gz#/Remmina-%{version}%{?snapshot:-%{snapshot}}.tar.gz
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit0}/Remmina-%{commit0}.tar.gz#/Remmina-%{shortcommit0}.tar.gz
#Source0: https://github.com/FreeRDP/Remmina/archive/v%{version}%{?snapshot:-%{snapshot}}.tar.gz#/Remmina-%{version}%{?snapshot:-%{snapshot}}.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
@ -160,7 +160,8 @@ client.
%prep
%setup -qn Remmina-%{version}%{?snapshot:-%{snapshot}}
#%setup -qn Remmina-%{version}%{?snapshot:-%{snapshot}}
%setup -qn Remmina-%{commit0}
#? Hack: https://github.com/FreeRDP/Remmina/issues/292
sed -i 's#install(DIRECTORY include/remmina DESTINATION include/remmina #install(DIRECTORY remmina/include/remmina DESTINATION include/ #' CMakeLists.txt
@ -323,6 +324,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Aug 12 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.20.git.cbcb19e
- Update to latest snapshot.
* Thu Jun 23 2016 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.19.rcgit.14
- Rebuild for spice-gtk upgrade.

@ -1 +1 @@
c855a37b9afdec35dd03980b303a1c3a Remmina-1.2.0-rcgit.14.tar.gz
796893f059ccabede4840843d5ebf730 Remmina-cbcb19e.tar.gz

Loading…
Cancel
Save