vinagre-vl.spec 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. Summary: VNC client for the GNOME desktop
  2. Summary(ja): GNOME デスクトップ用 VNC クライアント
  3. Name: vinagre
  4. Version: 3.12.1
  5. Release: 1%{?_dist_release}
  6. Group: Applications/System
  7. License: GPLv2+
  8. URL: http://www.gnome.org/projects/vinagre/
  9. Source0: http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk-vnc-devel >= 0.3.10
  12. BuildRequires: glib2-devel >= 2.26.0
  13. BuildRequires: gtk3-devel >= 3.0.0
  14. BuildRequires: avahi-ui-devel >= 0.6.22
  15. BuildRequires: avahi-gobject-devel >= 0.6.22
  16. BuildRequires: perl(XML::Parser) gettext intltool
  17. BuildRequires: desktop-file-utils
  18. BuildRequires: libsecret-devel
  19. BuildRequires: libxml2-devel >= 2.6.31
  20. BuildRequires: vte-devel >= 0.26
  21. BuildRequires: libpeas-devel >= 0.7.2
  22. BuildRequires: gtk-vnc-devel >= 0.4.3
  23. BuildRequires: yelp-tools
  24. BuildRequires: gnome-icon-theme
  25. Obsoletes: %{name}-devel < 3.1.0
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. Packager: Takemikaduchi
  29. %description
  30. Vinagre is a VNC client for the GNOME desktop environment.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. # Remove text files installed by vinagre, we install them in a versioned
  40. # directory in the files section
  41. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/vinagre/
  42. desktop-file-install \
  43. --remove-category=Application \
  44. --add-category=GTK \
  45. --delete-original \
  46. --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  47. $RPM_BUILD_ROOT%{_datadir}/applications/vinagre.desktop
  48. %find_lang vinagre --with-gnome
  49. %clean
  50. rm -rf $RPM_BUILD_ROOT
  51. %post
  52. update-desktop-database -q
  53. touch %{_datadir}/icons/hicolor
  54. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  55. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  56. fi
  57. %postun
  58. update-desktop-database -q
  59. update-mime-database %{_datadir}/mime >/dev/null
  60. touch %{_datadir}/icons/hicolor
  61. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  62. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  63. fi
  64. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  65. %posttrans
  66. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  67. %files -f vinagre.lang
  68. %defattr(-,root,root,-)
  69. %doc README NEWS COPYING AUTHORS
  70. %{_bindir}/vinagre
  71. %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
  72. %{_datadir}/appdata/vinagre.appdata.xml
  73. %{_datadir}/applications/*.desktop
  74. %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
  75. %{_datadir}/icons/hicolor/*/*/*
  76. %{_datadir}/mime/packages/vinagre-mime.xml
  77. %{_datadir}/%{name}/
  78. %{_mandir}/man1/vinagre.1.gz
  79. %changelog
  80. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  81. - new upstream release
  82. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  83. - new upstream release
  84. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  85. - new upstream release
  86. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  87. - new upstream release
  88. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
  89. - new upstream release
  90. - remove BuildRequires: gnome-panel-devel
  91. - add BuildRequires: gnome-icon-theme
  92. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  93. - new upstream release
  94. * Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  95. - new upstream release
  96. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  97. - new upstream release
  98. - add BuildRequires: libsecret-devel
  99. - remove BuildRequires: libgnome-keyring-devel
  100. - change BuildRequires: yelp-tools instead of gome-doc-utils
  101. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  102. - new upstream release
  103. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  104. - new upstream release
  105. - remove BuildRequires: GConf2-devel
  106. - add BuildRequires: itstool
  107. * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  108. - new upstream release
  109. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  110. - new upstream release
  111. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  112. - new upstream release
  113. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  114. - new upstream release
  115. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  116. - new upstream release
  117. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  118. - new upstream release
  119. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  120. - new upstream release
  121. - add BuildRequires: libpeas-devel, gtk-vnc-devel
  122. - delete -devel sub package
  123. * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-2
  124. - create -devel sub package
  125. * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
  126. - new upstream release
  127. - change BuildRequires: gnome-panel-devel instead of gnome-panel
  128. * Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
  129. - rebuilt with rpm-4.8.1 for pkg-config
  130. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  131. - new upstream release
  132. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  133. - new upstream release
  134. - change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
  135. * Sun Nov 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  136. - new upstream release
  137. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  138. - new upstream release
  139. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  140. - new upstream release
  141. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  142. - new upstream release
  143. * Mon Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-1
  144. - new upstream release
  145. - build with gnutls-2.6.3
  146. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  147. - new upstream release
  148. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  149. - new upstream release
  150. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23.92-1
  151. - initial build for Vine Linux
  152. * Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
  153. - Update to 2.23.92
  154. * Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
  155. - Update to 2.23.91
  156. * Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
  157. - Update to 2.23.90
  158. * Wed Jun 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-2
  159. - Rebuild
  160. * Tue Jun 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-1
  161. - Update to 2.23.4
  162. - Fix URL (#451746)
  163. * Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
  164. - Update to 2.23.3.1
  165. * Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
  166. - Update to 2.23.1
  167. * Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
  168. - Update to 0.5.1
  169. * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.0-1
  170. - Update to 0.5.0
  171. * Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.92-1
  172. - Update to 0.4.92
  173. * Mon Feb 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-2
  174. - Spec file fixes
  175. * Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-1
  176. - Update to 0.4.91
  177. * Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.90-1
  178. - Update to 0.4.90
  179. * Thu Dec 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.4-1
  180. - Update to 0.4 and drop obsolete patches
  181. * Fri Nov 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-3
  182. - Fix crasher when passing broken options on the command-line (#394671)
  183. * Thu Oct 25 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-2
  184. - Fix crasher when setting a favourite with no password (#352371)
  185. * Mon Sep 24 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
  186. - Update to 0.3
  187. * Wed Aug 22 2007 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
  188. - First version
  189. - Fix plenty of comments from Ray Strode as per review
  190. - Have work-around for BZ #253734