gedit-plugins-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. Name: gedit-plugins
  2. Version: 3.18.0
  3. Release: 1%{?_dist_release}
  4. Summary: A collection Official Plugins for gedit
  5. Summary: gedit の公式プラグイン集
  6. Group: Applications/Editors
  7. License: GPLv2+
  8. URL: http://live.gnome.org/GeditPlugins
  9. Source0: ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/3.18/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: intltool >= 0.35.0
  12. BuildRequires: perl >= 5.8.1
  13. BuildRequires: gtk3-devel >= 3.0.0
  14. BuildRequires: libpeas-devel >= 1.0.0
  15. BuildRequires: gedit-devel >= 2.30.0
  16. BuildRequires: vte3-devel
  17. BuildRequires: python3-devel
  18. BuildRequires: libgit2-glib-devel
  19. BuildRequires: zeitgeist-devel
  20. BuildRequires: yelp-tools
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. A collection of Official plugins for gedit.
  25. * Bookmarks: Easy document navigation with bookmarks
  26. * Bracket Completion: Automatically adds closing brackets.
  27. * Character Map: Insert special characters just by clicking on them.
  28. * Code comment: Comment out or uncomment a selected block of code.
  29. * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
  30. * Draw Spaces: Draw Spaces and Tabs
  31. * Join/Split Lines: Join several lines or split long ones
  32. * Session Saver: Save and restore your working sessions
  33. * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar.
  34. * Smart Spaces: Forget you're not using tabulations.
  35. * Embedded Terminal: Embed a terminal in the bottom pane.
  36. %description -l ja
  37. gedit の公式プラグイン集です。
  38. * ブックマーク: ブックマークを使って簡単にドキュメントを閲覧できるようにします。
  39. * 括弧の補完: 対応する閉じ括弧を自動的に追加します。
  40. * 文字マップ: 特殊な文字をクリックしながら挿入していきます。
  41. * コードのコメント: 選択した範囲をコメントアウトしたり解除します。
  42. * 色の取得: 色選択ダイアログから色を取得して 16進形式の文字列として挿入します。
  43. * 空白文字の表示: 空白やタブ文字を描画します。
  44. * 行の結合・分割: 複数の行と結合したり一行を分割したりします。
  45. * セッションの保存: 現在、作業中のセッションを保存したりリストアします。
  46. * タブバーの表示/非表示: タブバーの表示切り替えエントリをメニューに追加します。
  47. * スマート・スペース: 作表を使っていないことを忘れて下さい。
  48. * 埋め込み式の端末: ボトム・ペインに端末を埋め込みます。
  49. %prep
  50. %setup -q
  51. grep '"import vte' configure && sed \
  52. -i "s!import vte!import imp; imp.find_module('vte')!" configure
  53. %build
  54. %configure --enable-python
  55. #--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks
  56. make %{?_smp_mflags}
  57. %install
  58. rm -rf $RPM_BUILD_ROOT
  59. make install DESTDIR=$RPM_BUILD_ROOT
  60. %find_lang %{name} --with-gnome --all-name
  61. find $RPM_BUILD_ROOT/%{_libdir}/gedit/plugins -name "*.la" -exec rm {} \;
  62. %clean
  63. rm -rf $RPM_BUILD_ROOT
  64. %postun
  65. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  66. %posttrans
  67. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  68. %files -f %{name}.lang
  69. %defattr(-,root,root,-)
  70. %doc README NEWS AUTHORS COPYING
  71. %{_libdir}/gedit/plugins/*
  72. %{_datadir}/appdata/gedit-*.xml
  73. %{_datadir}/gedit/plugins/*
  74. %{_datadir}/glib-2.0/schemas/*.xml
  75. %changelog
  76. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.18.0-1
  77. - new upstream release
  78. - add BuildRequires: libgit2-glib-devel, zeitgeist-devel
  79. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.16.0-1
  80. - new upstream release
  81. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.1-1
  82. - new upstream release
  83. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.0-1
  84. - new upstream release
  85. - remove BuildRequires: dbus-python-devel
  86. - add BuildRequires: python3-devel
  87. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.1-1
  88. - new upstream release
  89. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.0-1
  90. - new upstream release
  91. * Sat Dec 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.1-1
  92. - new upstream release
  93. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.0-1
  94. - new upstream release
  95. - add BuildRequires: yelp-tools
  96. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.3-1
  97. - new upstream release
  98. * Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.2-1
  99. - Update to upstream release
  100. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.1-1
  101. - new upstream release
  102. * Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.1-1
  103. - new upstream release
  104. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.0-1
  105. - new upstream release
  106. - remove old required packages
  107. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.0-1
  108. - new upstream release
  109. - remove BuildRequires: GConf2-devel
  110. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.1-1
  111. - new upstream release
  112. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.0-1
  113. - new upstream release
  114. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.5-1
  115. - new upstream release
  116. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.3-1
  117. - new upstream release
  118. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.2-1
  119. - new upstream release
  120. - add BuildRequires: dbus-python-devel
  121. * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
  122. - new upstream release
  123. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  124. - new upstream release
  125. - add BuildRequires: python-devel
  126. * Tue Dec 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.28.0-2
  127. - added BuildRequires: gedit-devel
  128. * Tue Nov 3 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-1
  129. - new upstream release
  130. * Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.3-1
  131. - Update to upstream release
  132. * Fri Jun 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.2-1
  133. - Update to upstream release
  134. * Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.1-1
  135. - initial build for VineSeed
  136. * Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
  137. - Update to upstream release 2..26.1
  138. - Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
  139. - Make sure to remove all *.la files
  140. - Remove BuildRequire libgnomeui-devel as needless now
  141. * Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
  142. - Update to upstream release (2.26.1)
  143. - Add plugin files from %%{_datadir}
  144. - Don't check for vte anymore, the package checks it pkg-config
  145. - Add 'bookmarks' to the plugin set
  146. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
  147. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  148. * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.22.3-3
  149. - Rebuild for Python 2.6
  150. * Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-2
  151. - Fixed buildrequires
  152. * Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-1
  153. - Updated to 2.22.3
  154. * Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.0-2
  155. - rebuild to pick latest gucharmap
  156. * Tue Mar 18 2008 Trond Danielsen <trond.danielsen@gmail.com> - 2.22.0-1
  157. - Updated.
  158. * Mon Apr 30 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-2
  159. - Disable buggy session saver plugin.
  160. - Removed static libraries.
  161. * Sun Apr 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-1
  162. - Initial version.