vino-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. %define gtk3_version 3.10.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.10.1
  8. Release: 3%{?_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.10/%{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. make install DESTDIR=$RPM_BUILD_ROOT
  60. # stuff we don't want
  61. rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  62. %find_lang %{name}
  63. %clean
  64. rm -rf $RPM_BUILD_ROOT
  65. %post
  66. touch --no-create %{_datadir}/icons/hicolor
  67. %postun
  68. touch --no-create %{_datadir}/icons/hicolor
  69. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  70. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  71. fi
  72. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  73. %posttrans
  74. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  75. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  76. %files -f %{name}.lang
  77. %defattr(-,root,root)
  78. %doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
  79. %{_sysconfdir}/xdg/autostart/vino-server.desktop
  80. %{_bindir}/*
  81. %{_libexecdir}/*
  82. %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
  83. %{_datadir}/dbus-1/services/*
  84. %{_datadir}/glib-2.0/schemas/*.xml
  85. %changelog
  86. * Thu Feb 20 2014 NAKAMURA Kenta <kenta@vinelinux.org> 3.10.1-3
  87. - rebuilt with gnutls-3.2 and libgcrypt-1.6
  88. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
  89. - rebuild with VineSeed environment
  90. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  91. - new upstream release
  92. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  93. - new upstream release
  94. - add BuildRequires: libjpeg-turbo-devel
  95. * Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  96. - new upstream release
  97. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  98. - new upstream release
  99. - remove BuildRequires: GConf2-devel
  100. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  101. - new upstream release
  102. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  103. - new upstream release
  104. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  105. - new upstream release
  106. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  107. - new upstream release
  108. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  109. - new upstream release
  110. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  111. - new upstream release
  112. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  113. - new upstream release
  114. - add BuildRequires: libXtst-devel
  115. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  116. - new upstream release
  117. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  118. - new upstream release
  119. - change BuildRequires: unique3-devel instead of unique-devel
  120. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  121. - new upstream release
  122. - change BuildRequires: NetworkManager-glib-devel instead of NetworkManager-devel
  123. * Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  124. - new upstream release
  125. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  126. - new upstream release
  127. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  128. - new upstream release
  129. - add BuildRequires: libSM-devel, desktop-file-utils
  130. - change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
  131. * Sun Nov 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  132. - new upstream release
  133. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  134. - new upstream release
  135. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  136. - new upstream release
  137. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  138. - new upstream release
  139. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  140. - new upstream release
  141. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  142. - new upstream release
  143. * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
  144. - new upstream release
  145. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-1vl5
  146. - applied new versioning policy, spec in utf-8
  147. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  148. - new upstream release
  149. * Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl3
  150. - run gtk-update-icon-cache in %%post script.
  151. * Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl2
  152. - enable avahi, add BuildRequires: avahi-devel
  153. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl1
  154. - new upstream release
  155. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  156. - new upstream release
  157. * Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  158. - new upstream version
  159. * Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  160. - initial build for Vine Linux
  161. - add japanese summary and description.
  162. * Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
  163. - Update to 2.8.1
  164. - Remove backported fixes
  165. * Thu Oct 7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
  166. - Don't hang with metacity's "reduced resources" mode (#134240)
  167. - Improve the key repeat rate situation a good deal (#134451)
  168. * Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
  169. - Update to 2.8.0.1
  170. * Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
  171. - Update to 2.8.0
  172. - Remove upstreamed work-without-gnutls patch
  173. * Tue Sep 7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
  174. - Disable help button until there is help (#131632)
  175. * Wed Sep 1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
  176. - Add patch to fix hang without GNU TLS (bug #131354)
  177. * Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
  178. - Update to 2.7.92
  179. * Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
  180. - Update to 2.7.91
  181. * Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
  182. - Define libgcrypt_version
  183. * Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
  184. - Update to 2.7.90
  185. * Wed Aug 4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
  186. - Update to 2.7.4
  187. * Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
  188. - Initial build.