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

Revision 5674, 3.5 KB checked in by kudoh, 12 years ago (diff)
RevLine 
[1586]1Name:           gedit-developer-plugins
[5674]2Version:        0.5.11
[2572]3Release:        1%{?_dist_release}
[1586]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
[4667]10Source0:        http://launchpad.net/gdp/0.5.x/%{version}/+download/%{name}-%{version}.tar.gz
[1586]11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
[5412]14BuildRequires:  gedit-devel >= 3.2.0
[1586]15BuildRequires:  gettext
16BuildRequires:  glib2-devel
[5412]17BuildRequires:  gobject-introspection-devel >= 1.30.0
[4667]18BuildRequires:  gtksourceview3-devel
[5412]19Buildrequires:  libpeas-devel >= 1.2.0
[1586]20BuildRequires:  intltool >= 0.35.0
21BuildRequires:  perl >= 5.8.1
22BuildRequires:  perl-XML-Parser
23BuildRequires:  python-devel
[4981]24BuildRequires:  pygobject3-devel
[1624]25BuildRequires:  python-pocket-lint
[1586]26
[5412]27Requires:       gedit >= 3.2.0
[1586]28
[1624]29BuildArch:  noarch
30
[1586]31%description
32Gedit Developer Plugins provides additional editing,
33checking, and project management features to Gedit.
34
35* Multi-file find and replace
36* Syntax completion
37* Formatting
38* Project management via Bazaar DVCS
39
40
41%description -l ja
42Gedit Developer Plugins は付加的な編集・チェッキング・
43プロジェクト管理機能を Gedit に提供します。
44
45* 複数ファイル検索と置換
46* 構文補完
47* フォーマット化
48* Bazaar DVCS を介したプロジェクト管理
49
50%prep
[3789]51%setup -q
[1586]52
53%build
54%configure --without-home --prefix=/usr
55make %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(-,root,root,-)
66%doc AUTHORS COPYING ChangeLog HACKING NEWS README
[5565]67%{_libdir}/gedit/plugins/*
[4667]68%{_datadir}/gtksourceview-3.0/*
[1586]69
70%changelog
[5674]71* Fri Feb 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.11-1
72- new upstream release
73
[5565]74* Sat Feb 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.9-1
75- new upstream release
76
[5412]77* Sun Jan 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.6-1
78- new upstream release
79- added Buildrequires: libpeas-devel >= 1.2.0
80- deleted BuildRequires: gtk2-devel, pygtk2-devel >= 2.14
81- changed BuildRequires
82  - gobject-introspection-devel >= 0.10.2 to 1.30.0
83  - gedit-devel >= 3.2.0
84- changed Requires: gedit >= 3.0.1 to 3.2.0
85
[4981]86* Sat Oct 15 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
87- new upstream release
88- changed BuildRequires: gedit-devel >= 3.1.2 to gedit-devel >= 3.1.4,
89  BuildRequires: pygobject-devel >= 2.28 to pygobject3-devel
90
[4667]91* Sat Aug 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
92- new upstream release
93- added BuildRequires: gobject-introspection-devel >= 0.10.2, pygobject-devel >= 2.28
94- changed BuildRequires
95  - gtksourceview2-devel to gtksourceview3-devel
96  - gedit-devel >= 2.29.0 to gedit-devel >= 3.0.1
97- changed Requires
98  - gedit >= 2.29.0 to gedit >= 3.0.1
99- fixed %%files
100
[4095]101* Thu Jun 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.7-1
102- new upstream release
103
[3789]104* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
105- new upstream release
106
[2572]107* Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
108- new upstream release
109
[1624]110* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-2
111- changed %%{_prefix}/lib/gedit-2/plugins/* in %files
112- changed noarch
[5674]113- changed BuildRequires: python-pocket-lint
[1624]114
[1586]115* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
116- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.