12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Summary: Remote Desktop Connection utility for GNOME
- Summary(ja): GNOME 用リモートデスクトップ接続ユーティリティ
- Name: remmina
- Version: 0.7.4
- Release: 1%{?_dist_release}
- Source0: %{name}-%{version}.tar.gz
- Source10: remmina-0.7.4-ja.po
- Patch10: remmina-0.7.4-ja.patch
- License: GPLv2+
- Group: Applications/Internet
- URL: http://sourceforge.net/projects/grdc/
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: glib-devel
- BuildRequires: intltool
- BuildRequires: gtk2-devel
- BuildRequires: libgcrypt-devel
- BuildRequires: libssh-devel
- Obsoletes: grdc < 0.7.0
- Provides: grdc = %{version}
- %description
- Grdc is a remote desktop connection client that can view and control a
- desktop session running on another system. It can connect to a VNC platform
- (using libvncserver0) as well windows terminal servers (with rdesktop).
- %prep
- %setup -q
- %patch10 -p1
- cp -f %{SOURCE10} po/ja.po
- %build
- autoreconf -f -i
- %configure
- %__make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- %__make DESTDIR=$RPM_BUILD_ROOT install
- desktop-file-install --vendor="" \
- --add-category="RemoteAccess" \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
- $RPM_BUILD_ROOT%{_datadir}/applications/*
- %find_lang %name
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- update-desktop-database -q
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor
- fi
- %postun
- update-desktop-database -q
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor
- fi
- %files -f %name.lang
- %defattr(-,root,root)
- %doc ChangeLog NEWS README AUTHORS COPYING
- %{_bindir}/%{name}
- %dir %{_datadir}/%{name}
- %{_datadir}/%{name}/icons/hicolor
- %{_datadir}/icons/hicolor/*/apps/*
- %{_datadir}/applications/*.desktop
- %changelog
- * Wed Mar 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
- - new upstream release with new name 'remmina'
- - add Obsoletes/Provides: grdc
- * Tue Sep 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
- - initial build for Vine Linux
- * Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
- - new version 0.6.0
- * Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
- - build for PCLOS
|