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

Revision 1586, 1.9 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           gedit-developer-plugins
2Version:        0.4.3
3Release:        1%{?_dist_release}
4Summary:        Plugins that provides additional editing, checking, and project management features to Gedit
5Summary:        Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン
6
7Group:          Applications/Editors
8License:        GPLv2
9URL:            https://launchpad.net/gdp
10Source0:        http://launchpad.net/gdp/trunk/0.4.0/+download/%{name}-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gedit-devel >= 2.29.0
15BuildRequires:  gettext
16BuildRequires:  glib2-devel
17BuildRequires:  gtk2-devel
18BuildRequires:  gtksourceview2-devel
19BuildRequires:  intltool >= 0.35.0
20BuildRequires:  perl >= 5.8.1
21BuildRequires:  perl-XML-Parser
22BuildRequires:  python-devel
23BuildRequires:  pygtk2-devel >= 2.14
24BuildRequires:  python-pocketlint
25
26Requires:       gedit >= 2.29.0
27
28%description
29Gedit Developer Plugins provides additional editing,
30checking, and project management features to Gedit.
31
32* Multi-file find and replace
33* Syntax completion
34* Formatting
35* Project management via Bazaar DVCS
36
37
38%description -l ja
39Gedit Developer Plugins は付加的な編集・チェッキング・
40プロジェクト管理機能を Gedit に提供します。
41
42* 複数ファイル検索と置換
43* 構文補完
44* フォーマット化
45* Bazaar DVCS を介したプロジェクト管理
46
47%prep
48%setup -q
49
50%build
51%configure --without-home --prefix=/usr
52make %{?_smp_mflags}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%doc AUTHORS COPYING ChangeLog HACKING NEWS README
64%{_libdir}/gedit-2/plugins/*
65%{_datadir}/gtksourceview-2.0/*
66
67%changelog
68* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
69- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.