source: projects/specs/branches/6/g/gedit-developer-plugins/gedit-developer-plugins-vl.spec @ 4095

Revision 4095, 2.3 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           gedit-developer-plugins
2Version:        0.4.7
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-pocket-lint
25
26Requires:       gedit >= 2.29.0
27
28BuildArch:  noarch
29
30%description
31Gedit Developer Plugins provides additional editing,
32checking, and project management features to Gedit.
33
34* Multi-file find and replace
35* Syntax completion
36* Formatting
37* Project management via Bazaar DVCS
38
39
40%description -l ja
41Gedit Developer Plugins は付加的な編集・チェッキング・
42プロジェクト管理機能を Gedit に提供します。
43
44* 複数ファイル検索と置換
45* 構文補完
46* フォーマット化
47* Bazaar DVCS を介したプロジェクト管理
48
49%prep
50%setup -q
51
52%build
53%configure --without-home --prefix=/usr
54make %{?_smp_mflags}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58make install DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(-,root,root,-)
65%doc AUTHORS COPYING ChangeLog HACKING NEWS README
66%{_prefix}/lib/gedit-2/plugins/*
67%{_datadir}/gtksourceview-2.0/*
68
69%changelog
70* Thu Jun 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.7-1
71- new upstream release
72
73* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
74- new upstream release
75
76* Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
77- new upstream release
78
79* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-2
80- changed %%{_prefix}/lib/gedit-2/plugins/* in %files
81- changed noarch
82- changed BuildRequires:  python-pocket-lint
83
84* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
85- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.