grdc-vl.spec 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Summary: Remote Desktop Connection utility for GNOME
  2. Summary(ja): GNOME 用リモートデスクトップ接続ユーティリティ
  3. Name: grdc
  4. Version: 0.6.0
  5. Release: 1%{?_dist_release}
  6. Source0: %{name}-%{version}.tar.bz2
  7. Source10: grdc-0.6.0-ja.po
  8. Patch1: grdc-0.6.0-desktop-file.patch
  9. Patch10: grdc-0.6.0-ja.patch
  10. License: GPLv2+
  11. Group: Applications/Internet
  12. URL: http://sourceforge.net/projects/grdc/
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: glib-devel
  15. BuildRequires: intltool
  16. BuildRequires: gtk2-devel
  17. BuildRequires: libgcrypt-devel
  18. #BuildRequires: libvncserver-devel
  19. #BuildRequires: libssh2-devel
  20. BuildRequires: libssh-devel
  21. %description
  22. Grdc is a remote desktop connection client that can view and control a
  23. desktop session running on another system. It can connect to a VNC platform
  24. (using libvncserver0) as well windows terminal servers (with rdesktop).
  25. %prep
  26. %setup -q
  27. %patch1 -p1
  28. %patch10 -p1
  29. cp -f %{SOURCE10} po/ja.po
  30. %build
  31. autoreconf -f -i
  32. %configure
  33. %__make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. %__make DESTDIR=$RPM_BUILD_ROOT install
  37. desktop-file-install --vendor="" \
  38. --add-category="RemoteAccess" \
  39. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  40. $RPM_BUILD_ROOT%{_datadir}/applications/*
  41. %find_lang %name
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %post
  45. update-desktop-database -q
  46. %postun
  47. update-desktop-database -q
  48. %files -f %name.lang
  49. %defattr(-,root,root)
  50. %doc ChangeLog NEWS README AUTHORS COPYING
  51. %{_bindir}/%{name}
  52. %{_datadir}/pixmaps/*.png
  53. %{_datadir}/applications/*.desktop
  54. %changelog
  55. * Tue Sep 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
  56. - initial build for Vine Linux
  57. * Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
  58. - new version 0.6.0
  59. * Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
  60. - build for PCLOS