|
|
@ -1,14 +1,16 @@
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
# Main branch is the "next" branch, not master
|
|
|
|
%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
#%%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
%global upstream_version 1.2.0-rcgit.7
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 0.11%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Release: 0.12.rcgit.7%{?shortcommit0:.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
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit0}/Remmina-%{commit0}.tar.gz#/Remmina-%{shortcommit0}.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/1.2.0-rcgit.7.tar.gz#/Remmina-%{upstream_version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
@ -142,7 +144,7 @@ client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -qn Remmina-%{commit0}
|
|
|
|
%setup -qn Remmina-%{upstream_version}
|
|
|
|
|
|
|
|
|
|
|
|
#? Hack: https://github.com/FreeRDP/Remmina/issues/292
|
|
|
|
#? 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
|
|
|
|
sed -i 's#install(DIRECTORY include/remmina DESTINATION include/remmina #install(DIRECTORY remmina/include/remmina DESTINATION include/ #' CMakeLists.txt
|
|
|
@ -249,7 +251,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS ChangeLog README
|
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
@ -292,6 +294,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jan 02 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.12.rcgit.7
|
|
|
|
|
|
|
|
- Update to version 1.2.0-rcgit.7.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.11.git.b43697d
|
|
|
|
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.11.git.b43697d
|
|
|
|
- Recommends all plugins by suggestion bz#1241658.
|
|
|
|
- Recommends all plugins by suggestion bz#1241658.
|
|
|
|
|
|
|
|
|
|
|
|