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

Revision 10716, 7.6 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

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