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

Revision 9791, 7.5 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Name:           gedit-plugins
2Version:        3.18.0
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.18/%{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 Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.18.0-1
99- new upstream release
100- add BuildRequires:  libgit2-glib-devel, zeitgeist-devel
101
102* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.16.0-1
103- new upstream release
104
105* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.1-1
106- new upstream release
107
108* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.0-1
109- new upstream release
110- remove BuildRequires: dbus-python-devel
111- add BuildRequires: python3-devel
112
113* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.1-1
114- new upstream release
115
116* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.0-1
117- new upstream release
118
119* Sat Dec 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.1-1
120- new upstream release
121
122* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.0-1
123- new upstream release
124- add BuildRequires: yelp-tools
125
126* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.3-1
127- new upstream release
128
129* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.2-1
130- Update to upstream release
131
132* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.1-1
133- new upstream release
134
135* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.1-1
136- new upstream release
137
138* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.0-1
139- new upstream release
140- remove old required packages
141
142* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.0-1
143- new upstream release
144- remove BuildRequires: GConf2-devel
145
146* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.1-1
147- new upstream release
148
149* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.0-1
150- new upstream release
151
152* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.5-1
153- new upstream release
154
155* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.3-1
156- new upstream release
157
158* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.2-1
159- new upstream release
160- add BuildRequires: dbus-python-devel
161
162* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
163- new upstream release
164
165* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
166- new upstream release
167- add BuildRequires: python-devel
168
169* Tue Dec  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.28.0-2
170- added BuildRequires: gedit-devel
171
172* Tue Nov  3 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-1
173- new upstream release
174
175* Sun Aug  2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.3-1
176- Update to upstream release
177
178* Fri Jun  5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.2-1
179- Update to upstream release
180
181* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.1-1
182- initial build for VineSeed
183
184* Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
185- Update to upstream release 2..26.1
186- Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
187- Make sure to remove all *.la files
188- Remove BuildRequire libgnomeui-devel as needless now
189
190* Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
191- Update to upstream release (2.26.1)
192- Add plugin files from %%{_datadir}
193- Don't check for vte anymore, the package checks it pkg-config
194- Add 'bookmarks' to the plugin set
195
196* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
197- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
198
199* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.22.3-3
200- Rebuild for Python 2.6
201
202* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-2
203- Fixed buildrequires
204
205* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-1
206- Updated to 2.22.3
207
208* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.0-2
209- rebuild to pick latest gucharmap
210
211* Tue Mar 18 2008 Trond Danielsen <trond.danielsen@gmail.com> - 2.22.0-1
212- Updated.
213
214* Mon Apr 30 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-2
215- Disable buggy session saver plugin.
216- Removed static libraries.
217
218* Sun Apr 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-1
219- Initial version.
Note: See TracBrowser for help on using the repository browser.