vino-vl.spec 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. %define gtk3_version 3.6.0
  2. %define libgcrypt_version 1.4.6
  3. %define avahi_version 0.6.31
  4. Summary: A remote desktop system for GNOME
  5. Summary(ja): GNOME 用リモートデスクトップシステム
  6. Name: vino
  7. Version: 3.6.1
  8. Release: 1%{?_dist_release}
  9. URL: http://www.gnome.org
  10. License: GPL
  11. Group: User Interface/Desktops
  12. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Requires: gtk3 >= %{gtk3_version}
  15. Requires: libgcrypt >= %{libgcrypt_version}
  16. Requires: avahi >= %{avahi_version}
  17. Requires: avahi-glib >= %{avahi_version}
  18. Requires: NetworkManager >= 0.8
  19. BuildRequires: gtk3-devel >= %{gtk3_version}
  20. BuildRequires: dbus-devel >= 1.4.0
  21. BuildRequires: libsoup-devel >= 2.32.0
  22. BuildRequires: libnotify-devel >= 0.4.5
  23. BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
  24. BuildRequires: avahi-devel >= %{avahi_version}
  25. BuildRequires: avahi-glib-devel >= %{avahi_version}
  26. BuildRequires: libgnome-keyring-devel >= 2.32
  27. BuildRequires: NetworkManager-glib-devel >= 0.8
  28. BuildRequires: unique3-devel >= 3.0.0
  29. BuildRequires: libSM-devel
  30. BuildRequires: libXtst-devel
  31. BuildRequires: desktop-file-utils
  32. Vendor: Project Vine
  33. Distribution: Vine Linux
  34. %description
  35. Vino is a VNC server for GNOME. It allows remote users to
  36. connect to a running GNOME session using VNC.
  37. %description -l ja
  38. Vine は GNOME 用の VNC サーバです。Vino によりリモートユーザが
  39. VNC を利用して稼働中のGNOME セッション接続することができるよう
  40. になります。
  41. %prep
  42. %setup -q
  43. %build
  44. %configure \
  45. --disable-schemas-install \
  46. --enable-avahi \
  47. --disable-gnutls \
  48. --disable-session-support \
  49. --disable-telepathy \
  50. --enable-libnotify \
  51. --enable-network-manager \
  52. --enable-gnome-keyring \
  53. --disable-http-server \
  54. --enable-libunique=yes
  55. %__make %{?_smp_mflags}
  56. %install
  57. rm -rf $RPM_BUILD_ROOT
  58. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  59. make install DESTDIR=$RPM_BUILD_ROOT
  60. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  61. #desktop-file-install --vendor gnome --delete-original \
  62. # --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  63. # --add-only-show-in GNOME \
  64. # $RPM_BUILD_ROOT%{_datadir}/applications/vino-preferences.desktop
  65. # stuff we don't want
  66. rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  67. %find_lang %{name}
  68. %clean
  69. rm -rf $RPM_BUILD_ROOT
  70. %post
  71. touch --no-create %{_datadir}/icons/hicolor
  72. %postun
  73. touch --no-create %{_datadir}/icons/hicolor
  74. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  75. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  76. fi
  77. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  78. %posttrans
  79. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  80. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  81. %files -f %{name}.lang
  82. %defattr(-,root,root)
  83. %doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
  84. %{_sysconfdir}/xdg/autostart/vino-server.desktop
  85. %{_bindir}/*
  86. %{_libexecdir}/*
  87. %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
  88. %{_datadir}/applications/*.desktop
  89. %{_datadir}/dbus-1/services/*
  90. %{_datadir}/glib-2.0/schemas/*.xml
  91. %{_datadir}/vino
  92. %changelog
  93. * Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  94. - new upstream release
  95. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  96. - new upstream release
  97. - remove BuildRequires: GConf2-devel
  98. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  99. - new upstream release
  100. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  101. - new upstream release
  102. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  103. - new upstream release
  104. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  105. - new upstream release
  106. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  107. - new upstream release
  108. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  109. - new upstream release
  110. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  111. - new upstream release
  112. - add BuildRequires: libXtst-devel
  113. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  114. - new upstream release
  115. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  116. - new upstream release
  117. - change BuildRequires: unique3-devel instead of unique-devel
  118. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  119. - new upstream release
  120. - change BuildRequires: NetworkManager-glib-devel instead of NetworkManager-devel
  121. * Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  122. - new upstream release
  123. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  124. - new upstream release
  125. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  126. - new upstream release
  127. - add BuildRequires: libSM-devel, desktop-file-utils
  128. - change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
  129. * Sun Nov 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  130. - new upstream release
  131. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  132. - new upstream release
  133. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  134. - new upstream release
  135. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  136. - new upstream release
  137. * Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  138. - new upstream release
  139. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  140. - new upstream release
  141. * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
  142. - new upstream release
  143. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-1vl5
  144. - applied new versioning policy, spec in utf-8
  145. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  146. - new upstream release
  147. * Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl3
  148. - run gtk-update-icon-cache in %%post script.
  149. * Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl2
  150. - enable avahi, add BuildRequires: avahi-devel
  151. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl1
  152. - new upstream release
  153. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  154. - new upstream release
  155. * Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  156. - new upstream version
  157. * Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  158. - initial build for Vine Linux
  159. - add japanese summary and description.
  160. * Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
  161. - Update to 2.8.1
  162. - Remove backported fixes
  163. * Thu Oct 7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
  164. - Don't hang with metacity's "reduced resources" mode (#134240)
  165. - Improve the key repeat rate situation a good deal (#134451)
  166. * Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
  167. - Update to 2.8.0.1
  168. * Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
  169. - Update to 2.8.0
  170. - Remove upstreamed work-without-gnutls patch
  171. * Tue Sep 7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
  172. - Disable help button until there is help (#131632)
  173. * Wed Sep 1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
  174. - Add patch to fix hang without GNU TLS (bug #131354)
  175. * Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
  176. - Update to 2.7.92
  177. * Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
  178. - Update to 2.7.91
  179. * Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
  180. - Define libgcrypt_version
  181. * Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
  182. - Update to 2.7.90
  183. * Wed Aug 4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
  184. - Update to 2.7.4
  185. * Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
  186. - Initial build.