Czesc, pracujac nad rozwiazaniem problemu z wielokrotnymi polaczeniami RDP, podnioslem wersje programu remmina do wersji 1.3.10. Przy okazji wykrylem drobne bledy w zaleznosciach, wiec pozwolilem sobie je poprawic.
Pozdrawiam KM --- remmina.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/remmina.spec b/remmina.spec index 56748c1..4b5680b 100644 --- a/remmina.spec +++ b/remmina.spec @@ -14,12 +14,12 @@ # Summary: Remote Desktop Client Name: remmina -Version: 1.3.6 -Release: 2 +Version: 1.3.10 +Release: 4 License: GPLv2+ and MIT Group: X11/Applications Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2 -# Source0-md5: 6da599c3a5cab2df37a70f8fba2f5438 +# Source0-md5: 0854a643d0d48e11bda23a4382b638a4 # Cmake helper file to easy build plugins outside remmina source tree # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which # use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source. @@ -44,7 +44,7 @@ BuildRequires: libssh-devel >= 0.6 BuildRequires: rpmbuild(macros) >= 1.742 %{?with_spice:BuildRequires: spice-gtk-devel} %{?with_telepathy:BuildRequires: telepathy-glib-devel} -%{?with_vte:BuildRequires: vte2.90-devel} +%{?with_vte:BuildRequires: vte-devel} BuildRequires: xorg-lib-libxkbfile-devel Requires(post,postun): gtk-update-icon-cache Requires: avahi-ui-gtk3 >= 0.6.30 @@ -218,6 +218,10 @@ cp -pr cmake/*.cmake $RPM_BUILD_ROOT/%{_libdir}/cmake/%{name}/ cp -pr config.h.in $RPM_BUILD_ROOT/%{_includedir}/%{name}/ cp -p %{SOURCE1} $RPM_BUILD_ROOT/%{_includedir}/%{name}/ + +# not supported by glibc yet +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie + %find_lang %{name} %clean @@ -232,7 +236,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc LICENSE AUTHORS ChangeLog README.md -%attr(755,root,root) %{_bindir}/remmina-file-wrapper.sh +%attr(755,root,root) %{_bindir}/remmina-file-wrapper %attr(755,root,root) %{_bindir}/gnome-session-remmina %attr(755,root,root) %{_bindir}/remmina %attr(755,root,root) %{_bindir}/remmina-gnome @@ -252,6 +256,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/remmina.1* %{_mandir}/man1/gnome-session-remmina.1* %{_mandir}/man1/remmina-gnome.1* +%{_mandir}/man1/remmina-file-wrapper.1* %files devel %defattr(644,root,root,755) -- 2.24.0 _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
