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

Revision 4616, 6.1 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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