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

Revision 8031, 6.8 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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