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

Revision 6951, 6.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

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