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