| [1586] | 1 | Name: gedit-developer-plugins |
|---|
| [3789] | 2 | Version: 0.4.6 |
|---|
| [2572] | 3 | Release: 1%{?_dist_release} |
|---|
| [1586] | 4 | Summary: Plugins that provides additional editing, checking, and project management features to Gedit |
|---|
| 5 | Summary: Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン |
|---|
| 6 | |
|---|
| 7 | Group: Applications/Editors |
|---|
| 8 | License: GPLv2 |
|---|
| 9 | URL: https://launchpad.net/gdp |
|---|
| [3789] | 10 | Source0: http://launchpad.net/gdp/trunk/0.4.0/+download/%{name}-%{version}.tar.gz |
|---|
| [1586] | 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: gedit-devel >= 2.29.0 |
|---|
| 15 | BuildRequires: gettext |
|---|
| 16 | BuildRequires: glib2-devel |
|---|
| 17 | BuildRequires: gtk2-devel |
|---|
| 18 | BuildRequires: gtksourceview2-devel |
|---|
| 19 | BuildRequires: intltool >= 0.35.0 |
|---|
| 20 | BuildRequires: perl >= 5.8.1 |
|---|
| 21 | BuildRequires: perl-XML-Parser |
|---|
| 22 | BuildRequires: python-devel |
|---|
| 23 | BuildRequires: pygtk2-devel >= 2.14 |
|---|
| [1624] | 24 | BuildRequires: python-pocket-lint |
|---|
| [1586] | 25 | |
|---|
| 26 | Requires: gedit >= 2.29.0 |
|---|
| 27 | |
|---|
| [1624] | 28 | BuildArch: noarch |
|---|
| 29 | |
|---|
| [1586] | 30 | %description |
|---|
| 31 | Gedit Developer Plugins provides additional editing, |
|---|
| 32 | checking, 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 |
|---|
| 41 | Gedit Developer Plugins は付加的な編集・チェッキング・ |
|---|
| 42 | プロジェクト管理機能を Gedit に提供します。 |
|---|
| 43 | |
|---|
| 44 | * 複数ファイル検索と置換 |
|---|
| 45 | * 構文補完 |
|---|
| 46 | * フォーマット化 |
|---|
| 47 | * Bazaar DVCS を介したプロジェクト管理 |
|---|
| 48 | |
|---|
| 49 | %prep |
|---|
| [3789] | 50 | %setup -q |
|---|
| [1586] | 51 | |
|---|
| 52 | %build |
|---|
| 53 | %configure --without-home --prefix=/usr |
|---|
| 54 | make %{?_smp_mflags} |
|---|
| 55 | |
|---|
| 56 | %install |
|---|
| 57 | rm -rf $RPM_BUILD_ROOT |
|---|
| 58 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 59 | |
|---|
| 60 | %clean |
|---|
| 61 | rm -rf $RPM_BUILD_ROOT |
|---|
| 62 | |
|---|
| 63 | %files |
|---|
| 64 | %defattr(-,root,root,-) |
|---|
| 65 | %doc AUTHORS COPYING ChangeLog HACKING NEWS README |
|---|
| [1624] | 66 | %{_prefix}/lib/gedit-2/plugins/* |
|---|
| [1586] | 67 | %{_datadir}/gtksourceview-2.0/* |
|---|
| 68 | |
|---|
| 69 | %changelog |
|---|
| [3789] | 70 | * Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1 |
|---|
| 71 | - new upstream release |
|---|
| 72 | |
|---|
| [2572] | 73 | * Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1 |
|---|
| 74 | - new upstream release |
|---|
| 75 | |
|---|
| [1624] | 76 | * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-2 |
|---|
| 77 | - changed %%{_prefix}/lib/gedit-2/plugins/* in %files |
|---|
| 78 | - changed noarch |
|---|
| 79 | - changed BuildRequires: python-pocket-lint |
|---|
| 80 | |
|---|
| [1586] | 81 | * Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1 |
|---|
| 82 | - initial build for VineSeed |
|---|