source: projects/specs/trunk/g/gedit-plugins/gedit-plugins-vl.spec @ 7756

Revision 7756, 6.6 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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