vino-vl.spec 7.6 KB

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