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

Revision 9102, 7.2 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Name:           gedit-plugins
2Version:        3.14.1
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.14/%{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:  yelp-tools
21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26A 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
42gedit の公式プラグイン集です。
43
44 * ブックマーク: ブックマークを使って簡単にドキュメントを閲覧できるようにします。
45 * 括弧の補完: 対応する閉じ括弧を自動的に追加します。
46 * 文字マップ: 特殊な文字をクリックしながら挿入していきます。
47 * コードのコメント: 選択した範囲をコメントアウトしたり解除します。
48 * 色の取得: 色選択ダイアログから色を取得して 16進形式の文字列として挿入します。
49 * 空白文字の表示: 空白やタブ文字を描画します。
50 * 行の結合・分割: 複数の行と結合したり一行を分割したりします。
51 * セッションの保存: 現在、作業中のセッションを保存したりリストアします。
52 * タブバーの表示/非表示: タブバーの表示切り替えエントリをメニューに追加します。
53 * スマート・スペース: 作表を使っていないことを忘れて下さい。
54 * 埋め込み式の端末: ボトム・ペインに端末を埋め込みます。
55
56
57%prep
58%setup -q
59grep '"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
65make %{?_smp_mflags}
66
67
68%install
69rm -rf $RPM_BUILD_ROOT
70make install DESTDIR=$RPM_BUILD_ROOT
71%find_lang %{name} --with-gnome --all-name
72find $RPM_BUILD_ROOT/%{_libdir}/gedit/plugins -name "*.la" -exec rm {} \;
73
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78
79%postun
80glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
81
82%posttrans
83glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
84
85
86%files -f %{name}.lang
87%defattr(-,root,root,-)
88%doc README NEWS AUTHORS COPYING
89%{_libdir}/gedit/plugins/*
90%{_datadir}/appdata/gedit-*.xml
91%{_datadir}/gedit/plugins/*
92%{_datadir}/glib-2.0/schemas/*.xml
93
94
95%changelog
96* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.1-1
97- new upstream release
98
99* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.14.0-1
100- new upstream release
101- remove BuildRequires: dbus-python-devel
102- add BuildRequires: python3-devel
103
104* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.1-1
105- new upstream release
106
107* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.12.0-1
108- new upstream release
109
110* Sat Dec 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.1-1
111- new upstream release
112
113* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.10.0-1
114- new upstream release
115- add BuildRequires: yelp-tools
116
117* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.3-1
118- new upstream release
119
120* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.2-1
121- Update to upstream release
122
123* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.1-1
124- new upstream release
125
126* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.1-1
127- new upstream release
128
129* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.6.0-1
130- new upstream release
131- remove old required packages
132
133* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.0-1
134- new upstream release
135- remove BuildRequires: GConf2-devel
136
137* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.1-1
138- new upstream release
139
140* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.0-1
141- new upstream release
142
143* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.5-1
144- new upstream release
145
146* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.3-1
147- new upstream release
148
149* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.2-1
150- new upstream release
151- add BuildRequires: dbus-python-devel
152
153* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
154- new upstream release
155
156* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
157- new upstream release
158- add BuildRequires: python-devel
159
160* Tue Dec  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.28.0-2
161- added BuildRequires: gedit-devel
162
163* Tue Nov  3 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-1
164- new upstream release
165
166* Sun Aug  2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.3-1
167- Update to upstream release
168
169* Fri Jun  5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.2-1
170- Update to upstream release
171
172* Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.26.1-1
173- initial build for VineSeed
174
175* Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
176- Update to upstream release 2..26.1
177- Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
178- Make sure to remove all *.la files
179- Remove BuildRequire libgnomeui-devel as needless now
180
181* Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
182- Update to upstream release (2.26.1)
183- Add plugin files from %%{_datadir}
184- Don't check for vte anymore, the package checks it pkg-config
185- Add 'bookmarks' to the plugin set
186
187* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
188- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
189
190* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.22.3-3
191- Rebuild for Python 2.6
192
193* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-2
194- Fixed buildrequires
195
196* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-1
197- Updated to 2.22.3
198
199* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.0-2
200- rebuild to pick latest gucharmap
201
202* Tue Mar 18 2008 Trond Danielsen <trond.danielsen@gmail.com> - 2.22.0-1
203- Updated.
204
205* Mon Apr 30 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-2
206- Disable buggy session saver plugin.
207- Removed static libraries.
208
209* Sun Apr 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-1
210- Initial version.
Note: See TracBrowser for help on using the repository browser.